From dafd900e93590c6a10c3e0ba9dedf9102e2934af Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 8 Nov 2016 18:19:05 -0800 Subject: [PATCH 1/2] docs/_plugins/bugify.rb: Add support for MS A11y UserVoice ideas Refs #21089 [ci skip] --- docs/_plugins/bugify.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_plugins/bugify.rb b/docs/_plugins/bugify.rb index 5562dd5de2..0d658a9fa1 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"], From 2133dbd718c1fe7976514970706d02d2ffe381b9 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 8 Nov 2016 18:22:06 -0800 Subject: [PATCH 2/2] browser-features.yml: Fix MS A11y UserVoice entry And move one Firefox entry to keep the entries sorted by browser. Refs #21089 --- docs/_data/browser-features.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/_data/browser-features.yml b/docs/_data/browser-features.yml index dbff886e4d..0d25698412 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 @@ -98,6 +88,16 @@ origin: > 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: > Chrome