diff options
| author | Patrick H. Lauke <[email protected]> | 2016-11-05 16:30:56 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-11-05 16:30:56 +0100 |
| commit | c8ec89a4968836062d0fa1158b9602713855292c (patch) | |
| tree | a9c2d58f655f752d1f8a60fed3a1a6ec993f45cf /docs | |
| parent | cd5c7a2263c33e7c4fe7f5db205ff93fbe17750f (diff) | |
| parent | e123cdda16894cf4ccfd206f6397a93533654de9 (diff) | |
| download | bootstrap-c8ec89a4968836062d0fa1158b9602713855292c.tar.xz bootstrap-c8ec89a4968836062d0fa1158b9602713855292c.zip | |
Merge pull request #21089 from patrickhlauke/v4-dev
Add Safari skip link bug and Firefox/Edge AT focus feature requests
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_data/browser-bugs.yml | 10 | ||||
| -rw-r--r-- | docs/_data/browser-features.yml | 20 |
2 files changed, 30 insertions, 0 deletions
diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index ec3c433d7..8269a9c13 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -1,5 +1,15 @@ - browser: > + Safari + summary: > + Link to container with id and tabindex results in container being ignored by VoiceOver (affects skip links) + upstream_bug: > + WebKit#163658 + origin: > + Bootstrap#20732 + +- + browser: > Edge summary: > Visual artifacts in scrollable modal dialogs diff --git a/docs/_data/browser-features.yml b/docs/_data/browser-features.yml index 1864667ff..dbff886e4 100644 --- a/docs/_data/browser-features.yml +++ b/docs/_data/browser-features.yml @@ -2,6 +2,26 @@ browser: > Edge summary: > + Focusable elements should fire focus event / receive :focus styling when they receive Narrator/accessibility focus + upstream_bug: > + UserVoice#16717318 + origin: > + Bootstrap#20732 + +- + browser: > + Firefox + summary: > + When virtual focus is on a button or link, fire actual focus on the element, too + upstream_bug: > + Mozilla#1000082 + origin: > + Bootstrap#20732 + +- + browser: > + Edge + summary: > Implement the [`:dir()` pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:dir) from Selectors Level 4 upstream_bug: > UserVoice#12299532 |
