aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2016-11-05 15:27:26 +0000
committerPatrick H. Lauke <[email protected]>2016-11-05 15:27:26 +0000
commite123cdda16894cf4ccfd206f6397a93533654de9 (patch)
treea9c2d58f655f752d1f8a60fed3a1a6ec993f45cf /docs
parent6b184763f01e00ce7fde88f432eec34bbddd32eb (diff)
downloadbootstrap-e123cdda16894cf4ccfd206f6397a93533654de9.tar.xz
bootstrap-e123cdda16894cf4ccfd206f6397a93533654de9.zip
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)
Diffstat (limited to 'docs')
-rw-r--r--docs/_data/browser-features.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/_data/browser-features.yml b/docs/_data/browser-features.yml
index 1864667ff..dbff886e4 100644
--- a/docs/_data/browser-features.yml
+++ b/docs/_data/browser-features.yml
@@ -2,6 +2,26 @@
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
+ summary: >
Implement the [`:dir()` pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:dir) from Selectors Level 4
upstream_bug: >
UserVoice#12299532