Re: [csswg-drafts] [css-display] create a display property value for visually hiding an element while making it available for AT

But isn’t there the `box-suppress` proposed property with `show`, 
`discard`, and `hide` values? Quoting [Rachel Andrew’s 
explanation](https://rachelandrew.co.uk/archives/2016/07/22/the-proposed-box-suppress-property/):

- `show`: the element would be visible and use whichever display 
method was used to display itself and any child elements.
- `discard`: the element would generate no boxes at all
- `hide`: the element and any children would still be present but 
would not participate in layout and would be completely hidden.

The `hide` value should solve this issue, just like we solve it today 
with `visuallyhidden` pattern today.

-- 
GitHub Notification of comment by pepelsbey
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/560#issuecomment-250958563 
using your GitHub account

Received on Sunday, 2 October 2016 07:40:21 UTC