0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-18 15:54:26 +01:00

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)
This commit is contained in:
Patrick H. Lauke 2016-11-05 15:27:26 +00:00
parent 6b184763f0
commit e123cdda16

View File

@ -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