aboutsummaryrefslogtreecommitdiff
path: root/scss/mixins/_screen-reader.scss
AgeCommit message (Collapse)AuthorFilesLines
2021-09-15Backport #34937XhmikosR1-1/+1
Update a URL mentioning dead name
2020-09-21Backport #31689XhmikosR1-1/+1
docs: fix a few redirects * Fix GitHub's permanent redirects * Fix a11yproject redirects
2019-07-31Apply `at-mixin-argumentless-call-parentheses: always` stylelint rule for v4 ↵Martijn Cuppens1-2/+2
mixins
2019-05-09Scrollbar fix (#28417)Martijn Cuppens1-0/+1
2018-04-02Use https when possible.XhmikosR1-1/+1
2018-02-11Update `.sr-only` mixin and utility (#25197)Mark Otto1-2/+0
* Remove clip-path from .sr-only utility as it causes perf regressions in Chrome * change snippet to example
2017-10-23Enable stylelint's `function-comma-space-after`. (#24501)XhmikosR1-1/+1
The option is set to `always-single-line` in stylelint-config-standard which we extend.
2017-09-26Normalize all links. (#24109)XhmikosR1-2/+2
* use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one
2017-03-19Update _screen-reader.scss (#22154)Gaël Poupard1-2/+5
* Update _screen-reader.scss Small improvements that could be important: * `clip` [is deprecated](https://www.w3.org/TR/css-masking-1/#clip-property). Adding `clip-path` as progressive enhancement; the shorter notation came from @ryuran 's [suggestion](https://twitter.com/ryuran78/status/778943389819604992); * [J. Renée Beach warned about single pixel with interfering with screen readers vocalisation](https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.vcd5xlpgg) solved with `white-space`. See [the detailed post on Hugo Giraudel's blog](http://hugogiraudel.com/2016/10/13/css-hide-and-seek/). Also kinda related to issue #20732 :) Please let me know if you find any trouble with this technique. Thanks a lot! * Reorder declarations To pass Hound. Didn't think `clip` and `clip-path` would be considered as unrelated… * Trailing spaces * Last trailing space? * Remove margin: -1px
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow1-1/+1
2016-04-18remove unnecessary `/` in reference urlRplus1-1/+1
2015-03-30Fixes #13583: Move .sr-only and .sr-only-focusable to mixins, then use them ↵Mark Otto1-0/+32
to create classes in _utilities.scss