diff options
| author | Chris Rebert <[email protected]> | 2016-07-17 14:01:16 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-17 14:01:16 -0700 |
| commit | e12361483ad1225e7533dbf66f9ab4eca6014251 (patch) | |
| tree | 50a6f645e4b0df5c8aa60059465ab2192e613561 | |
| parent | ef9099a23761aa97b874953a2ac0cfaba7abefc0 (diff) | |
| download | bootstrap-e12361483ad1225e7533dbf66f9ab4eca6014251.tar.xz bootstrap-e12361483ad1225e7533dbf66f9ab4eca6014251.zip | |
Add position:sticky to Most Wanted features (#20315)
[skip sauce]
| -rw-r--r-- | docs/_data/browser-features.yml | 20 |
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 |
