File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -2806,9 +2806,9 @@ interface CSSStyleDeclaration {
28062806 bottom: string;
28072807 boxShadow: string;
28082808 boxSizing: string;
2809- breakAfter: string | null ;
2810- breakBefore: string | null ;
2811- breakInside: string | null ;
2809+ breakAfter: string;
2810+ breakBefore: string;
2811+ breakInside: string;
28122812 captionSide: string;
28132813 caretColor: string;
28142814 clear: string;
Original file line number Diff line number Diff line change 1+ partial interface CSSStyleDeclaration {
2+ [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString breakBefore;
3+ [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString breakAfter;
4+ [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString breakInside;
5+ [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString orphans;
6+ [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString widows;
7+ [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString boxDecorationBreak;
8+ };
Original file line number Diff line number Diff line change 4444 "url" : " https://www.w3.org/TR/css-fonts-3/" ,
4545 "title" : " CSS Fonts"
4646 },
47+ {
48+ "url" : " https://www.w3.org/TR/css-break-3/" ,
49+ "title" : " CSS Fragmentation"
50+ },
4751 {
4852 "url" : " https://www.w3.org/TR/css-grid-1/" ,
4953 "title" : " CSS Grid Layout"
Original file line number Diff line number Diff line change 8989 "borderLimit" : null ,
9090 "borderStartEndRadius" : null ,
9191 "borderStartStartRadius" : null ,
92- "blockOverflow " : null ,
92+ "boxDecorationBreak " : null ,
9393 "continue" : null ,
9494 "cornerShape" : null ,
9595 "corners" : null ,
You can’t perform that action at this time.
0 commit comments