@@ -3033,49 +3033,49 @@ interface CSSStyleDeclaration {
3033
3033
userSelect: string;
3034
3034
verticalAlign: string;
3035
3035
visibility: string;
3036
- /** @deprecated */
3036
+ /** @deprecated This is a legacy alias of `alignContent`. */
3037
3037
webkitAlignContent: string;
3038
- /** @deprecated */
3038
+ /** @deprecated This is a legacy alias of `alignItems`. */
3039
3039
webkitAlignItems: string;
3040
- /** @deprecated */
3040
+ /** @deprecated This is a legacy alias of `alignSelf`. */
3041
3041
webkitAlignSelf: string;
3042
- /** @deprecated */
3042
+ /** @deprecated This is a legacy alias of `animation`. */
3043
3043
webkitAnimation: string;
3044
- /** @deprecated */
3044
+ /** @deprecated This is a legacy alias of `animationDelay`. */
3045
3045
webkitAnimationDelay: string;
3046
- /** @deprecated */
3046
+ /** @deprecated This is a legacy alias of `animationDirection`. */
3047
3047
webkitAnimationDirection: string;
3048
- /** @deprecated */
3048
+ /** @deprecated This is a legacy alias of `animationDuration`. */
3049
3049
webkitAnimationDuration: string;
3050
- /** @deprecated */
3050
+ /** @deprecated This is a legacy alias of `animationFillMode`. */
3051
3051
webkitAnimationFillMode: string;
3052
- /** @deprecated */
3052
+ /** @deprecated This is a legacy alias of `animationIterationCount`. */
3053
3053
webkitAnimationIterationCount: string;
3054
- /** @deprecated */
3054
+ /** @deprecated This is a legacy alias of `animationName`. */
3055
3055
webkitAnimationName: string;
3056
- /** @deprecated */
3056
+ /** @deprecated This is a legacy alias of `animationPlayState`. */
3057
3057
webkitAnimationPlayState: string;
3058
- /** @deprecated */
3058
+ /** @deprecated This is a legacy alias of `animationTimingFunction`. */
3059
3059
webkitAnimationTimingFunction: string;
3060
- /** @deprecated */
3060
+ /** @deprecated This is a legacy alias of `appearance`. */
3061
3061
webkitAppearance: string;
3062
- /** @deprecated */
3062
+ /** @deprecated This is a legacy alias of `backfaceVisibility`. */
3063
3063
webkitBackfaceVisibility: string;
3064
- /** @deprecated */
3064
+ /** @deprecated This is a legacy alias of `backgroundClip`. */
3065
3065
webkitBackgroundClip: string;
3066
- /** @deprecated */
3066
+ /** @deprecated This is a legacy alias of `backgroundOrigin`. */
3067
3067
webkitBackgroundOrigin: string;
3068
- /** @deprecated */
3068
+ /** @deprecated This is a legacy alias of `backgroundSize`. */
3069
3069
webkitBackgroundSize: string;
3070
- /** @deprecated */
3070
+ /** @deprecated This is a legacy alias of `borderBottomLeftRadius`. */
3071
3071
webkitBorderBottomLeftRadius: string;
3072
- /** @deprecated */
3072
+ /** @deprecated This is a legacy alias of `borderBottomRightRadius`. */
3073
3073
webkitBorderBottomRightRadius: string;
3074
- /** @deprecated */
3074
+ /** @deprecated This is a legacy alias of `borderRadius`. */
3075
3075
webkitBorderRadius: string;
3076
- /** @deprecated */
3076
+ /** @deprecated This is a legacy alias of `borderTopLeftRadius`. */
3077
3077
webkitBorderTopLeftRadius: string;
3078
- /** @deprecated */
3078
+ /** @deprecated This is a legacy alias of `borderTopRightRadius`. */
3079
3079
webkitBorderTopRightRadius: string;
3080
3080
/** @deprecated */
3081
3081
webkitBoxAlign: string;
@@ -3087,83 +3087,83 @@ interface CSSStyleDeclaration {
3087
3087
webkitBoxOrient: string;
3088
3088
/** @deprecated */
3089
3089
webkitBoxPack: string;
3090
- /** @deprecated */
3090
+ /** @deprecated This is a legacy alias of `boxShadow`. */
3091
3091
webkitBoxShadow: string;
3092
- /** @deprecated */
3092
+ /** @deprecated This is a legacy alias of `boxSizing`. */
3093
3093
webkitBoxSizing: string;
3094
- /** @deprecated */
3094
+ /** @deprecated This is a legacy alias of `filter`. */
3095
3095
webkitFilter: string;
3096
- /** @deprecated */
3096
+ /** @deprecated This is a legacy alias of `flex`. */
3097
3097
webkitFlex: string;
3098
- /** @deprecated */
3098
+ /** @deprecated This is a legacy alias of `flexBasis`. */
3099
3099
webkitFlexBasis: string;
3100
- /** @deprecated */
3100
+ /** @deprecated This is a legacy alias of `flexDirection`. */
3101
3101
webkitFlexDirection: string;
3102
- /** @deprecated */
3102
+ /** @deprecated This is a legacy alias of `flexFlow`. */
3103
3103
webkitFlexFlow: string;
3104
- /** @deprecated */
3104
+ /** @deprecated This is a legacy alias of `flexGrow`. */
3105
3105
webkitFlexGrow: string;
3106
- /** @deprecated */
3106
+ /** @deprecated This is a legacy alias of `flexShrink`. */
3107
3107
webkitFlexShrink: string;
3108
- /** @deprecated */
3108
+ /** @deprecated This is a legacy alias of `flexWrap`. */
3109
3109
webkitFlexWrap: string;
3110
- /** @deprecated */
3110
+ /** @deprecated This is a legacy alias of `justifyContent`. */
3111
3111
webkitJustifyContent: string;
3112
3112
webkitLineClamp: string;
3113
- /** @deprecated */
3113
+ /** @deprecated This is a legacy alias of `mask`. */
3114
3114
webkitMask: string;
3115
- /** @deprecated */
3115
+ /** @deprecated This is a legacy alias of `maskBorder`. */
3116
3116
webkitMaskBoxImage: string;
3117
- /** @deprecated */
3117
+ /** @deprecated This is a legacy alias of `maskBorderOutset`. */
3118
3118
webkitMaskBoxImageOutset: string;
3119
- /** @deprecated */
3119
+ /** @deprecated This is a legacy alias of `maskBorderRepeat`. */
3120
3120
webkitMaskBoxImageRepeat: string;
3121
- /** @deprecated */
3121
+ /** @deprecated This is a legacy alias of `maskBorderSlice`. */
3122
3122
webkitMaskBoxImageSlice: string;
3123
- /** @deprecated */
3123
+ /** @deprecated This is a legacy alias of `maskBorderSource`. */
3124
3124
webkitMaskBoxImageSource: string;
3125
- /** @deprecated */
3125
+ /** @deprecated This is a legacy alias of `maskBorderWidth`. */
3126
3126
webkitMaskBoxImageWidth: string;
3127
- /** @deprecated */
3127
+ /** @deprecated This is a legacy alias of `maskClip`. */
3128
3128
webkitMaskClip: string;
3129
3129
webkitMaskComposite: string;
3130
- /** @deprecated */
3130
+ /** @deprecated This is a legacy alias of `maskImage`. */
3131
3131
webkitMaskImage: string;
3132
- /** @deprecated */
3132
+ /** @deprecated This is a legacy alias of `maskOrigin`. */
3133
3133
webkitMaskOrigin: string;
3134
- /** @deprecated */
3134
+ /** @deprecated This is a legacy alias of `maskPosition`. */
3135
3135
webkitMaskPosition: string;
3136
- /** @deprecated */
3136
+ /** @deprecated This is a legacy alias of `maskRepeat`. */
3137
3137
webkitMaskRepeat: string;
3138
- /** @deprecated */
3138
+ /** @deprecated This is a legacy alias of `maskSize`. */
3139
3139
webkitMaskSize: string;
3140
- /** @deprecated */
3140
+ /** @deprecated This is a legacy alias of `order`. */
3141
3141
webkitOrder: string;
3142
- /** @deprecated */
3142
+ /** @deprecated This is a legacy alias of `perspective`. */
3143
3143
webkitPerspective: string;
3144
- /** @deprecated */
3144
+ /** @deprecated This is a legacy alias of `perspectiveOrigin`. */
3145
3145
webkitPerspectiveOrigin: string;
3146
3146
webkitTextFillColor: string;
3147
3147
webkitTextStroke: string;
3148
3148
webkitTextStrokeColor: string;
3149
3149
webkitTextStrokeWidth: string;
3150
- /** @deprecated */
3150
+ /** @deprecated This is a legacy alias of `transform`. */
3151
3151
webkitTransform: string;
3152
- /** @deprecated */
3152
+ /** @deprecated This is a legacy alias of `transformOrigin`. */
3153
3153
webkitTransformOrigin: string;
3154
- /** @deprecated */
3154
+ /** @deprecated This is a legacy alias of `transformStyle`. */
3155
3155
webkitTransformStyle: string;
3156
- /** @deprecated */
3156
+ /** @deprecated This is a legacy alias of `transition`. */
3157
3157
webkitTransition: string;
3158
- /** @deprecated */
3158
+ /** @deprecated This is a legacy alias of `transitionDelay`. */
3159
3159
webkitTransitionDelay: string;
3160
- /** @deprecated */
3160
+ /** @deprecated This is a legacy alias of `transitionDuration`. */
3161
3161
webkitTransitionDuration: string;
3162
- /** @deprecated */
3162
+ /** @deprecated This is a legacy alias of `transitionProperty`. */
3163
3163
webkitTransitionProperty: string;
3164
- /** @deprecated */
3164
+ /** @deprecated This is a legacy alias of `transitionTimingFunction`. */
3165
3165
webkitTransitionTimingFunction: string;
3166
- /** @deprecated */
3166
+ /** @deprecated This is a legacy alias of `userSelect`. */
3167
3167
webkitUserSelect: string;
3168
3168
whiteSpace: string;
3169
3169
widows: string;
@@ -4274,6 +4274,7 @@ interface Document extends Node, DocumentAndElementEventHandlers, DocumentOrShad
4274
4274
readonly characterSet: string;
4275
4275
/**
4276
4276
* Gets or sets the character set used to encode the object.
4277
+ * @deprecated This is a legacy alias of `characterSet`.
4277
4278
*/
4278
4279
readonly charset: string;
4279
4280
/**
@@ -4360,6 +4361,7 @@ interface Document extends Node, DocumentAndElementEventHandlers, DocumentOrShad
4360
4361
readonly implementation: DOMImplementation;
4361
4362
/**
4362
4363
* Returns the character encoding used to create the webpage that is loaded into the document object.
4364
+ * @deprecated This is a legacy alias of `characterSet`.
4363
4365
*/
4364
4366
readonly inputEncoding: string;
4365
4367
/**
@@ -4996,7 +4998,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, InnerHTML, Non
4996
4998
* Returns true if qualifiedName is now present, and false otherwise.
4997
4999
*/
4998
5000
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
4999
- /** @deprecated */
5001
+ /** @deprecated This is a legacy alias of `matches`. */
5000
5002
webkitMatchesSelector(selectors: string): boolean;
5001
5003
addEventListener<K extends keyof ElementEventMap>(type: K, listener: (this: Element, ev: ElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
5002
5004
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
@@ -17181,6 +17183,7 @@ interface WindowEventMap extends GlobalEventHandlersEventMap, WindowEventHandler
17181
17183
/** A window containing a DOM document; the document property points to the DOM document loaded in that window. */
17182
17184
interface Window extends EventTarget, AnimationFrameProvider, GlobalEventHandlers, WindowEventHandlers, WindowLocalStorage, WindowOrWorkerGlobalScope, WindowSessionStorage {
17183
17185
HTMLDocument: Document;
17186
+ /** @deprecated This is a legacy alias of `navigator`. */
17184
17187
readonly clientInformation: Navigator;
17185
17188
/**
17186
17189
* Returns true if the window has been closed, false otherwise.
@@ -17223,7 +17226,9 @@ interface Window extends EventTarget, AnimationFrameProvider, GlobalEventHandler
17223
17226
readonly orientation: number;
17224
17227
readonly outerHeight: number;
17225
17228
readonly outerWidth: number;
17229
+ /** @deprecated This is a legacy alias of `scrollX`. */
17226
17230
readonly pageXOffset: number;
17231
+ /** @deprecated This is a legacy alias of `scrollY`. */
17227
17232
readonly pageYOffset: number;
17228
17233
readonly parent: WindowProxy | null;
17229
17234
/**
@@ -18242,6 +18247,7 @@ declare var Option: {
18242
18247
new(text?: string, value?: string, defaultSelected?: boolean, selected?: boolean): HTMLOptionElement;
18243
18248
};
18244
18249
declare var HTMLDocument: Document;
18250
+ /** @deprecated This is a legacy alias of `navigator`. */
18245
18251
declare var clientInformation: Navigator;
18246
18252
/**
18247
18253
* Returns true if the window has been closed, false otherwise.
@@ -18284,7 +18290,9 @@ declare var opener: any;
18284
18290
declare var orientation: number;
18285
18291
declare var outerHeight: number;
18286
18292
declare var outerWidth: number;
18293
+ /** @deprecated This is a legacy alias of `scrollX`. */
18287
18294
declare var pageXOffset: number;
18295
+ /** @deprecated This is a legacy alias of `scrollY`. */
18288
18296
declare var pageYOffset: number;
18289
18297
declare var parent: WindowProxy | null;
18290
18298
/**
0 commit comments