WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Keyboard accessibility of abbreviations

for

From: Scott González
Date: Apr 16, 2015 11:45AM


Regarding <ins> and <del>, I've seen this CSS recommendation before:

@media braille, embossed, speech {
del:before { content: "Deleted: "; }
del:after { content: " (End of deletion.) "; }
}
del:hover { text-decoration: none; }
ins { text-decoration: none; border-bottom: dashed green 2px; }


On Thu, Apr 16, 2015 at 12:51 PM, Moore,Michael (DARS) <
<EMAIL REMOVED> > wrote:

> And while we are at it can we get more bug fixes reported to the screen
> reader folks to recognize and indicate content inside of <ins> and </del>.
> I have reported this for years to no effect.
>
> Mike Moore
> Accessibility Coordinator,
> Texas Department of Assistive and Rehabilitative Services
> (512) 424-4159 (Office)
> (512) 574-0091 (Cell)
>
>