]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add Wall of Browser Bugs entries for Selectors Level 4 :nth-child() (#20143)
authorChris Rebert <github@chrisrebert.com>
Wed, 22 Jun 2016 08:20:01 +0000 (01:20 -0700)
committerGitHub <noreply@github.com>
Wed, 22 Jun 2016 08:20:01 +0000 (01:20 -0700)
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]

docs/_data/browser-bugs.yml

index 75d946657ac46433af2bb41e2c78376b643eabc7..eaf38c8b2cccf2137eedcf70ff5d9c6f7c9f1ce5 100644 (file)
   origin: >
     Bootstrap#19670
 
+-
+  browser: >
+    Firefox
+  summary: >
+    Implement the `of <selector-list>` clause of the `:nth-child()` pseudo-class
+  upstream_bug: >
+    Mozilla#854148
+  origin: >
+    Bootstrap#20143
+
 -
   browser: >
     Firefox (Windows)
   origin: >
     Bootstrap#12832
 
+-
+  browser: >
+    Chrome
+  summary: >
+    Implement the `of <selector-list>` clause of the `:nth-child()` pseudo-class
+  upstream_bug: >
+    Chromium#304163
+  origin: >
+    Bootstrap#20143
+
 -
   browser: >
     Chrome (Windows & Linux)