File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1- draft_date : 2024-06-05
21name : <style>
3- description : The `<style>` element TODO .
2+ description : The `<style>` element embeds an inline CSS stylesheet in a document .
43spec : https://html.spec.whatwg.org/multipage/semantics.html#the-style-element
5- group : html
4+ group : html-elements
5+ status :
6+ compute_from : html.elements.style
67compat_features :
78 - api.HTMLStyleElement
89 - api.HTMLStyleElement.disabled
Original file line number Diff line number Diff line change 33
44status:
55 baseline: high
6- baseline_low_date: 2015-11-12
7- baseline_high_date: 2018-05-12
6+ baseline_low_date: 2015-07-29
7+ baseline_high_date: 2018-01-29
88 support:
99 chrome: "1"
1010 chrome_android: "18"
11- edge: "13 "
11+ edge: "12 "
1212 firefox: "1"
1313 firefox_android: "4"
1414 safari: "1"
1515 safari_ios: "1"
1616compat_features:
17+ # ⬇️ Same status as overall feature ⬇️
1718 # baseline: high
1819 # baseline_low_date: 2015-07-29
1920 # baseline_high_date: 2018-01-29
@@ -30,7 +31,6 @@ compat_features:
3031 - html.elements.style
3132 - html.elements.style.media
3233
33- # ⬇️ Same status as overall feature ⬇️
3434 # baseline: high
3535 # baseline_low_date: 2015-11-12
3636 # baseline_high_date: 2018-05-12
You can’t perform that action at this time.
0 commit comments