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
7
Libraries/LibWeb/HTML/HTMLTrackElement.idl
Normal file
7
Libraries/LibWeb/HTML/HTMLTrackElement.idl
Normal file
@@ -0,0 +1,7 @@
|
||||
interface HTMLTrackElement : HTMLElement {
|
||||
|
||||
[Reflect] attribute DOMString src;
|
||||
[Reflect] attribute DOMString srclang;
|
||||
[Reflect] attribute DOMString label;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user