@@ -2753,48 +2753,48 @@ interface CSSStyleDeclaration {
2753
2753
backgroundRepeat: string | null;
2754
2754
backgroundSize: string | null;
2755
2755
baselineShift: string | null;
2756
- border: string | null ;
2757
- borderBottom: string | null ;
2758
- borderBottomColor: string | null ;
2756
+ border: string;
2757
+ borderBottom: string;
2758
+ borderBottomColor: string;
2759
2759
borderBottomLeftRadius: string | null;
2760
2760
borderBottomRightRadius: string | null;
2761
- borderBottomStyle: string | null ;
2762
- borderBottomWidth: string | null ;
2763
- borderCollapse: string | null ;
2764
- borderColor: string | null ;
2761
+ borderBottomStyle: string;
2762
+ borderBottomWidth: string;
2763
+ borderCollapse: string;
2764
+ borderColor: string;
2765
2765
borderImage: string | null;
2766
2766
borderImageOutset: string | null;
2767
2767
borderImageRepeat: string | null;
2768
2768
borderImageSlice: string | null;
2769
2769
borderImageSource: string | null;
2770
2770
borderImageWidth: string | null;
2771
- borderLeft: string | null ;
2772
- borderLeftColor: string | null ;
2773
- borderLeftStyle: string | null ;
2774
- borderLeftWidth: string | null ;
2771
+ borderLeft: string;
2772
+ borderLeftColor: string;
2773
+ borderLeftStyle: string;
2774
+ borderLeftWidth: string;
2775
2775
borderRadius: string | null;
2776
- borderRight: string | null ;
2777
- borderRightColor: string | null ;
2778
- borderRightStyle: string | null ;
2779
- borderRightWidth: string | null ;
2780
- borderSpacing: string | null ;
2781
- borderStyle: string | null ;
2782
- borderTop: string | null ;
2783
- borderTopColor: string | null ;
2776
+ borderRight: string;
2777
+ borderRightColor: string;
2778
+ borderRightStyle: string;
2779
+ borderRightWidth: string;
2780
+ borderSpacing: string;
2781
+ borderStyle: string;
2782
+ borderTop: string;
2783
+ borderTopColor: string;
2784
2784
borderTopLeftRadius: string | null;
2785
2785
borderTopRightRadius: string | null;
2786
- borderTopStyle: string | null ;
2787
- borderTopWidth: string | null ;
2788
- borderWidth: string | null ;
2789
- bottom: string | null ;
2786
+ borderTopStyle: string;
2787
+ borderTopWidth: string;
2788
+ borderWidth: string;
2789
+ bottom: string;
2790
2790
boxShadow: string | null;
2791
2791
boxSizing: string;
2792
2792
breakAfter: string | null;
2793
2793
breakBefore: string | null;
2794
2794
breakInside: string | null;
2795
- captionSide: string | null ;
2795
+ captionSide: string;
2796
2796
caretColor: string;
2797
- clear: string | null ;
2797
+ clear: string;
2798
2798
clip: string;
2799
2799
clipPath: string;
2800
2800
clipRule: string;
@@ -2810,16 +2810,16 @@ interface CSSStyleDeclaration {
2810
2810
columnSpan: string;
2811
2811
columnWidth: string;
2812
2812
columns: string;
2813
- content: string | null ;
2814
- counterIncrement: string | null ;
2815
- counterReset: string | null ;
2813
+ content: string;
2814
+ counterIncrement: string;
2815
+ counterReset: string;
2816
2816
cssFloat: string | null;
2817
2817
cssText: string;
2818
2818
cursor: string;
2819
2819
direction: string;
2820
- display: string | null ;
2820
+ display: string;
2821
2821
dominantBaseline: string | null;
2822
- emptyCells: string | null ;
2822
+ emptyCells: string;
2823
2823
enableBackground: string | null;
2824
2824
fill: string | null;
2825
2825
fillOpacity: string | null;
@@ -2832,6 +2832,7 @@ interface CSSStyleDeclaration {
2832
2832
flexGrow: string | null;
2833
2833
flexShrink: string | null;
2834
2834
flexWrap: string | null;
2835
+ float: string;
2835
2836
floodColor: string;
2836
2837
floodOpacity: string;
2837
2838
font: string;
@@ -2871,7 +2872,7 @@ interface CSSStyleDeclaration {
2871
2872
gridTemplateAreas: string | null;
2872
2873
gridTemplateColumns: string | null;
2873
2874
gridTemplateRows: string | null;
2874
- height: string | null ;
2875
+ height: string;
2875
2876
hyphens: string;
2876
2877
imageOrientation: string;
2877
2878
imageRendering: string;
@@ -2885,21 +2886,21 @@ interface CSSStyleDeclaration {
2885
2886
layoutGridLine: string | null;
2886
2887
layoutGridMode: string | null;
2887
2888
layoutGridType: string | null;
2888
- left: string | null ;
2889
+ left: string;
2889
2890
readonly length: number;
2890
2891
letterSpacing: string;
2891
2892
lightingColor: string;
2892
2893
lineBreak: string;
2893
- lineHeight: string | null ;
2894
- listStyle: string | null ;
2895
- listStyleImage: string | null ;
2896
- listStylePosition: string | null ;
2897
- listStyleType: string | null ;
2898
- margin: string | null ;
2899
- marginBottom: string | null ;
2900
- marginLeft: string | null ;
2901
- marginRight: string | null ;
2902
- marginTop: string | null ;
2894
+ lineHeight: string;
2895
+ listStyle: string;
2896
+ listStyleImage: string;
2897
+ listStylePosition: string;
2898
+ listStyleType: string;
2899
+ margin: string;
2900
+ marginBottom: string;
2901
+ marginLeft: string;
2902
+ marginRight: string;
2903
+ marginTop: string;
2903
2904
marker: string | null;
2904
2905
markerEnd: string | null;
2905
2906
markerMid: string | null;
@@ -2911,10 +2912,10 @@ interface CSSStyleDeclaration {
2911
2912
maskRepeat: string;
2912
2913
maskSize: string;
2913
2914
maskType: string;
2914
- maxHeight: string | null ;
2915
- maxWidth: string | null ;
2916
- minHeight: string | null ;
2917
- minWidth: string | null ;
2915
+ maxHeight: string;
2916
+ maxWidth: string;
2917
+ minHeight: string;
2918
+ minWidth: string;
2918
2919
msContentZoomChaining: string | null;
2919
2920
msContentZoomLimit: string | null;
2920
2921
msContentZoomLimitMax: any;
@@ -2966,7 +2967,7 @@ interface CSSStyleDeclaration {
2966
2967
objectPosition: string;
2967
2968
opacity: string | null;
2968
2969
order: string | null;
2969
- orphans: string | null ;
2970
+ orphans: string;
2970
2971
outline: string;
2971
2972
outlineColor: string;
2972
2973
outlineOffset: string;
@@ -2977,14 +2978,14 @@ interface CSSStyleDeclaration {
2977
2978
overflowWrap: string;
2978
2979
overflowX: string;
2979
2980
overflowY: string;
2980
- padding: string | null ;
2981
- paddingBottom: string | null ;
2982
- paddingLeft: string | null ;
2983
- paddingRight: string | null ;
2984
- paddingTop: string | null ;
2985
- pageBreakAfter: string | null ;
2986
- pageBreakBefore: string | null ;
2987
- pageBreakInside: string | null ;
2981
+ padding: string;
2982
+ paddingBottom: string;
2983
+ paddingLeft: string;
2984
+ paddingRight: string;
2985
+ paddingTop: string;
2986
+ pageBreakAfter: string;
2987
+ pageBreakBefore: string;
2988
+ pageBreakInside: string;
2988
2989
readonly parentRule: CSSRule;
2989
2990
penAction: string | null;
2990
2991
perspective: string | null;
@@ -2993,10 +2994,10 @@ interface CSSStyleDeclaration {
2993
2994
placeItems: string;
2994
2995
placeSelf: string;
2995
2996
pointerEvents: string | null;
2996
- position: string | null ;
2997
- quotes: string | null ;
2997
+ position: string;
2998
+ quotes: string;
2998
2999
resize: string;
2999
- right: string | null ;
3000
+ right: string;
3000
3001
rotate: string | null;
3001
3002
rowGap: string;
3002
3003
rubyAlign: string | null;
@@ -3015,7 +3016,7 @@ interface CSSStyleDeclaration {
3015
3016
strokeOpacity: string | null;
3016
3017
strokeWidth: string | null;
3017
3018
tabSize: string;
3018
- tableLayout: string | null ;
3019
+ tableLayout: string;
3019
3020
textAlign: string;
3020
3021
textAlignLast: string;
3021
3022
textAnchor: string | null;
@@ -3037,7 +3038,7 @@ interface CSSStyleDeclaration {
3037
3038
textShadow: string;
3038
3039
textTransform: string;
3039
3040
textUnderlinePosition: string;
3040
- top: string | null ;
3041
+ top: string;
3041
3042
touchAction: string;
3042
3043
transform: string;
3043
3044
transformBox: string;
@@ -3051,8 +3052,8 @@ interface CSSStyleDeclaration {
3051
3052
translate: string | null;
3052
3053
unicodeBidi: string;
3053
3054
userSelect: string;
3054
- verticalAlign: string | null ;
3055
- visibility: string | null ;
3055
+ verticalAlign: string;
3056
+ visibility: string;
3056
3057
/** @deprecated */
3057
3058
webkitAlignContent: string;
3058
3059
/** @deprecated */
@@ -3208,14 +3209,14 @@ interface CSSStyleDeclaration {
3208
3209
webkitUserSelect: string | null;
3209
3210
webkitWritingMode: string | null;
3210
3211
whiteSpace: string;
3211
- widows: string | null ;
3212
- width: string | null ;
3212
+ widows: string;
3213
+ width: string;
3213
3214
willChange: string;
3214
3215
wordBreak: string;
3215
3216
wordSpacing: string;
3216
3217
wordWrap: string;
3217
3218
writingMode: string;
3218
- zIndex: string | null ;
3219
+ zIndex: string;
3219
3220
zoom: string | null;
3220
3221
getPropertyPriority(propertyName: string): string;
3221
3222
getPropertyValue(propertyName: string): string;
0 commit comments