Skip to content

Commit b2947e1

Browse files
committed
Update bcd to 4.0.0
1 parent 8c5bfa9 commit b2947e1

File tree

7 files changed

+269
-272
lines changed

7 files changed

+269
-272
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7248,6 +7248,7 @@ declare var HTMLOptionsCollection: {
72487248
};
72497249

72507250
interface HTMLOrSVGElement {
7251+
autofocus: boolean;
72517252
readonly dataset: DOMStringMap;
72527253
nonce?: string;
72537254
tabIndex: number;

inputfiles/addedTypes.jsonc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,7 @@
187187
"properties": {
188188
"property": {
189189
"canvas": {
190-
"exposed": "Window",
191-
192-
// https://github.com/KhronosGroup/WebGL/pull/3296 will make these redundant
193-
"name": "canvas",
194-
"type": "HTMLCanvasElement",
195-
"readonly": true
190+
"exposed": "Window"
196191
}
197192
}
198193
}

inputfiles/removedTypes.jsonc

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,6 @@
1111
}
1212
}
1313
},
14-
"mixins": {
15-
"mixin": {
16-
"WebGLRenderingContextBase": {
17-
"properties": {
18-
"namesakes": {
19-
// https://github.com/KhronosGroup/WebGL/pull/3296 will make this redundant
20-
"canvas": null
21-
}
22-
}
23-
}
24-
}
25-
},
2614
"enums": {
2715
"enum": {
2816
"ConnectionType": {

0 commit comments

Comments
 (0)