From: Patrick H. Lauke Date: Sat, 5 Nov 2016 15:27:26 +0000 (+0000) Subject: Add browser features around virtual/accessibility focus X-Git-Tag: v4.0.0-alpha.6~449^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F21089%2Fhead;p=thirdparty%2Fbootstrap.git Add browser features around virtual/accessibility focus These would help in making hidden skip links show up visually once they receive AT focus (for sighted/partially sighted AT users) --- diff --git a/docs/_data/browser-features.yml b/docs/_data/browser-features.yml index 1864667ff4..dbff886e4d 100644 --- a/docs/_data/browser-features.yml +++ b/docs/_data/browser-features.yml @@ -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