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

Can this rule serve for the purpose?

```CSS
.hidden-visually {
    position: absolute;
    left: -5000px;
}
```

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

Received on Wednesday, 1 February 2017 06:11:22 UTC