I'm trying to find out how to render file sizes in a way that screenreaders will understand. The visual representation is something like
2,540 KiB of 200 MiB
but when I try this out in ChromeVox, all it reads out is "of". I'm having great difficulty finding detailed documentation of which kinds of text are read out and which aren't, and how I should structure the text so that it will be read out.
Does anyone have any experience with this?