diff options
| author | Chris Rebert <[email protected]> | 2016-07-08 00:19:32 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-07-08 02:05:12 -0700 |
| commit | 0b21f2ecb1e5a3a8978cc23fa984242e9f81c62c (patch) | |
| tree | 65201282f3360fd4427c21e1d80f66efb1a9753c /docs/_data | |
| parent | 58aca2823404d6dc18fd44ae15f7ff2f34f64705 (diff) | |
| download | bootstrap-0b21f2ecb1e5a3a8978cc23fa984242e9f81c62c.tar.xz bootstrap-0b21f2ecb1e5a3a8978cc23fa984242e9f81c62c.zip | |
Add Most Wanted Features entries for <dialog>
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 |
