Joe Watkins
Joe Watkins
While many of these patterns are anti-patterns, they are pretty cool :) A little note in the readme about how they could harm accessibility could be a solve.
Is there a plan for URL redirects for `1.2` examples that have been around for a while? https://www.w3.org/TR/wai-aria-practices-1.2/examples/dialog-modal/dialog.html How does one access the old `1.0` and `1.1` references? https://www.w3.org/TR/wai-aria-practices-1.1/examples/combobox/aria1.0pattern/combobox-autocomplete-both.html https://www.w3.org/TR/wai-aria-practices-1.1/examples/combobox/aria1.1pattern/listbox-combo.html
@HugoGiraudel Tnx :) Maybe an optional feature might be the way to go? Here's an [example pattern from W3C WAI-ARIA](https://www.w3.org/WAI/GL/wiki/Using_the_WAI-ARIA_aria-expanded_state_to_mark_expandable_and_collapsible_regions#Example_1:_Using_a_button_to_collapse_and_expand_a_region)
@scottaohara Aww interesting -- I'm sure that negative margin is there for a reason... can anyone remember? @roblarsen tnx! :) Glad to help. Reading order is being affected by visual...
@scottaohara Yes, after poking around a bit it looks like it is to combat single pixel appearing. I wonder if this dark art would be considered: ``` CSS .visuallyhidden {...
@scottaohara Nor have I seen any issues in IE9... even by giving it a huge width/height and background color. `clip` is doing the magic with the visibility. Removal of the...
Noticed issue persists when a `line-height` is defined. Continued testing needed. https://github.com/h5bp/html5-boilerplate/pull/1986#issuecomment-322253065
Hey all, so after some fiddling around with the help of @scottaohara in https://github.com/h5bp/html5-boilerplate/pull/1986 we have landed on a solution a bit more like what I originally was thinking with...
As pointed out by @tomasz1986 in https://github.com/h5bp/html5-boilerplate/pull/1986#issuecomment-322661868 the absolute positioning was structural for the `clip` for old browsers. Recommending removal of that. ``` CSS .visuallyhidden { border: 0; clip-path: inset(50%);...
Hi @roblarsen below you will find the browsers/AT I've tested the latest CSS with and all is well. ## SR/AT Tested (works as expected in) Win IE11,IE10,FF,Chrome with JAWS 18/17...