From: Chris Rebert Date: Sun, 17 Jul 2016 21:01:16 +0000 (-0700) Subject: Port #20315 to v3 X-Git-Tag: v3.3.7~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3cbb8eac266ee21b0e653a49f71007e720ccdb2;p=thirdparty%2Fbootstrap.git Port #20315 to v3 Add position:sticky to Most Wanted features (#20315) [skip sauce] --- diff --git a/docs/_data/browser-features.yml b/docs/_data/browser-features.yml index a8b8560996..cf14fef028 100644 --- a/docs/_data/browser-features.yml +++ b/docs/_data/browser-features.yml @@ -8,6 +8,16 @@ origin: > Bootstrap#19984 +- + 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 @@ -58,6 +68,16 @@ origin: > Bootstrap#19984 +- + 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