File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3051,6 +3051,11 @@ interface CSSStyleDeclaration {
30513051 overflowWrap: string;
30523052 overflowX: string;
30533053 overflowY: string;
3054+ overscrollBehavior: string;
3055+ overscrollBehaviorBlock: string;
3056+ overscrollBehaviorInline: string;
3057+ overscrollBehaviorX: string;
3058+ overscrollBehaviorY: string;
30543059 padding: string;
30553060 paddingBlockEnd: string;
30563061 paddingBlockStart: string;
Original file line number Diff line number Diff line change 1+ partial interface CSSStyleDeclaration {
2+ [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString overscrollBehavior;
3+ [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString overscrollBehaviorBlock;
4+ [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString overscrollBehaviorInline;
5+ [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString overscrollBehaviorX;
6+ [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString overscrollBehaviorY;
7+ };
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-overscroll-1/" ,
89+ "title" : " CSS Overscroll Behavior"
90+ },
8791 {
8892 "url" : " https://www.w3.org/TR/css-ruby-1/" ,
8993 "title" : " CSS Ruby Layout"
You can’t perform that action at this time.
0 commit comments