From 58aca2823404d6dc18fd44ae15f7ff2f34f64705 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 8 Jul 2016 00:19:12 -0700 Subject: Move browser feature requests to new "Most wanted features" section --- docs/_data/browser-features.yml | 59 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 docs/_data/browser-features.yml (limited to 'docs/_data/browser-features.yml') diff --git a/docs/_data/browser-features.yml b/docs/_data/browser-features.yml new file mode 100644 index 000000000..1ac88af25 --- /dev/null +++ b/docs/_data/browser-features.yml @@ -0,0 +1,59 @@ +- + browser: > + Microsoft Edge + summary: > + Implement the [`:dir()` pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:dir) from Selectors Level 4 + upstream_bug: > + UserVoice#12299532 + origin: > + Bootstrap#19984 + +- + browser: > + Firefox + summary: > + Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled + upstream_bug: > + Mozilla#1264125 + origin: > + Mozilla#1182856 + +- + browser: > + Firefox + summary: > + Implement the [`of ` clause](http://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class + upstream_bug: > + Mozilla#854148 + origin: > + Bootstrap#20143 + +- + browser: > + Chrome + summary: > + Implement the [`of ` clause](http://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class + upstream_bug: > + Chromium#304163 + origin: > + Bootstrap#20143 + +- + browser: > + Chrome + summary: > + Implement the [`:dir()` pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:dir) from Selectors Level 4 + upstream_bug: > + Chromium#576815 + origin: > + Bootstrap#19984 + +- + browser: > + Safari + summary: > + Implement the [`:dir()` pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:dir) from Selectors Level 4 + upstream_bug: > + WebKit#64861 + origin: > + Bootstrap#19984 -- cgit v1.2.3 From 0b21f2ecb1e5a3a8978cc23fa984242e9f81c62c Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 8 Jul 2016 00:19:32 -0700 Subject: Add Most Wanted Features entries for Refs https://bugzil.la/840640 Refs https://webkit.org/b/84635 [skip sauce] --- docs/_data/browser-features.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'docs/_data/browser-features.yml') 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 @@ -28,6 +28,16 @@ origin: > Bootstrap#20143 +- + browser: > + Firefox + summary: > + Implement the HTML5 [`` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog) + upstream_bug: > + Mozilla#840640 + origin: > + Bootstrap#20175 + - browser: > Chrome @@ -57,3 +67,13 @@ WebKit#64861 origin: > Bootstrap#19984 + +- + browser: > + Safari + summary: > + Implement the HTML5 [`` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog) + upstream_bug: > + WebKit#84635 + origin: > + Bootstrap#20175 -- cgit v1.2.3 From e12361483ad1225e7533dbf66f9ab4eca6014251 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 17 Jul 2016 14:01:16 -0700 Subject: Add position:sticky to Most Wanted features (#20315) [skip sauce] --- docs/_data/browser-features.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'docs/_data/browser-features.yml') diff --git a/docs/_data/browser-features.yml b/docs/_data/browser-features.yml index a8b856099..cf14fef02 100644 --- a/docs/_data/browser-features.yml +++ b/docs/_data/browser-features.yml @@ -8,6 +8,16 @@ origin: > Bootstrap#19984 +- + browser: > + Microsoft Edge + summary: > + Implement [sticky positioning](http://html5please.com/#position:sticky) from CSS Positioned Layout Level 3 + upstream_bug: > + UserVoice#6263621 + origin: > + Bootstrap#17021 + - browser: > Firefox @@ -58,6 +68,16 @@ origin: > Bootstrap#19984 +- + browser: > + Chrome + summary: > + Implement [sticky positioning](http://html5please.com/#position:sticky) from CSS Positioned Layout Level 3 + upstream_bug: > + Chromium#231752 + origin: > + Bootstrap#17021 + - browser: > Safari -- cgit v1.2.3