Skip to content

Commit 6da9a68

Browse files
petelefoolip
andauthored
Add <style> element (#1408)
Co-authored-by: Philip Jägenstedt <[email protected]>
1 parent 82ce96d commit 6da9a68

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

features/draft/html-elements/style.yml renamed to features/style.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
draft_date: 2024-06-05
21
name: <style>
3-
description: The `<style>` element TODO.
2+
description: The `<style>` element embeds an inline CSS stylesheet in a document.
43
spec: 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
67
compat_features:
78
- api.HTMLStyleElement
89
- api.HTMLStyleElement.disabled

features/draft/html-elements/style.yml.dist renamed to features/style.yml.dist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@
33

44
status:
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"
1616
compat_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

0 commit comments

Comments
 (0)