mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb: Add HTMLObjectElement codebase obsolete property
This commit is contained in:
parent
fe933b2057
commit
d1fad9869b
Notes:
github-actions[bot]
2024-08-13 12:09:36 +00:00
Author: https://github.com/bplaat
Commit: d1fad9869b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1058
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue