diff options
| author | Mark Otto <[email protected]> | 2016-10-24 14:27:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-24 14:27:52 -0700 |
| commit | f7f3e62c662c88d578cf83e8245853d447b2aad9 (patch) | |
| tree | bff6a0e3c05c3ff54dbc7507aa107022a5ca8772 /docs/_data/browser-features.yml | |
| parent | 11d52ba9498990483d822a5a42d371393a110080 (diff) | |
| parent | cf5d94f6d5685c371dcb157af74a3c6b14ec8d8e (diff) | |
| download | bootstrap-f7f3e62c662c88d578cf83e8245853d447b2aad9.tar.xz bootstrap-f7f3e62c662c88d578cf83e8245853d447b2aad9.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 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/_data/browser-features.yml b/docs/_data/browser-features.yml index bac9a40b7..e7ad42956 100644 --- a/docs/_data/browser-features.yml +++ b/docs/_data/browser-features.yml @@ -30,6 +30,26 @@ - browser: > + Microsoft 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: > + Microsoft 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 @@ -62,6 +82,16 @@ 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 upstream_bug: > Chromium#304163 @@ -92,6 +122,16 @@ browser: > Safari summary: > + Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled + upstream_bug: > + WebKit#161535 + origin: > + Bootstrap#20618 + +- + browser: > + Safari + summary: > Implement the [`:dir()` pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:dir) from Selectors Level 4 upstream_bug: > WebKit#64861 |
