diff options
| author | Chris Rebert <[email protected]> | 2016-06-03 23:17:51 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-06-03 23:18:11 -0700 |
| commit | 41d31e86cd34707316211ea2a60d4c4c2b249805 (patch) | |
| tree | 9aa44aa436da4b92736ad29fb408f3ec7c01fe0e /docs/_data | |
| parent | 64c1ba1245ef81f377364d368c124fa2cce81230 (diff) | |
| download | bootstrap-41d31e86cd34707316211ea2a60d4c4c2b249805.tar.xz bootstrap-41d31e86cd34707316211ea2a60d4c4c2b249805.zip | |
Port #19984 to v3
Add :dir() pseudo-class feature requests to Wall of Browser Bugs (#19984)
Refs https://developer.mozilla.org/en-US/docs/Web/CSS/:dir
[skip sauce]
Diffstat (limited to 'docs/_data')
| -rw-r--r-- | docs/_data/browser-bugs.yml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index efbda4d6f..e02fdf81e 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -70,6 +70,16 @@ - browser: > + Microsoft Edge + summary: > + Implement the `:dir()` pseudo-class from Selectors Level 4 + upstream_bug: > + [Edge UserVoice idea #12299532](https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/12299532--dir) + origin: > + Bootstrap#19984 + +- + browser: > Firefox summary: > `.table-bordered` with an empty `<tbody>` is missing borders. @@ -220,6 +230,16 @@ - browser: > + Chrome + summary: > + Implement the `:dir()` pseudo-class from Selectors Level 4 + upstream_bug: > + Chromium#576815 + origin: > + Bootstrap#19984 + +- + browser: > Chrome (Windows & Linux) summary: > Animation glitch when returning to inactive tab after animations occurred while tab was hidden. @@ -252,6 +272,16 @@ - browser: > + Safari + summary: > + Implement the `:dir()` pseudo-class from Selectors Level 4 + upstream_bug: > + WebKit#64861 + origin: > + Bootstrap#19984 + +- + browser: > Safari (OS X) summary: > `px`, `em`, and `rem` should all behave the same in media queries when page zoom is applied |
