Skip to content

Commit e6154ef

Browse files
authored
Manually update to webref/idl 3.28.0 (#1519)
Co-authored-by: saschanaz <[email protected]>
1 parent 48c4695 commit e6154ef

File tree

3 files changed

+279
-191
lines changed

3 files changed

+279
-191
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3507,6 +3507,7 @@ interface CSSStyleDeclaration {
35073507
paddingLeft: string;
35083508
paddingRight: string;
35093509
paddingTop: string;
3510+
page: string;
35103511
pageBreakAfter: string;
35113512
pageBreakBefore: string;
35123513
pageBreakInside: string;

inputfiles/removedTypes.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,8 @@
474474
"members": {
475475
"member": {
476476
"duplex": null, // Blink only as of 2022-09
477-
"priority": null // Corresponds to Request#priority, no implementation as of 2022-09
477+
"priority": null, // Corresponds to Request#priority, no implementation as of 2022-09,
478+
"privateToken": null // Blink only of 2023-03 (but not enabled there either)
478479
}
479480
}
480481
},

0 commit comments

Comments
 (0)