aboutsummaryrefslogtreecommitdiff
path: root/docs/_data
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-07-17 14:01:16 -0700
committerChris Rebert <[email protected]>2016-07-17 14:18:09 -0700
commitd3cbb8eac266ee21b0e653a49f71007e720ccdb2 (patch)
treeaf64e19aa8adadd8c1e843a01fba523140d72301 /docs/_data
parenta329fda8f0b52b08e1c13dead573c0590518638b (diff)
downloadbootstrap-d3cbb8eac266ee21b0e653a49f71007e720ccdb2.tar.xz
bootstrap-d3cbb8eac266ee21b0e653a49f71007e720ccdb2.zip
Port #20315 to v3
Add position:sticky to Most Wanted features (#20315) [skip sauce]
Diffstat (limited to 'docs/_data')
-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