File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -2825,7 +2825,7 @@ interface CSSStyleDeclaration {
2825
2825
clip: string;
2826
2826
clipPath: string;
2827
2827
clipRule: string;
2828
- color: string | null ;
2828
+ color: string;
2829
2829
colorInterpolation: string;
2830
2830
colorInterpolationFilters: string;
2831
2831
columnCount: string;
@@ -3002,7 +3002,7 @@ interface CSSStyleDeclaration {
3002
3002
msWrapThrough: string;
3003
3003
objectFit: string;
3004
3004
objectPosition: string;
3005
- opacity: string | null ;
3005
+ opacity: string;
3006
3006
order: string;
3007
3007
orphans: string;
3008
3008
outline: string;
Original file line number Diff line number Diff line change
1
+ partial interface CSSStyleDeclaration {
2
+ [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString color;
3
+ [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString opacity;
4
+ };
Original file line number Diff line number Diff line change 32
32
"url" : " https://www.w3.org/TR/css-align-3/" ,
33
33
"title" : " CSS Box Alignment"
34
34
},
35
+ {
36
+ "url" : " https://www.w3.org/TR/css-color-3/" ,
37
+ "title" : " CSS Color"
38
+ },
35
39
{
36
40
"url" : " https://www.w3.org/TR/fill-stroke-3/" ,
37
41
"title" : " CSS Fill and Stroke"
You can’t perform that action at this time.
0 commit comments