mirror of
https://github.com/twbs/bootstrap.git
synced 2025-04-12 04:02:26 +02:00
Merge pull request #21107 from twbs/a11yfix
Fix MS A11y UserVoice entry in Most Wanted Features list
This commit is contained in:
commit
1b9262d44b
@ -4,17 +4,7 @@
|
|||||||
summary: >
|
summary: >
|
||||||
Focusable elements should fire focus event / receive :focus styling when they receive Narrator/accessibility focus
|
Focusable elements should fire focus event / receive :focus styling when they receive Narrator/accessibility focus
|
||||||
upstream_bug: >
|
upstream_bug: >
|
||||||
UserVoice#16717318
|
A11yUserVoice#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: >
|
origin: >
|
||||||
Bootstrap#20732
|
Bootstrap#20732
|
||||||
|
|
||||||
@ -98,6 +88,16 @@
|
|||||||
origin: >
|
origin: >
|
||||||
Bootstrap#20175
|
Bootstrap#20175
|
||||||
|
|
||||||
|
-
|
||||||
|
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: >
|
browser: >
|
||||||
Chrome
|
Chrome
|
||||||
|
@ -5,6 +5,7 @@ module Jekyll
|
|||||||
"Bootstrap" => "https://github.com/twbs/bootstrap/issues/",
|
"Bootstrap" => "https://github.com/twbs/bootstrap/issues/",
|
||||||
"Edge" => ["https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/", "Edge issue"],
|
"Edge" => ["https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/", "Edge issue"],
|
||||||
"UserVoice" => ["https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/", "Edge UserVoice idea"],
|
"UserVoice" => ["https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/", "Edge UserVoice idea"],
|
||||||
|
"A11yUserVoice" => ["https://microsoftaccessibility.uservoice.com/forums/307429-microsoft-accessibility-feedback/suggestions/", "Microsoft A11y UserVoice idea"],
|
||||||
"Mozilla" => ["https://bugzilla.mozilla.org/show_bug.cgi?id=", "Mozilla bug"],
|
"Mozilla" => ["https://bugzilla.mozilla.org/show_bug.cgi?id=", "Mozilla bug"],
|
||||||
"Chromium" => ["https://bugs.chromium.org/p/chromium/issues/detail?id=", "Chromium issue"],
|
"Chromium" => ["https://bugs.chromium.org/p/chromium/issues/detail?id=", "Chromium issue"],
|
||||||
"WebKit" => ["https://bugs.webkit.org/show_bug.cgi?id=", "WebKit bug"],
|
"WebKit" => ["https://bugs.webkit.org/show_bug.cgi?id=", "WebKit bug"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user