Skip to content

Commit

Permalink
Add style attribute (#2475)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnw authored Dec 20, 2024
1 parent e6e163b commit cf2c4c0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
8 changes: 8 additions & 0 deletions features/style-attr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: style (attribute)
description: The `style` global HTML attribute applies inline CSS styling declarations to individual elements.
spec: https://html.spec.whatwg.org/multipage/dom.html#the-style-attribute
group:
- css
- html
compat_features:
- html.global_attributes.style
17 changes: 17 additions & 0 deletions features/style-attr.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated from: style-attr.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2015-07-29
baseline_high_date: 2018-01-29
support:
chrome: "1"
chrome_android: "18"
edge: "12"
firefox: "1"
firefox_android: "4"
safari: "1"
safari_ios: "1"
compat_features:
- html.global_attributes.style

0 comments on commit cf2c4c0

Please sign in to comment.