LibWeb: Add HTMLObjectElement codebase obsolete property

This commit is contained in:
Bastiaan van der Plaat 2024-08-13 13:07:35 +02:00 committed by Andreas Kling
commit d1fad9869b
Notes: github-actions[bot] 2024-08-13 12:09:36 +00:00
2 changed files with 2 additions and 1 deletions

View file

@ -32,7 +32,7 @@ interface HTMLObjectElement : HTMLElement {
[CEReactions, Reflect] attribute unsigned long hspace;
[CEReactions, Reflect] attribute DOMString standby;
[CEReactions, Reflect] attribute unsigned long vspace;
[FIXME, CEReactions] attribute DOMString codeBase;
[CEReactions, Reflect=codebase] attribute DOMString codeBase;
[CEReactions, Reflect=codetype] attribute DOMString codeType;
[CEReactions, Reflect=usemap] attribute DOMString useMap;