File tree 4 files changed +13
-2
lines changed
4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -3042,9 +3042,9 @@ interface CSSStyleDeclaration {
3042
3042
right: string;
3043
3043
rotate: string;
3044
3044
rowGap: string;
3045
- rubyAlign: string | null ;
3045
+ rubyAlign: string;
3046
3046
rubyOverhang: string | null;
3047
- rubyPosition: string | null ;
3047
+ rubyPosition: string;
3048
3048
scale: string;
3049
3049
scrollBehavior: string;
3050
3050
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 84
84
"url" : " https://www.w3.org/TR/css-overflow-3/" ,
85
85
"title" : " CSS Overflow"
86
86
},
87
+ {
88
+ "url" : " https://www.w3.org/TR/css-ruby-1/" ,
89
+ "title" : " CSS Ruby Layout"
90
+ },
87
91
{
88
92
"url" : " https://drafts.csswg.org/css-scroll-anchoring/" ,
89
93
"title" : " CSS Scroll Anchoring"
Original file line number Diff line number Diff line change 131
131
"overflowInline" : null ,
132
132
"paddingBlock" : null ,
133
133
"paddingInline" : null ,
134
+ "rubyMerge" : null ,
134
135
"shapeInside" : null ,
135
136
"shapeMargin" : null ,
136
137
"shapeSubtract" : null ,
You can’t perform that action at this time.
0 commit comments