Skip to content

Commit cf2c4c0

Browse files
authored
Add style attribute (#2475)
1 parent e6e163b commit cf2c4c0

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

features/style-attr.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: style (attribute)
2+
description: The `style` global HTML attribute applies inline CSS styling declarations to individual elements.
3+
spec: https://html.spec.whatwg.org/multipage/dom.html#the-style-attribute
4+
group:
5+
- css
6+
- html
7+
compat_features:
8+
- html.global_attributes.style

features/style-attr.yml.dist

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Generated from: style-attr.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: high
6+
baseline_low_date: 2015-07-29
7+
baseline_high_date: 2018-01-29
8+
support:
9+
chrome: "1"
10+
chrome_android: "18"
11+
edge: "12"
12+
firefox: "1"
13+
firefox_android: "4"
14+
safari: "1"
15+
safari_ios: "1"
16+
compat_features:
17+
- html.global_attributes.style

0 commit comments

Comments
 (0)