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 @@ -2958,6 +2958,11 @@ interface CSSStyleDeclaration {
2958
2958
overflowWrap: string;
2959
2959
overflowX: string;
2960
2960
overflowY: string;
2961
+ overscrollBehavior: string;
2962
+ overscrollBehaviorBlock: string;
2963
+ overscrollBehaviorInline: string;
2964
+ overscrollBehaviorX: string;
2965
+ overscrollBehaviorY: string;
2961
2966
padding: string;
2962
2967
paddingBlockEnd: string;
2963
2968
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 104
104
"url" : " https://www.w3.org/TR/css-overflow-3/" ,
105
105
"title" : " CSS Overflow"
106
106
},
107
+ {
108
+ "url" : " https://www.w3.org/TR/css-overscroll-1/" ,
109
+ "title" : " CSS Overscroll Behavior"
110
+ },
107
111
{
108
112
"url" : " https://www.w3.org/TR/css-ruby-1/" ,
109
113
"title" : " CSS Ruby Layout"
You can’t perform that action at this time.
0 commit comments