mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-26 06:18:59 +00:00
LibWeb: Add all HTML elements between A and F
This commit is contained in:
parent
a86ce7eaca
commit
b90a91da4a
Notes:
sideshowbarker
2024-07-19 04:07:47 +09:00
Author: https://github.com/Lubrsi
Commit: b90a91da4a
Pull-request: https://github.com/SerenityOS/serenity/pull/3059
Issue: https://github.com/SerenityOS/serenity/issues/2905
42 changed files with 1275 additions and 0 deletions
5
Libraries/LibWeb/HTML/HTMLDataElement.idl
Normal file
5
Libraries/LibWeb/HTML/HTMLDataElement.idl
Normal file
|
@ -0,0 +1,5 @@
|
|||
interface HTMLDataElement : HTMLElement {
|
||||
|
||||
[Reflect] attribute DOMString value;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue