diff options
| author | Chris Rebert <[email protected]> | 2016-07-08 00:19:32 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-07-11 20:05:04 -0700 |
| commit | 584d1fff9e582ff28355417864edda355ec36058 (patch) | |
| tree | f75068d576382b7e9c2703edf71600ee44488dff /docs/_data | |
| parent | e335e64268168cf4aeb64234dea0138c06be2bfe (diff) | |
| download | bootstrap-584d1fff9e582ff28355417864edda355ec36058.tar.xz bootstrap-584d1fff9e582ff28355417864edda355ec36058.zip | |
Add Most Wanted Features entries for <dialog>
Ports 0b21f2ecb1e5a3a8978cc23fa984242e9f81c62c to v3
Refs https://bugzil.la/840640
Refs https://webkit.org/b/84635
[skip sauce]
Diffstat (limited to 'docs/_data')
| -rw-r--r-- | docs/_data/browser-features.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/_data/browser-features.yml b/docs/_data/browser-features.yml index 1ac88af25..a8b856099 100644 --- a/docs/_data/browser-features.yml +++ b/docs/_data/browser-features.yml @@ -30,6 +30,16 @@ - browser: > + Firefox + summary: > + Implement the HTML5 [`<dialog>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog) + upstream_bug: > + Mozilla#840640 + origin: > + Bootstrap#20175 + +- + browser: > Chrome summary: > Implement the [`of <selector-list>` clause](http://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class @@ -57,3 +67,13 @@ WebKit#64861 origin: > Bootstrap#19984 + +- + browser: > + Safari + summary: > + Implement the HTML5 [`<dialog>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog) + upstream_bug: > + WebKit#84635 + origin: > + Bootstrap#20175 |
