Skip to content

Commit a174e93

Browse files
Merge pull request #342 from Vinnl/object.typemustmatch
Add typemustmatch property on <object>
2 parents 5b748d4 + 5d73d54 commit a174e93

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6062,6 +6062,7 @@ interface HTMLObjectElement extends HTMLElement, GetSVGDocument {
60626062
* Returns whether an element will successfully validate based on forms validation rules and constraints.
60636063
*/
60646064
readonly willValidate: boolean;
6065+
typemustmatch: boolean;
60656066
/**
60666067
* Returns whether a form will validate when it is submitted, without having to submit it.
60676068
*/

inputfiles/addedTypes.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2476,6 +2476,12 @@
24762476
"name": "control",
24772477
"type": "HTMLInputElement | null"
24782478
},
2479+
{
2480+
"kind": "property",
2481+
"interface": "HTMLObjectElement",
2482+
"name": "typemustmatch",
2483+
"type": "boolean"
2484+
},
24792485
{
24802486
"kind": "property",
24812487
"interface": "File",

0 commit comments

Comments
 (0)