Forum Moderators: not2easy
"She said she didnt really care......."
But this is also going to be tested on a screen reader, so I will only want one of the full stops to be read out and the others not to be recognised by the reader.
Can anyone help with what line of code I will need for the stylesheet, thanks
"..." is called an Ellipsis it can be entered on the keyboard too: "…" (if all goes well) or used in unicode or so.
And probably should best be represented by … . I'm not sure how screen readers deal with it, but using the appropriate glyph gives them the best odds of understanding the text and rendering it the best possible way they can.
CSS as such doesn't give you control over the content itself to do this ...
Hence I think following the high road is what leads to the best results unless you can test it with all screen readers that are going to be used on it (and those aren't free downloads AFAIK)
The easiest for me to get hold of is VoiceOver (Apple, MacOS X) It has settings in the utility on how to handle "Repeated Punctuation" And by default it is set to "First 3 Times". But VoiceOver might not be representative of the other screen readers used out there.