File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -3051,6 +3051,11 @@ interface CSSStyleDeclaration {
3051
3051
overflowWrap: string;
3052
3052
overflowX: string;
3053
3053
overflowY: string;
3054
+ overscrollBehavior: string;
3055
+ overscrollBehaviorBlock: string;
3056
+ overscrollBehaviorInline: string;
3057
+ overscrollBehaviorX: string;
3058
+ overscrollBehaviorY: string;
3054
3059
padding: string;
3055
3060
paddingBlockEnd: string;
3056
3061
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 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-overscroll-1/" ,
89
+ "title" : " CSS Overscroll Behavior"
90
+ },
87
91
{
88
92
"url" : " https://www.w3.org/TR/css-ruby-1/" ,
89
93
"title" : " CSS Ruby Layout"
You can’t perform that action at this time.
0 commit comments