diff options
| author | Mark Otto <[email protected]> | 2017-05-26 22:28:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-26 22:28:09 -0700 |
| commit | 6c3f833076a9fa68601741e3e21bd07ad79b7d8a (patch) | |
| tree | fe016946d77f9ffff15bbe9cdc593fd098b5bcc7 /docs/_data/browser-features.yml | |
| parent | c581564a780974c6430ac5897740006f623f2277 (diff) | |
| parent | 5d7db507396275fcda96935aff47b09e1d79ddc1 (diff) | |
| download | bootstrap-6c3f833076a9fa68601741e3e21bd07ad79b7d8a.tar.xz bootstrap-6c3f833076a9fa68601741e3e21bd07ad79b7d8a.zip | |
Merge branch 'v4-docs-streamlined' of https://github.com/twbs/bootstrap into v4-docs-streamlined
Diffstat (limited to 'docs/_data/browser-features.yml')
| -rw-r--r-- | docs/_data/browser-features.yml | 40 |
1 files changed, 25 insertions, 15 deletions
diff --git a/docs/_data/browser-features.yml b/docs/_data/browser-features.yml index e7ad42956..830a91386 100644 --- a/docs/_data/browser-features.yml +++ b/docs/_data/browser-features.yml @@ -1,6 +1,16 @@ - browser: > - Microsoft Edge + Edge + summary: > + Focusable elements should fire focus event / receive :focus styling when they receive Narrator/accessibility focus + upstream_bug: > + A11yUserVoice#16717318 + 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: > @@ -10,7 +20,7 @@ - browser: > - Microsoft Edge + Edge summary: > Implement [sticky positioning](http://html5please.com/#position:sticky) from CSS Positioned Layout Level 3 upstream_bug: > @@ -20,7 +30,7 @@ - browser: > - Microsoft Edge + Edge summary: > Implement the HTML5 [`<dialog>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog) upstream_bug: > @@ -30,7 +40,7 @@ - browser: > - Microsoft Edge + Edge summary: > Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled upstream_bug: > @@ -40,7 +50,7 @@ - browser: > - Microsoft Edge + Edge summary: > Implement the [`of <selector-list>` clause](http://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class upstream_bug: > @@ -80,6 +90,16 @@ - 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 summary: > Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled @@ -110,16 +130,6 @@ - browser: > - Chrome - summary: > - Implement [sticky positioning](http://html5please.com/#position:sticky) from CSS Positioned Layout Level 3 - upstream_bug: > - Chromium#231752 - origin: > - Bootstrap#17021 - -- - browser: > Safari summary: > Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled |
