mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-24 02:09:28 +00:00
LibWeb: Implement HTMLObjectElement's data URL according to the spec
There are a long list of conditions under which the HTMLObjectElement is to queue an element task to load / determine an object's representation. This handles the case where the data attribute has changed. Much of the spec for determining the object's representation is not implemented here. Namely, anything to do with XML documents or browser plugins are left as FIXMEs.
This commit is contained in:
committed by
Andreas Kling
parent
90829fe880
commit
bf7b51a569
@@ -2,7 +2,7 @@
|
||||
|
||||
interface HTMLObjectElement : HTMLElement {
|
||||
|
||||
[Reflect] attribute DOMString data;
|
||||
[CEReactions] attribute DOMString data;
|
||||
[Reflect] attribute DOMString type;
|
||||
[Reflect] attribute DOMString name;
|
||||
[Reflect=usemap] attribute DOMString useMap;
|
||||
|
||||
Reference in New Issue
Block a user