From e31a1a0f6d76c95d0ad0ad42d7df62a7571cacbc Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 11 Sep 2016 22:21:12 -0700 Subject: Add transitioncancel to Most Wanted list for Chrome, Safari, Edge (#20618) [skip sauce] --- docs/_data/browser-features.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'docs/_data') diff --git a/docs/_data/browser-features.yml b/docs/_data/browser-features.yml index bac9a40b7..65575c544 100644 --- a/docs/_data/browser-features.yml +++ b/docs/_data/browser-features.yml @@ -28,6 +28,16 @@ origin: > Bootstrap#20175 +- + browser: > + Microsoft 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: > Firefox @@ -58,6 +68,16 @@ origin: > Bootstrap#20175 +- + 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 @@ -88,6 +108,16 @@ origin: > Bootstrap#17021 +- + 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 -- cgit v1.2.3 From eb18554b9ed8830534a87a2c71d3d57452137656 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 11 Sep 2016 22:27:11 -0700 Subject: Add Selectors Level 4 :nth-child() to Most Wanted features for Edge h/t @bardiharborow for opening https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/15944476 Refs #20143 [skip sauce] --- docs/_data/browser-features.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/_data') diff --git a/docs/_data/browser-features.yml b/docs/_data/browser-features.yml index 65575c544..e7ad42956 100644 --- a/docs/_data/browser-features.yml +++ b/docs/_data/browser-features.yml @@ -38,6 +38,16 @@ origin: > Bootstrap#20618 +- + browser: > + Microsoft 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 -- cgit v1.2.3 From 089bc85a494ba18c954c86c83ecc30a2506516a7 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 12 Sep 2016 16:19:29 -0700 Subject: Remove fixed Edge bug from the Wall https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8282613/ has been marked as Fixed. Refs #20335. [skip sauce] --- docs/_data/browser-bugs.yml | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'docs/_data') diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index 45581b4f7..f69b93730 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -1,13 +1,3 @@ -- - browser: > - Microsoft Edge - summary: > - Dynamically generated `` causes infinite loop of file dialogs. - upstream_bug: > - Edge#8282613 - origin: > - Bootstrap#20335 - - browser: > Microsoft Edge -- cgit v1.2.3 From d71c7c09588dd432bb4ca31bd93b677c10d892c2 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Thu, 22 Sep 2016 10:48:05 +0100 Subject: Add Edge#9011176 bug (visual artifacts in scrollable dialogs) --- docs/_data/browser-bugs.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/_data') diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index ea7665199..0d73f84e4 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -1,3 +1,13 @@ +- + browser: > + Microsoft Edge + summary: > + Visual artifacts in scrollable modal dialogs + upstream_bug: > + Edge#9011176 + origin: > + Bootstrap#20755 + - browser: > Microsoft Edge -- cgit v1.2.3 From 2e69dfa8c1679238579ef6f5ec85deb755e4fb6d Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Tue, 4 Oct 2016 02:55:59 +1000 Subject: Fix broken/redirected links, moving to HTTPS where possible. (#20557) --- docs/_data/showcase.yml | 8 ++++---- docs/_data/translations.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/_data') diff --git a/docs/_data/showcase.yml b/docs/_data/showcase.yml index 45e9b0ccc..435286f39 100644 --- a/docs/_data/showcase.yml +++ b/docs/_data/showcase.yml @@ -1,19 +1,19 @@ - name: Lyft url: https://www.lyft.com - expo_url: http://expo.getbootstrap.com/2014/10/29/lyft/ + expo_url: https://expo.getbootstrap.com/2014/10/29/lyft/ img: lyft - name: Vogue url: http://www.vogue.com - expo_url: http://expo.getbootstrap.com/2014/09/30/vogue/ + expo_url: https://expo.getbootstrap.com/2014/09/30/vogue/ img: vogue - name: Riot Design url: http://riotdesign.eu/en/ - expo_url: http://expo.getbootstrap.com/2014/03/13/riot-design/ + expo_url: https://expo.getbootstrap.com/2014/03/13/riot-design/ img: riot - name: Newsweek url: http://www.newsweek.com/ - expo_url: http://expo.getbootstrap.com/2014/02/12/newsweek/ + expo_url: https://expo.getbootstrap.com/2014/02/12/newsweek/ img: newsweek diff --git a/docs/_data/translations.yml b/docs/_data/translations.yml index de7ba990b..951f9756b 100644 --- a/docs/_data/translations.yml +++ b/docs/_data/translations.yml @@ -16,4 +16,4 @@ - name: Brazilian Portuguese code: pt-BR description: Bootstrap 4 Português do Brasil - url: http://bootstrapbrasil.github.io/v4/ + url: https://bootstrapbrasil.github.io/v4/ -- cgit v1.2.3