Marking up "#", proper encoding and screenreaders
I'm marking up a list of questions, each question has a number, the design says "Question #243" for instance.
Does the "#" sign have a proper encoding I should use, like "&" should be "&".
Also, how is "#" read out in a screen reader? I'd want it to read "question number 243". If it doesn't do this natively could I use
| Code: |
| <p>Question <abbr title="number">#</abbr>243</p> |
to make it read out "number" instead of "#"?
HTML Codes - Characters and symbols says:
| Quote: |
| # = & then # then 35 then ;' = number sign |
(Had to lay it out like that as it kept coming out as #!!!
Think that screenreader may announce the entity code as 'number' rather that 'hash' or 'pound'.
Anyone with more concrete info on this?
HTH
_________________
Blogging at: AWTS (Accessible Web and Training Solutions)
No, nothing added to code. I've sent out a Twitter request for help on this one.
You should get an answer soon!
_________________
Blogging at: AWTS (Accessible Web and Training Solutions)
I would simply not use the # character in this particuarly context. The number is clearly a number, the question is clearly a question, so what would "Question 243" mean other than "the 243rd question"?!
It's easy to over-think things if you get too caught up in the technicalities of assistive technologies and semantic HTML.
_________________
My CV type thing and my Life of Ben (Blog). Nigel Peck's Accessify Forum Requirements.
All times are GMT
You cannot post new topics in this forumYou cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



