mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +00:00
LibWeb: Add almost all obsolete but required IDL attributes
As according to https://html.spec.whatwg.org/multipage/obsolete.html Section 16.3 "Requirements for implementations" Not all of these attributes are included due to requiring a bit more functionality.
This commit is contained in:
@@ -9,4 +9,11 @@ interface HTMLIFrameElement : HTMLElement {
|
||||
[Reflect=allowfullscreen] attribute boolean allowFullscreen;
|
||||
|
||||
[ReturnNullIfCrossOrigin] readonly attribute Document? contentDocument;
|
||||
|
||||
[Reflect] attribute DOMString align;
|
||||
[Reflect] attribute DOMString scrolling;
|
||||
[Reflect=frameborder] attribute DOMString frameBorder;
|
||||
|
||||
[LegacyNullToEmptyString, Reflect=marginheight] attribute DOMString marginHeight;
|
||||
[LegacyNullToEmptyString, Reflect=marginwidth] attribute DOMString marginWidth;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user