Skip to content

Commit 9e63191

Browse files
authored
Merge pull request #356 from benbraou/ts-issue21386
Remove alt attribute from HTMLObjectElement interface
2 parents 9efaf58 + dd8fadd commit 9e63191

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

baselines/dom.generated.d.ts

-4
Original file line numberDiff line numberDiff line change
@@ -5961,10 +5961,6 @@ declare var HTMLModElement: {
59615961

59625962
interface HTMLObjectElement extends HTMLElement, GetSVGDocument {
59635963
align: string;
5964-
/**
5965-
* Sets or retrieves a text alternative to the graphic.
5966-
*/
5967-
alt: string;
59685964
/**
59695965
* Gets or sets the optional alternative HTML script to execute if the object fails to load.
59705966
*/

inputfiles/comments.json

-4
Original file line numberDiff line numberDiff line change
@@ -2807,10 +2807,6 @@
28072807
"name": "standby",
28082808
"comment": "/**\r\n * Sets or retrieves a message to be displayed while an object is loading.\r\n */"
28092809
},
2810-
{
2811-
"name": "alt",
2812-
"comment": "/**\r\n * Sets or retrieves a text alternative to the graphic.\r\n */"
2813-
},
28142810
{
28152811
"name": "classid",
28162812
"comment": "/**\r\n * Sets or retrieves the class identifier for the object.\r\n */"

inputfiles/removedTypes.json

+5
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,10 @@
8383
{
8484
"kind": "typedef",
8585
"name": "HeadersInit"
86+
},
87+
{
88+
"kind": "property",
89+
"interface": "HTMLObjectElement",
90+
"name": "alt"
8691
}
8792
]

0 commit comments

Comments
 (0)