aboutsummaryrefslogtreecommitdiff
path: root/docs/_data
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-09-11 22:27:11 -0700
committerGitHub <[email protected]>2016-09-11 22:27:11 -0700
commiteb18554b9ed8830534a87a2c71d3d57452137656 (patch)
treef8e4630b718ac5c7ab0b8183fbbc4223146b4b2d /docs/_data
parente31a1a0f6d76c95d0ad0ad42d7df62a7571cacbc (diff)
downloadbootstrap-eb18554b9ed8830534a87a2c71d3d57452137656.tar.xz
bootstrap-eb18554b9ed8830534a87a2c71d3d57452137656.zip
Add Selectors Level 4 :nth-child() to Most Wanted features for Edge
h/t @bardiharborow for opening https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/15944476 Refs #20143 [skip sauce]
Diffstat (limited to 'docs/_data')
-rw-r--r--docs/_data/browser-features.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/_data/browser-features.yml b/docs/_data/browser-features.yml
index 65575c544..e7ad42956 100644
--- a/docs/_data/browser-features.yml
+++ b/docs/_data/browser-features.yml
@@ -40,6 +40,16 @@
-
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