diff options
| author | Mark Otto <[email protected]> | 2016-12-28 15:52:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-28 15:52:28 -0800 |
| commit | 047d4a77da5af8b59fd562935669c550272f57a6 (patch) | |
| tree | 7a2daf4d737693826c6d264113adc6e987c3ae2a /docs/_data/browser-features.yml | |
| parent | 11d52ba9498990483d822a5a42d371393a110080 (diff) | |
| parent | e1e621be046a4541a2fd36e445015ee44de3c67e (diff) | |
| download | bootstrap-047d4a77da5af8b59fd562935669c550272f57a6.tar.xz bootstrap-047d4a77da5af8b59fd562935669c550272f57a6.zip | |
Merge branch 'v4-dev' into v4-docs-streamlined
Diffstat (limited to 'docs/_data/browser-features.yml')
| -rw-r--r-- | docs/_data/browser-features.yml | 64 |
1 files changed, 57 insertions, 7 deletions
diff --git a/docs/_data/browser-features.yml b/docs/_data/browser-features.yml index bac9a40b7..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,6 +40,26 @@ - browser: > + Edge + summary: > + Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled + upstream_bug: > + UserVoice#15939898 + origin: > + Bootstrap#20618 + +- + browser: > + Edge + summary: > + Implement the [`of <selector-list>` clause](http://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class + upstream_bug: > + UserVoice#15944476 + origin: > + Bootstrap#20143 + +- + browser: > Firefox summary: > Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled @@ -60,6 +90,26 @@ - 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 + upstream_bug: > + Chromium#642487 + origin: > + Chromium#437860 + +- + browser: > Chrome summary: > Implement the [`of <selector-list>` clause](http://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class @@ -80,13 +130,13 @@ - browser: > - Chrome + Safari summary: > - Implement [sticky positioning](http://html5please.com/#position:sticky) from CSS Positioned Layout Level 3 + Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled upstream_bug: > - Chromium#231752 + WebKit#161535 origin: > - Bootstrap#17021 + Bootstrap#20618 - browser: > |
