Skip to content

Commit

Permalink
Add <style> element (#1408)
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Jägenstedt <[email protected]>
  • Loading branch information
petele and foolip authored Aug 2, 2024
1 parent 82ce96d commit 6da9a68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions features/draft/html-elements/style.yml → features/style.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
draft_date: 2024-06-05
name: <style>
description: The `<style>` element TODO.
description: The `<style>` element embeds an inline CSS stylesheet in a document.
spec: https://html.spec.whatwg.org/multipage/semantics.html#the-style-element
group: html
group: html-elements
status:
compute_from: html.elements.style
compat_features:
- api.HTMLStyleElement
- api.HTMLStyleElement.disabled
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@

status:
baseline: high
baseline_low_date: 2015-11-12
baseline_high_date: 2018-05-12
baseline_low_date: 2015-07-29
baseline_high_date: 2018-01-29
support:
chrome: "1"
chrome_android: "18"
edge: "13"
edge: "12"
firefox: "1"
firefox_android: "4"
safari: "1"
safari_ios: "1"
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
Expand All @@ -30,7 +31,6 @@ compat_features:
- html.elements.style
- html.elements.style.media

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2015-11-12
# baseline_high_date: 2018-05-12
Expand Down

0 comments on commit 6da9a68

Please sign in to comment.