diff options
| author | Chris Rebert <[email protected]> | 2016-06-22 01:20:01 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-06-22 01:21:32 -0700 |
| commit | ea3e63a6efbb1f7c149e9883ad1c72d0c6c9decb (patch) | |
| tree | 384b93396d465de73928444dc5a9ee906ce258f2 /docs/_data | |
| parent | a3b567ca8687da01006246ff691d40c35a7df73c (diff) | |
| download | bootstrap-ea3e63a6efbb1f7c149e9883ad1c72d0c6c9decb.tar.xz bootstrap-ea3e63a6efbb1f7c149e9883ad1c72d0c6c9decb.zip | |
Port #20143 to v3
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]
Diffstat (limited to 'docs/_data')
| -rw-r--r-- | docs/_data/browser-bugs.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index a786ac4f6..d089a9a1e 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -150,6 +150,16 @@ - 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) summary: > Right border of `<select>` menu is sometimes missing when screen is set to uncommon resolution @@ -250,6 +260,16 @@ - 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) summary: > Animation glitch when returning to inactive tab after animations occurred while tab was hidden. |
