File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2825,7 +2825,7 @@ interface CSSStyleDeclaration {
28252825 clip: string;
28262826 clipPath: string;
28272827 clipRule: string;
2828- color: string | null ;
2828+ color: string;
28292829 colorInterpolation: string;
28302830 colorInterpolationFilters: string;
28312831 columnCount: string;
@@ -3002,7 +3002,7 @@ interface CSSStyleDeclaration {
30023002 msWrapThrough: string;
30033003 objectFit: string;
30043004 objectPosition: string;
3005- opacity: string | null ;
3005+ opacity: string;
30063006 order: string;
30073007 orphans: string;
30083008 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 3232 "url" : " https://www.w3.org/TR/css-align-3/" ,
3333 "title" : " CSS Box Alignment"
3434 },
35+ {
36+ "url" : " https://www.w3.org/TR/css-color-3/" ,
37+ "title" : " CSS Color"
38+ },
3539 {
3640 "url" : " https://www.w3.org/TR/fill-stroke-3/" ,
3741 "title" : " CSS Fill and Stroke"
You can’t perform that action at this time.
0 commit comments