Scott O'Hara
Scott O'Hara
I assumed the negative margin was for legacy browsers (since the linked commit/issue reference ie7), as I have yet to find a situation where it's been useful/needed at all in...
while i am a fan of the occasional practicing of dark arts, @joe-watkins, the README states it supports ie9+ I haven't seen the pixel in ie9 plus, have you with...
[my comment outlining additional options to rectify the bug](https://github.com/h5bp/html5-boilerplate/pull/1986#issuecomment-322271340)
(╯°□°)╯︵ ┻━┻ back to work then!
@svinkle, @roblarsen, @joe-watkins :: so as joe said, it's definitely related to the `display: inline-block;` causing [extra white space](https://css-tricks.com/fighting-the-space-between-inline-block-elements/). initial testing of setting margin to `margin: -1px -1px -1px -.25em;`...
yeh. revert is probably the way to go, but humor me and give this a shot, @svinkle ``` .visuallyhidden-with-out-height { border: 0 !important; clip: rect(0 0 0 0); clip-path: inset(50%);...
Hey all, In the readme it mentions support for ie9+. but testing with ie11 in my own file, as well as the short demo included in the readme, I'm able...
i did not remove the `aria-expanded`, but this PR #633 removes the incorrect use of `aria-haspopup`
some quick tests that demonstrate why we left this SHOULD warning in the ARIA in HTML spec - https://codepen.io/scottohara/pen/MWVePor?editors=1010
@jducrot made the test file public here: https://scottaohara.github.io/tests/html-figure-figcaption/screen-reader-results/ https://github.com/scottaohara/tests/tree/master/html-figure-figcaption/screen-reader-results if you would like to add some updates, a PR would be more than welcome