mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Add all HTML elements between S and V
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 04:07:38 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/be5a62d5d7b Pull-request: https://github.com/SerenityOS/serenity/pull/3059 Issue: https://github.com/SerenityOS/serenity/issues/2905
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