Accessibility Codes - Good Practise
Its always advisable to add style for acronym attributes. It helps normal user to concentrate on the text.
acronym,abbr
{
border-bottom: 1px dotted black;
cursor: help;
}
Web Design Tools, Patterns, Interaction, Accessibility, WCAG 2.0, blog & site reference
Its always advisable to add style for acronym attributes. It helps normal user to concentrate on the text.
acronym,abbr
{
border-bottom: 1px dotted black;
cursor: help;
}
No comments:
Post a Comment