0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Merge pull request #21089 from patrickhlauke/v4-dev

Add Safari skip link bug and Firefox/Edge AT focus feature requests
This commit is contained in:
Patrick H. Lauke 2016-11-05 16:30:56 +01:00 committed by GitHub
commit c8ec89a496
2 changed files with 30 additions and 0 deletions

View File

@ -1,3 +1,13 @@
-
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

View File

@ -1,3 +1,23 @@
-
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