123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348 |
- {
- "title":"CSS position:sticky",
- "description":"Keeps elements positioned as \"fixed\" or \"relative\" depending on how it appears in the viewport. As a result the element is \"stuck\" when necessary while scrolling.",
- "spec":"https://drafts.csswg.org/css-position/#sticky-pos",
- "status":"wd",
- "links":[
- {
- "url":"http://updates.html5rocks.com/2012/08/Stick-your-landings-position-sticky-lands-in-WebKit",
- "title":"HTML5Rocks"
- },
- {
- "url":"https://developer.mozilla.org/en-US/docs/Web/CSS/position",
- "title":"MDN Web Docs - CSS position"
- },
- {
- "url":"https://www.webplatform.org/docs/css/properties/position",
- "title":"WebPlatform Docs"
- },
- {
- "url":"https://github.com/dollarshaveclub/stickybits",
- "title":"Polyfill"
- },
- {
- "url":"https://github.com/wilddeer/stickyfill",
- "title":"Another polyfill"
- },
- {
- "url":"http://gedd.ski/post/position-sticky/",
- "title":"geddski article: Examples and Gotchas"
- }
- ],
- "bugs":[
- {
- "description":"Firefox 58 & below, Chrome 63 & below and Safari 7 & below do not appear to support [sticky table headers](https://jsfiddle.net/Mf4YT/2/)."
- },
- {
- "description":"A parent with overflow set to `auto` will prevent `position: sticky` from working in Safari"
- }
- ],
- "categories":[
- "CSS"
- ],
- "stats":{
- "ie":{
- "5.5":"n",
- "6":"n",
- "7":"n",
- "8":"n",
- "9":"n",
- "10":"n",
- "11":"n"
- },
- "edge":{
- "12":"n",
- "13":"n",
- "14":"n",
- "15":"n",
- "16":"y",
- "17":"y"
- },
- "firefox":{
- "2":"n",
- "3":"n",
- "3.5":"n",
- "3.6":"n",
- "4":"n",
- "5":"n",
- "6":"n",
- "7":"n",
- "8":"n",
- "9":"n",
- "10":"n",
- "11":"n",
- "12":"n",
- "13":"n",
- "14":"n",
- "15":"n",
- "16":"n",
- "17":"n",
- "18":"n",
- "19":"n",
- "20":"n",
- "21":"n",
- "22":"n",
- "23":"n",
- "24":"n",
- "25":"n",
- "26":"n d #1",
- "27":"n d #1",
- "28":"n d #1",
- "29":"n d #1",
- "30":"n d #1",
- "31":"n d #1",
- "32":"a #3",
- "33":"a #3",
- "34":"a #3",
- "35":"a #3",
- "36":"a #3",
- "37":"a #3",
- "38":"a #3",
- "39":"a #3",
- "40":"a #3",
- "41":"a #3",
- "42":"a #3",
- "43":"a #3",
- "44":"a #3",
- "45":"a #3",
- "46":"a #3",
- "47":"a #3",
- "48":"a #3",
- "49":"a #3",
- "50":"a #3",
- "51":"a #3",
- "52":"a #3",
- "53":"a #3",
- "54":"a #3",
- "55":"a #3",
- "56":"a #3",
- "57":"a #3",
- "58":"a #3",
- "59":"y",
- "60":"y",
- "61":"y"
- },
- "chrome":{
- "4":"n",
- "5":"n",
- "6":"n",
- "7":"n",
- "8":"n",
- "9":"n",
- "10":"n",
- "11":"n",
- "12":"n",
- "13":"n",
- "14":"n",
- "15":"n",
- "16":"n",
- "17":"n",
- "18":"n",
- "19":"n",
- "20":"n",
- "21":"n",
- "22":"n",
- "23":"n d #2",
- "24":"n d #2",
- "25":"n d #2",
- "26":"n d #2",
- "27":"n d #2",
- "28":"n d #2",
- "29":"n d #2",
- "30":"n d #2",
- "31":"n d #2",
- "32":"n d #2",
- "33":"n d #2",
- "34":"n d #2",
- "35":"n d #2",
- "36":"n d #2",
- "37":"n",
- "38":"n",
- "39":"n",
- "40":"n",
- "41":"n",
- "42":"n",
- "43":"n",
- "44":"n",
- "45":"n",
- "46":"n",
- "47":"n",
- "48":"n",
- "49":"n",
- "50":"n",
- "51":"n",
- "52":"n d #2",
- "53":"n d #2",
- "54":"n d #2",
- "55":"n d #2",
- "56":"a #4",
- "57":"a #4",
- "58":"a #4",
- "59":"a #4",
- "60":"a #4",
- "61":"a #4",
- "62":"a #4",
- "63":"a #4",
- "64":"a #4",
- "65":"a #4",
- "66":"a #4",
- "67":"a #4"
- },
- "safari":{
- "3.1":"n",
- "3.2":"n",
- "4":"n",
- "5":"n",
- "5.1":"n",
- "6":"n",
- "6.1":"a x #5",
- "7":"a x #5",
- "7.1":"y x",
- "8":"y x",
- "9":"y x",
- "9.1":"y x",
- "10":"y x",
- "10.1":"y x",
- "11":"y x",
- "11.1":"y x",
- "TP":"y x"
- },
- "opera":{
- "9":"n",
- "9.5-9.6":"n",
- "10.0-10.1":"n",
- "10.5":"n",
- "10.6":"n",
- "11":"n",
- "11.1":"n",
- "11.5":"n",
- "11.6":"n",
- "12":"n",
- "12.1":"n",
- "15":"n",
- "16":"n",
- "17":"n",
- "18":"n",
- "19":"n",
- "20":"n",
- "21":"n",
- "22":"n",
- "23":"n",
- "24":"n",
- "25":"n",
- "26":"n",
- "27":"n",
- "28":"n",
- "29":"n",
- "30":"n",
- "31":"n",
- "32":"n",
- "33":"n",
- "34":"n",
- "35":"n",
- "36":"n",
- "37":"n",
- "38":"n",
- "39":"n d #2",
- "40":"n d #2",
- "41":"n d #2",
- "42":"a #4",
- "43":"a #4",
- "44":"a #4",
- "45":"a #4",
- "46":"a #4",
- "47":"a #4",
- "48":"a #4",
- "49":"a #4",
- "50":"a #4",
- "51":"a #4",
- "52":"a #4"
- },
- "ios_saf":{
- "3.2":"n",
- "4.0-4.1":"n",
- "4.2-4.3":"n",
- "5.0-5.1":"n",
- "6.0-6.1":"a x #5",
- "7.0-7.1":"a x #5",
- "8":"y x",
- "8.1-8.4":"y x",
- "9.0-9.2":"y x",
- "9.3":"y x",
- "10.0-10.2":"y x",
- "10.3":"y x",
- "11.0-11.2":"y x",
- "11.3":"y x"
- },
- "op_mini":{
- "all":"n"
- },
- "android":{
- "2.1":"n",
- "2.2":"n",
- "2.3":"n",
- "3":"n",
- "4":"n",
- "4.1":"n",
- "4.2-4.3":"n",
- "4.4":"n",
- "4.4.3-4.4.4":"n",
- "62":"a #4"
- },
- "bb":{
- "7":"n",
- "10":"n"
- },
- "op_mob":{
- "10":"n",
- "11":"n",
- "11.1":"n",
- "11.5":"n",
- "12":"n",
- "12.1":"n",
- "37":"n"
- },
- "and_chr":{
- "64":"a #4"
- },
- "and_ff":{
- "57":"a #3"
- },
- "ie_mob":{
- "10":"n",
- "11":"n"
- },
- "and_uc":{
- "11.8":"a #4"
- },
- "samsung":{
- "4":"n",
- "5":"n",
- "6.2":"y"
- },
- "and_qq":{
- "1.2":"n d #2"
- },
- "baidu":{
- "7.12":"n"
- }
- },
- "notes":"",
- "notes_by_num":{
- "1":"Can be enabled in Firefox by setting the about:config preference layout.css.sticky.enabled to true",
- "2":"Enabled through the \"experimental Web Platform features\" flag",
- "3":"Not supported on any `table` parts - See [Firefox bug](https://bugzilla.mozilla.org/show_bug.cgi?id=975644)",
- "4":"Supported on `th` elements, but not `thead` or `tr` - See [Chrome bug](https://bugs.chromium.org/p/chromium/issues/detail?id=702927)",
- "5":"Do not appear to support sticky table headers"
- },
- "usage_perc_y":15.35,
- "usage_perc_a":69.91,
- "ucprefix":false,
- "parent":"",
- "keywords":"",
- "ie_id":"positionsticky",
- "chrome_id":"6190250464378880",
- "firefox_id":"",
- "webkit_id":"feature-position:-sticky",
- "shown":true
- }
|