From: Chris Rebert Date: Wed, 22 Jun 2016 08:20:01 +0000 (-0700) Subject: Add Wall of Browser Bugs entries for Selectors Level 4 :nth-child() (#20143) X-Git-Tag: v4.0.0-alpha.3~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d39e24347c2dea7bb526a144610ed532f167bd40;p=thirdparty%2Fbootstrap.git Add Wall of Browser Bugs entries for Selectors Level 4 :nth-child() (#20143) Refs http://caniuse.com/#feat=css-nth-child-of Refs https://drafts.csswg.org/selectors-4/#the-nth-child-pseudo Refs https://crbug.com/304163 Refs https://bugzil.la/854148 [skip sauce] --- diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index 75d946657a..eaf38c8b2c 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -148,6 +148,16 @@ origin: > Bootstrap#19670 +- + browser: > + Firefox + summary: > + Implement the `of ` clause of the `:nth-child()` pseudo-class + upstream_bug: > + Mozilla#854148 + origin: > + Bootstrap#20143 + - browser: > Firefox (Windows) @@ -248,6 +258,16 @@ origin: > Bootstrap#12832 +- + browser: > + Chrome + summary: > + Implement the `of ` clause of the `:nth-child()` pseudo-class + upstream_bug: > + Chromium#304163 + origin: > + Bootstrap#20143 + - browser: > Chrome (Windows & Linux)