mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-27 20:52:01 +00:00
5 lines
69 B
Text
5 lines
69 B
Text
interface HTMLElement : Element {
|
|
|
|
attribute DOMString title;
|
|
|
|
}
|