mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +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:
parent
1643fa2223
commit
3f73b0f896
Notes:
sideshowbarker
2024-07-19 01:25:36 +09:00
Author: https://github.com/Lubrsi
Commit: 3f73b0f896
Pull-request: https://github.com/SerenityOS/serenity/pull/4061
43 changed files with 264 additions and 18 deletions
|
@ -70,6 +70,7 @@ class HTMLDataElement;
|
|||
class HTMLDataListElement;
|
||||
class HTMLDetailsElement;
|
||||
class HTMLDialogElement;
|
||||
class HTMLDirectoryElement;
|
||||
class HTMLDivElement;
|
||||
class HTMLDListElement;
|
||||
class HTMLDocumentParser;
|
||||
|
@ -194,11 +195,13 @@ class HTMLDataElementWrapper;
|
|||
class HTMLDataListElementWrapper;
|
||||
class HTMLDetailsElementWrapper;
|
||||
class HTMLDialogElementWrapper;
|
||||
class HTMLDirectoryElementWrapper;
|
||||
class HTMLDivElementWrapper;
|
||||
class HTMLDListElementWrapper;
|
||||
class HTMLElementWrapper;
|
||||
class HTMLEmbedElementWrapper;
|
||||
class HTMLFieldSetElementWrapper;
|
||||
class HTMLFontElementWrapper;
|
||||
class HTMLFormElementWrapper;
|
||||
class HTMLFrameElementWrapper;
|
||||
class HTMLFrameSetElementWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue