Skip to content

Commit 74ce618

Browse files
committed
Add CSS Cascading and Inheritance
1 parent 593bce1 commit 74ce618

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2786,6 +2786,7 @@ interface CSSStyleDeclaration {
27862786
alignItems: string;
27872787
alignSelf: string;
27882788
alignmentBaseline: string;
2789+
all: string;
27892790
animation: string;
27902791
animationDelay: string;
27912792
animationDirection: string;
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
partial interface CSSStyleDeclaration {
2+
[CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString all;
3+
};

inputfiles/idlSources.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
"url": "https://www.w3.org/TR/css-align-3/",
3737
"title": "CSS Box Alignment"
3838
},
39+
{
40+
"url": "https://www.w3.org/TR/css-cascade-3/",
41+
"title": "CSS Cascading and Inheritance"
42+
},
3943
{
4044
"url": "https://www.w3.org/TR/css-color-3/",
4145
"title": "CSS Color"

0 commit comments

Comments
 (0)