aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-09-11 22:27:12 -0700
committerMark Otto <[email protected]>2016-09-11 22:27:12 -0700
commitf8dfb8a2e77c8d791699955145246c1bad67d5c4 (patch)
treed537a9fd686e5018afcbced10a325b218af20d67 /docs
parentd62c3e3f8061fd2ed1ba397a673c9a2b9b72bc30 (diff)
parente31a1a0f6d76c95d0ad0ad42d7df62a7571cacbc (diff)
downloadbootstrap-f8dfb8a2e77c8d791699955145246c1bad67d5c4.tar.xz
bootstrap-f8dfb8a2e77c8d791699955145246c1bad67d5c4.zip
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
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