[csswg-drafts] [css-content] ::marker content available for assistive technology (#11003)

wortwart has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-content] ::marker content available for assistive technology ==
According to [CSS Generated Content Module Level 3, ยง1.1](https://drafts.csswg.org/css-content/#accessibility), "Generated content should be (...) available to assistive technologies. The content property applies to speech and generated content must be rendered for speech output."

This is already the state of things for the most common usage of `content` within `::before` and `::after` pseudo elements. But for other use cases this makes less sense and might lead to unnecessary screenreader noise. For example, a `::marker`'s content will replace the native list marker which is purely presentational. Screenreaders currently don't read `::marker` content which seems the right thing to do.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11003 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 4 October 2024 09:09:37 UTC