- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Tue, 17 Sep 2019 01:32:24 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `create a display property value for visually hiding an element while making it available for AT`. <details><summary>The full IRC log of that discussion</summary> <birtles> topic: create a display property value for visually hiding an element while making it available for AT<br> <birtles> github: https://github.com/w3c/csswg-drafts/issues/560<br> <birtles> nigel: this comes up a lot in subtitles and captions<br> <birtles> ... the desire to be able to make text available to the screenreader while not visually displaying it<br> <birtles> ... this is particularly important for subtitles because there is a video behind it which might be showing text, for example<br> <birtles> ... so we don't need a subtitle necessarily but we want to expose it to a screenreader<br> <birtles> ... there are hacks to do this<br> <birtles> ... perhaps a display property value<br> <birtles> fantasai: this exists in the speech module level 1<br> <birtles> ... property is speak<br> <birtles> ... initial is 'auto' which defers to display<br> <birtles> ... but not implemented it<br> <birtles> ... 'never' and 'always'<br> <birtles> AmeliaBR: display: none has so many other affects other than just hiding<br> <birtles> fantasai: we have a spec but no one is interested in implementing it<br> <birtles> nigel: the request is not to speak it<br> <birtles> ... it is to make it visible to the screenreader<br> <birtles> ... it might be presenting it in some other way<br> <birtles> AmeliaBR: braille display etc.<br> <birtles> Rossen__: you can use visibility: hidden<br> <birtles> ... and refer to it via aria-description etc.<br> <birtles> AmeliaBR: as the label of a different element<br> <birtles> nigel: if you're just labeling an element then the screenreader might just read that once<br> <birtles> ... but this is an element whose contents is live<br> <birtles> ... it needs to read it when it changes<br> <birtles> AmeliaBR: there are many demands this feature beyond the captioning use case<br> <birtles> ... I'm sure the accessibility people who come in after the break would be happy to talk about it<br> <birtles> nigel: perhaps we can cover it in that session<br> <birtles> github: end topic<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/560#issuecomment-532020554 using your GitHub account
Received on Tuesday, 17 September 2019 01:32:27 UTC