mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-22 20:00:31 +00:00
7 lines
138 B
Text
7 lines
138 B
Text
|
|
interface HTMLModElement : HTMLElement {
|
||
|
|
|
||
|
|
[Reflect] attribute DOMString cite;
|
||
|
|
[Reflect=datetime] attribute DOMString dateTime;
|
||
|
|
|
||
|
|
}
|