File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3042,9 +3042,9 @@ interface CSSStyleDeclaration {
30423042 right: string;
30433043 rotate: string;
30443044 rowGap: string;
3045- rubyAlign: string | null ;
3045+ rubyAlign: string;
30463046 rubyOverhang: string | null;
3047- rubyPosition: string | null ;
3047+ rubyPosition: string;
30483048 scale: string;
30493049 scrollBehavior: string;
30503050 shapeRendering: string;
Original file line number Diff line number Diff line change 1+ partial interface CSSStyleDeclaration {
2+ [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString display;
3+ [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString rubyPosition;
4+ [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString rubyMerge;
5+ [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString rubyAlign;
6+ };
Original file line number Diff line number Diff line change 8484 "url" : " https://www.w3.org/TR/css-overflow-3/" ,
8585 "title" : " CSS Overflow"
8686 },
87+ {
88+ "url" : " https://www.w3.org/TR/css-ruby-1/" ,
89+ "title" : " CSS Ruby Layout"
90+ },
8791 {
8892 "url" : " https://drafts.csswg.org/css-scroll-anchoring/" ,
8993 "title" : " CSS Scroll Anchoring"
Original file line number Diff line number Diff line change 131131 "overflowInline" : null ,
132132 "paddingBlock" : null ,
133133 "paddingInline" : null ,
134+ "rubyMerge" : null ,
134135 "shapeInside" : null ,
135136 "shapeMargin" : null ,
136137 "shapeSubtract" : null ,
You can’t perform that action at this time.
0 commit comments