mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 11:45:06 +00:00
LibWeb: Add all HTML elements between S and V
This commit is contained in:
parent
1fbe4b2a2f
commit
be5a62d5d7
42 changed files with 1275 additions and 0 deletions
9
Libraries/LibWeb/HTML/HTMLSourceElement.idl
Normal file
9
Libraries/LibWeb/HTML/HTMLSourceElement.idl
Normal file
|
@ -0,0 +1,9 @@
|
|||
interface HTMLSourceElement : HTMLElement {
|
||||
|
||||
[Reflect] attribute DOMString src;
|
||||
[Reflect] attribute DOMString type;
|
||||
[Reflect] attribute DOMString srcset;
|
||||
[Reflect] attribute DOMString sizes;
|
||||
[Reflect] attribute DOMString media;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue