mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 06:07:59 +00:00
LibWeb: Use FIXME extended attribute where possible
This commit is contained in:
committed by
Andreas Kling
parent
4d02bfc722
commit
68a1a78a1a
@@ -29,10 +29,10 @@ interface HTMLObjectElement : HTMLElement {
|
||||
[CEReactions, Reflect] attribute DOMString archive;
|
||||
[CEReactions, Reflect] attribute DOMString code;
|
||||
[CEReactions, Reflect] attribute boolean declare;
|
||||
// FIXME: [CEReactions] attribute unsigned long hspace;
|
||||
[FIXME, CEReactions] attribute unsigned long hspace;
|
||||
[CEReactions, Reflect] attribute DOMString standby;
|
||||
// FIXME: [CEReactions] attribute unsigned long vspace;
|
||||
// FIXME: [CEReactions] attribute DOMString codeBase;
|
||||
[FIXME, CEReactions] attribute unsigned long vspace;
|
||||
[FIXME, CEReactions] attribute DOMString codeBase;
|
||||
[CEReactions, Reflect=codetype] attribute DOMString codeType;
|
||||
[CEReactions, Reflect=usemap] attribute DOMString useMap;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user