motion
Version:
motion - moving development forward
265 lines (264 loc) • 5.17 kB
JSON
{
"title":"New semantic elements",
"description":"HTML5 offers some new elements, primarily for semantic purposes. The elements include: section, article, aside, header, footer, nav, figure, figcaption, time, mark, main.",
"spec":"https://html.spec.whatwg.org/multipage/semantics.html#sections",
"status":"ls",
"links":[
{
"url":"https://blog.whatwg.org/supporting-new-elements-in-ie",
"title":"Workaround for IE"
},
{
"url":"https://blog.whatwg.org/styling-ie-noscript",
"title":"Alternate workaround"
},
{
"url":"http://oli.jp/2009/html5-structure3/",
"title":"Article on structural elements"
},
{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/dom.js#dom-html5-elements",
"title":"has.js test"
}
],
"bugs":[
{
"description":"While the `time` and `data` elements can be used and work fine in all browsers, currently only Firefox recognize them officially as `HTMLTimeElement` and `HTMLDataElement` objects."
}
],
"categories":[
"HTML5"
],
"stats":{
"ie":{
"5.5":"n",
"6":"p",
"7":"p",
"8":"p",
"9":"y #1",
"10":"y #1",
"11":"y #1"
},
"edge":{
"12":"y",
"13":"y",
"14":"y"
},
"firefox":{
"2":"n",
"3":"a #1",
"3.5":"a #1",
"3.6":"a #1",
"4":"y #1",
"5":"y #1",
"6":"y #1",
"7":"y #1",
"8":"y #1",
"9":"y #1",
"10":"y #1",
"11":"y #1",
"12":"y #1",
"13":"y #1",
"14":"y #1",
"15":"y #1",
"16":"y #1",
"17":"y #1",
"18":"y #1",
"19":"y #1",
"20":"y #1",
"21":"y",
"22":"y",
"23":"y",
"24":"y",
"25":"y",
"26":"y",
"27":"y",
"28":"y",
"29":"y",
"30":"y",
"31":"y",
"32":"y",
"33":"y",
"34":"y",
"35":"y",
"36":"y",
"37":"y",
"38":"y",
"39":"y",
"40":"y",
"41":"y",
"42":"y",
"43":"y",
"44":"y",
"45":"y",
"46":"y",
"47":"y"
},
"chrome":{
"4":"a #1",
"5":"a #1",
"6":"y #1",
"7":"y #1",
"8":"y #1",
"9":"y #1",
"10":"y #1",
"11":"y #1",
"12":"y #1",
"13":"y #1",
"14":"y #1",
"15":"y #1",
"16":"y #1",
"17":"y #1",
"18":"y #1",
"19":"y #1",
"20":"y #1",
"21":"y #1",
"22":"y #1",
"23":"y #1",
"24":"y #1",
"25":"y #1",
"26":"y",
"27":"y",
"28":"y",
"29":"y",
"30":"y",
"31":"y",
"32":"y",
"33":"y",
"34":"y",
"35":"y",
"36":"y",
"37":"y",
"38":"y",
"39":"y",
"40":"y",
"41":"y",
"42":"y",
"43":"y",
"44":"y",
"45":"y",
"46":"y",
"47":"y",
"48":"y",
"49":"y",
"50":"y",
"51":"y"
},
"safari":{
"3.1":"a #1",
"3.2":"a #1",
"4":"a #1",
"5":"y #1",
"5.1":"y #1",
"6":"y #1",
"6.1":"y",
"7":"y",
"7.1":"y",
"8":"y",
"9":"y",
"9.1":"y"
},
"opera":{
"9":"a #1",
"9.5-9.6":"a #1",
"10.0-10.1":"a #1",
"10.5":"a #1",
"10.6":"a #1",
"11":"a #1",
"11.1":"y #1",
"11.5":"y #1",
"11.6":"y #1",
"12":"y #1",
"12.1":"y #1",
"15":"y",
"16":"y",
"17":"y",
"18":"y",
"19":"y",
"20":"y",
"21":"y",
"22":"y",
"23":"y",
"24":"y",
"25":"y",
"26":"y",
"27":"y",
"28":"y",
"29":"y",
"30":"y",
"31":"y",
"32":"y",
"33":"y",
"34":"y",
"35":"y",
"36":"y"
},
"ios_saf":{
"3.2":"a #1",
"4.0-4.1":"y #1",
"4.2-4.3":"y #1",
"5.0-5.1":"y #1",
"6.0-6.1":"y #1",
"7.0-7.1":"y",
"8":"y",
"8.1-8.4":"y",
"9.0-9.2":"y",
"9.3":"y"
},
"op_mini":{
"5.0-8.0":"a #1"
},
"android":{
"2.1":"a #1",
"2.2":"y #1",
"2.3":"y #1",
"3":"y #1",
"4":"y #1",
"4.1":"y #1",
"4.2-4.3":"y #1",
"4.4":"y",
"4.4.3-4.4.4":"y",
"46":"y"
},
"bb":{
"7":"y #1",
"10":"y #1"
},
"op_mob":{
"10":"a #1",
"11":"y #1",
"11.1":"y #1",
"11.5":"y #1",
"12":"y #1",
"12.1":"y #1",
"33":"y"
},
"and_chr":{
"47":"y"
},
"and_ff":{
"43":"y"
},
"ie_mob":{
"10":"y #1",
"11":"y #1"
},
"and_uc":{
"9.9":"y #1"
}
},
"notes":"Partial support refers to missing the default styling. This is easily taken care of by using display:block for all new elements (except time and mark, these should be display:inline anyway).",
"notes_by_num":{
"1":"Does not include support for the <main> element"
},
"usage_perc_y":91.24,
"usage_perc_a":5.1,
"ucprefix":false,
"parent":"",
"keywords":"",
"ie_id":"",
"chrome_id":"",
"firefox_id":"",
"webkit_id":"",
"shown":true
}