Skip to content

Commit 0506730

Browse files
committed
chore(package): update webref to ae50d8f
1 parent 32e0a60 commit 0506730

File tree

5 files changed

+10
-21
lines changed

5 files changed

+10
-21
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2809,6 +2809,7 @@ interface CSSStyleDeclaration {
28092809
gridTemplateRows: string;
28102810
height: string;
28112811
hyphens: string;
2812+
/** @deprecated */
28122813
imageOrientation: string;
28132814
imageRendering: string;
28142815
inlineSize: string;
@@ -3140,8 +3141,6 @@ interface CSSStyleDeclaration {
31403141
wordWrap: string;
31413142
writingMode: string;
31423143
zIndex: string;
3143-
/** @deprecated */
3144-
zoom: string;
31453144
getPropertyPriority(property: string): string;
31463145
getPropertyValue(property: string): string;
31473146
item(index: number): string;

inputfiles/addedTypes.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -294,21 +294,12 @@
294294
"property": {
295295
"imageOrientation": {
296296
"name": "imageOrientation",
297-
"type": "CSSOMString"
297+
"type": "CSSOMString",
298+
"deprecated": 1
298299
},
299300
"objectPosition": {
300301
"name": "objectPosition",
301302
"type": "CSSOMString"
302-
},
303-
"webkitFlex": {
304-
"name": "webkitFlex",
305-
"type": "CSSOMString",
306-
"deprecated": 1
307-
},
308-
"zoom": {
309-
"name": "zoom",
310-
"type": "CSSOMString",
311-
"deprecated": 1
312303
}
313304
}
314305
}

inputfiles/knownTypes.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"EcKeyImportParams",
2121
"EcdhKeyDeriveParams",
2222
"EcdsaParams",
23-
"FocusOptions",
2423
"HashAlgorithmIdentifier",
2524
"HkdfParams",
2625
"HmacImportParams",

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"styleless-innertext": "^1.1.2",
2525
"typescript": "^4.2.0-dev.20201211",
2626
"webidl2": "^23.13.0",
27-
"webref": "github:w3c/webref#b419cfe4286470ae1d9c6cf3e4c154cf24edd58a"
27+
"webref": "github:w3c/webref#ae50d8f3cc75f0d247cbb34454751024410777f4"
2828
}
2929
}

0 commit comments

Comments
 (0)