mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibWeb: Add all HTML elements between S and V
This commit is contained in:
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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user