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

Doesn't this part of @Ian-Y proposal already does the job ?

```
@media not speech {
    .hidden-visually {
        display: none;
    }
}
```

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

Received on Thursday, 8 June 2017 06:47:45 UTC