From eb18554b9ed8830534a87a2c71d3d57452137656 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 11 Sep 2016 22:27:11 -0700 Subject: [PATCH] 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] --- docs/_data/browser-features.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/_data/browser-features.yml b/docs/_data/browser-features.yml index 65575c5443..e7ad42956e 100644 --- a/docs/_data/browser-features.yml +++ b/docs/_data/browser-features.yml @@ -38,6 +38,16 @@ origin: > Bootstrap#20618 +- + browser: > + Microsoft Edge + summary: > + Implement the [`of ` clause](http://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class + upstream_bug: > + UserVoice#15944476 + origin: > + Bootstrap#20143 + - browser: > Firefox