@@ -2740,6 +2740,7 @@ interface CSSStyleDeclaration {
27402740 gridTemplateColumns: string | null;
27412741 gridTemplateRows: string | null;
27422742 height: string | null;
2743+ hyphens: string;
27432744 imageOrientation: string;
27442745 imageRendering: string;
27452746 imeMode: string | null;
@@ -2754,9 +2755,9 @@ interface CSSStyleDeclaration {
27542755 layoutGridType: string | null;
27552756 left: string | null;
27562757 readonly length: number;
2757- letterSpacing: string | null ;
2758+ letterSpacing: string;
27582759 lightingColor: string;
2759- lineBreak: string | null ;
2760+ lineBreak: string;
27602761 lineHeight: string | null;
27612762 listStyle: string | null;
27622763 listStyleImage: string | null;
@@ -2835,6 +2836,7 @@ interface CSSStyleDeclaration {
28352836 outlineStyle: string;
28362837 outlineWidth: string;
28372838 overflow: string | null;
2839+ overflowWrap: string;
28382840 overflowX: string | null;
28392841 overflowY: string | null;
28402842 padding: string | null;
@@ -2874,9 +2876,10 @@ interface CSSStyleDeclaration {
28742876 strokeMiterlimit: string | null;
28752877 strokeOpacity: string | null;
28762878 strokeWidth: string | null;
2879+ tabSize: string;
28772880 tableLayout: string | null;
2878- textAlign: string | null ;
2879- textAlignLast: string | null ;
2881+ textAlign: string;
2882+ textAlignLast: string;
28802883 textAnchor: string | null;
28812884 textCombineUpright: string;
28822885 textDecoration: string;
@@ -2887,14 +2890,14 @@ interface CSSStyleDeclaration {
28872890 textEmphasisColor: string;
28882891 textEmphasisPosition: string;
28892892 textEmphasisStyle: string;
2890- textIndent: string | null ;
2891- textJustify: string | null ;
2893+ textIndent: string;
2894+ textJustify: string;
28922895 textKashida: string | null;
28932896 textKashidaSpace: string | null;
28942897 textOrientation: string;
28952898 textOverflow: string;
28962899 textShadow: string;
2897- textTransform: string | null ;
2900+ textTransform: string;
28982901 textUnderlinePosition: string;
28992902 top: string | null;
29002903 touchAction: string;
@@ -3065,13 +3068,13 @@ interface CSSStyleDeclaration {
30653068 webkitUserModify: string | null;
30663069 webkitUserSelect: string | null;
30673070 webkitWritingMode: string | null;
3068- whiteSpace: string | null ;
3071+ whiteSpace: string;
30693072 widows: string | null;
30703073 width: string | null;
30713074 willChange: string;
3072- wordBreak: string | null ;
3073- wordSpacing: string | null ;
3074- wordWrap: string | null ;
3075+ wordBreak: string;
3076+ wordSpacing: string;
3077+ wordWrap: string;
30753078 writingMode: string;
30763079 zIndex: string | null;
30773080 zoom: string | null;
0 commit comments