aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-07-17 14:01:16 -0700
committerGitHub <[email protected]>2016-07-17 14:01:16 -0700
commite12361483ad1225e7533dbf66f9ab4eca6014251 (patch)
tree50a6f645e4b0df5c8aa60059465ab2192e613561 /docs
parentef9099a23761aa97b874953a2ac0cfaba7abefc0 (diff)
downloadbootstrap-e12361483ad1225e7533dbf66f9ab4eca6014251.tar.xz
bootstrap-e12361483ad1225e7533dbf66f9ab4eca6014251.zip
Add position:sticky to Most Wanted features (#20315)
[skip sauce]
Diffstat (limited to 'docs')
-rw-r--r--docs/_data/browser-features.yml20
1 files changed, 20 insertions, 0 deletions
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
@@ -10,6 +10,16 @@
-
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
summary: >
Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled
@@ -60,6 +70,16 @@
-
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
summary: >
Implement the [`:dir()` pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:dir) from Selectors Level 4