From 3e76d6565603fafa2c85ad81d7b6345c4e279c72 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 28 May 2017 22:50:57 -0700 Subject: Rearrange all the docs to allow for a docs/major.minor/ setup --- _data/browser-features.yml | 159 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 _data/browser-features.yml (limited to '_data/browser-features.yml') diff --git a/_data/browser-features.yml b/_data/browser-features.yml new file mode 100644 index 000000000..830a91386 --- /dev/null +++ b/_data/browser-features.yml @@ -0,0 +1,159 @@ +- + browser: > + Edge + summary: > + Focusable elements should fire focus event / receive :focus styling when they receive Narrator/accessibility focus + upstream_bug: > + A11yUserVoice#16717318 + origin: > + Bootstrap#20732 + +- + browser: > + 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: > + Edge + summary: > + Implement [sticky positioning](http://html5please.com/#position:sticky) from CSS Positioned Layout Level 3 + upstream_bug: > + UserVoice#6263621 + origin: > + Bootstrap#17021 + +- + browser: > + Edge + summary: > + Implement the HTML5 [`` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog) + upstream_bug: > + UserVoice#6508895 + origin: > + Bootstrap#20175 + +- + browser: > + Edge + summary: > + Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled + upstream_bug: > + UserVoice#15939898 + origin: > + Bootstrap#20618 + +- + browser: > + Edge + summary: > + Implement the [`of ` clause](http://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class + upstream_bug: > + UserVoice#15944476 + origin: > + Bootstrap#20143 + +- + 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: > + 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: > + Firefox + summary: > + When virtual focus is on a button or link, fire actual focus on the element, too + upstream_bug: > + Mozilla#1000082 + origin: > + Bootstrap#20732 + +- + browser: > + Chrome + summary: > + Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled + upstream_bug: > + Chromium#642487 + origin: > + Chromium#437860 + +- + 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: > + Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled + upstream_bug: > + WebKit#161535 + origin: > + Bootstrap#20618 + +- + 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 + +- + 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 c0eff6a61a19249778fbee3b908d8f0614e4393d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 26 Jul 2017 17:58:22 -0700 Subject: Remove Firefox transitioncancel entry from Most Wanted list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The transitioncancel event was shipped in Firefox 53 🎉 https://bugzilla.mozilla.org/show_bug.cgi?id=1264125 --- _data/browser-features.yml | 10 ---------- 1 file changed, 10 deletions(-) (limited to '_data/browser-features.yml') diff --git a/_data/browser-features.yml b/_data/browser-features.yml index 830a91386..c61eb4030 100644 --- a/_data/browser-features.yml +++ b/_data/browser-features.yml @@ -58,16 +58,6 @@ origin: > Bootstrap#20143 -- - 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 -- cgit v1.2.3 From 2291d087502df371afa5d4083576031b4e15f158 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 16 Jul 2017 15:11:49 +0300 Subject: _data/browser-features.yml: remove trailing spaces. --- _data/browser-features.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_data/browser-features.yml') diff --git a/_data/browser-features.yml b/_data/browser-features.yml index c61eb4030..f19a460e6 100644 --- a/_data/browser-features.yml +++ b/_data/browser-features.yml @@ -7,7 +7,7 @@ A11yUserVoice#16717318 origin: > Bootstrap#20732 - + - browser: > Edge -- cgit v1.2.3