Skip to content

Commit 21da71e

Browse files
author
Orta Therox
authored
Merge pull request #1111 from saschanaz/webref-manual
Update bcd to 4.0.0
2 parents 8c5bfa9 + b2947e1 commit 21da71e

File tree

7 files changed

+269
-272
lines changed

7 files changed

+269
-272
lines changed

baselines/dom.generated.d.ts

+1
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

+1-6
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

-12
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)