From 6b184763f01e00ce7fde88f432eec34bbddd32eb Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Sat, 5 Nov 2016 15:17:49 +0000 Subject: [PATCH 1/2] Add Safari skip link bug --- docs/_data/browser-bugs.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index ec3c433d74..8269a9c132 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -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 From e123cdda16894cf4ccfd206f6397a93533654de9 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Sat, 5 Nov 2016 15:27:26 +0000 Subject: [PATCH 2/2] 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) --- docs/_data/browser-features.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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