diff options
| author | Chris Rebert <[email protected]> | 2016-06-03 23:17:51 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-06-03 23:17:51 -0700 |
| commit | 1585e4629215aedff92efe737a90a75c523ddcef (patch) | |
| tree | 1764f0d7d9f61a99f6a09ca8faa7b18579fcaa03 /docs | |
| parent | 157007b48f7247b22817b4d1a219e037786855a8 (diff) | |
| download | bootstrap-1585e4629215aedff92efe737a90a75c523ddcef.tar.xz bootstrap-1585e4629215aedff92efe737a90a75c523ddcef.zip | |
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')
| -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 ed46d5c82..b96d51cd3 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. @@ -250,6 +270,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 |
