aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-09-11 22:21:12 -0700
committerGitHub <[email protected]>2016-09-11 22:21:12 -0700
commite31a1a0f6d76c95d0ad0ad42d7df62a7571cacbc (patch)
tree15020341be487704b193c8747f344f9f5f1a795f /docs
parente2b04b948ceaa69d443ce31d88b20ac5b9112be2 (diff)
downloadbootstrap-e31a1a0f6d76c95d0ad0ad42d7df62a7571cacbc.tar.xz
bootstrap-e31a1a0f6d76c95d0ad0ad42d7df62a7571cacbc.zip
Add transitioncancel to Most Wanted list for Chrome, Safari, Edge (#20618)
[skip sauce]
Diffstat (limited to 'docs')
-rw-r--r--docs/_data/browser-features.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/_data/browser-features.yml b/docs/_data/browser-features.yml
index bac9a40b7..65575c544 100644
--- a/docs/_data/browser-features.yml
+++ b/docs/_data/browser-features.yml
@@ -30,6 +30,16 @@
-
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: >
Firefox
summary: >
Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled
@@ -62,6 +72,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 +112,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