aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-11-09 19:53:20 -0800
committerGitHub <[email protected]>2016-11-09 19:53:20 -0800
commit1b9262d44b125e2a097b9b5634b3974e769dd013 (patch)
tree909e46279acfc67d508b4ebd624dc1626540fbb6 /docs
parentcbd13e522942b58a5b7bcb6a302fb0e26440fc80 (diff)
parent2133dbd718c1fe7976514970706d02d2ffe381b9 (diff)
downloadbootstrap-1b9262d44b125e2a097b9b5634b3974e769dd013.tar.xz
bootstrap-1b9262d44b125e2a097b9b5634b3974e769dd013.zip
Merge pull request #21107 from twbs/a11yfix
Fix MS A11y UserVoice entry in Most Wanted Features list
Diffstat (limited to 'docs')
-rw-r--r--docs/_data/browser-features.yml22
-rw-r--r--docs/_plugins/bugify.rb1
2 files changed, 12 insertions, 11 deletions
diff --git a/docs/_data/browser-features.yml b/docs/_data/browser-features.yml
index dbff886e4..0d2569841 100644
--- a/docs/_data/browser-features.yml
+++ b/docs/_data/browser-features.yml
@@ -4,17 +4,7 @@
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
+ A11yUserVoice#16717318
origin: >
Bootstrap#20732
@@ -100,6 +90,16 @@
-
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: >
Chrome
summary: >
Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled
diff --git a/docs/_plugins/bugify.rb b/docs/_plugins/bugify.rb
index 5562dd5de..0d658a9fa 100644
--- a/docs/_plugins/bugify.rb
+++ b/docs/_plugins/bugify.rb
@@ -5,6 +5,7 @@ module Jekyll
"Bootstrap" => "https://github.com/twbs/bootstrap/issues/",
"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"],
+ "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"],
"Chromium" => ["https://bugs.chromium.org/p/chromium/issues/detail?id=", "Chromium issue"],
"WebKit" => ["https://bugs.webkit.org/show_bug.cgi?id=", "WebKit bug"],