Commit dd8fadd 1 parent 8d6230f commit dd8fadd Copy full SHA for dd8fadd
File tree 3 files changed +5
-8
lines changed
3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -5960,10 +5960,6 @@ declare var HTMLModElement: {
5960
5960
5961
5961
interface HTMLObjectElement extends HTMLElement, GetSVGDocument {
5962
5962
align: string;
5963
- /**
5964
- * Sets or retrieves a text alternative to the graphic.
5965
- */
5966
- alt: string;
5967
5963
/**
5968
5964
* Gets or sets the optional alternative HTML script to execute if the object fails to load.
5969
5965
*/
Original file line number Diff line number Diff line change 2807
2807
"name" : " standby" ,
2808
2808
"comment" : " /**\r\n * Sets or retrieves a message to be displayed while an object is loading.\r\n */"
2809
2809
},
2810
- {
2811
- "name" : " alt" ,
2812
- "comment" : " /**\r\n * Sets or retrieves a text alternative to the graphic.\r\n */"
2813
- },
2814
2810
{
2815
2811
"name" : " classid" ,
2816
2812
"comment" : " /**\r\n * Sets or retrieves the class identifier for the object.\r\n */"
Original file line number Diff line number Diff line change 83
83
{
84
84
"kind" : " typedef" ,
85
85
"name" : " HeadersInit"
86
+ },
87
+ {
88
+ "kind" : " property" ,
89
+ "interface" : " HTMLObjectElement" ,
90
+ "name" : " alt"
86
91
}
87
92
]
You can’t perform that action at this time.
0 commit comments