diff options
| author | Chris Rebert <[email protected]> | 2016-07-08 00:19:12 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-07-08 00:19:12 -0700 |
| commit | 58aca2823404d6dc18fd44ae15f7ff2f34f64705 (patch) | |
| tree | 1cc2ef8216368cf232835598f1283c3c9a7305a8 /docs/_data/browser-features.yml | |
| parent | 1347cb0152c992f8b71e185fa7ef1794fc94d931 (diff) | |
| download | bootstrap-58aca2823404d6dc18fd44ae15f7ff2f34f64705.tar.xz bootstrap-58aca2823404d6dc18fd44ae15f7ff2f34f64705.zip | |
Move browser feature requests to new "Most wanted features" section
Diffstat (limited to 'docs/_data/browser-features.yml')
| -rw-r--r-- | docs/_data/browser-features.yml | 59 |
1 files changed, 59 insertions, 0 deletions
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 <selector-list>` 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 <selector-list>` 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 |
