This website requires JavaScript.
Explore
Help
Sign in
dmaax
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e4e325ff61
ladybird
/
Userland
/
Libraries
/
LibWeb
/
HTML
/
HTMLTimeElement.idl
6 lines
100 B
Text
Raw
Normal View
History
Unescape
Escape
LibWeb: Add all HTML elements between S and V
2020-07-31 23:07:00 -03:00
interface HTMLTimeElement : HTMLElement {
[Reflect=datetime] attribute DOMString dateTime;
LibWeb: Expect IDL namespace to end with semicolon From the Web IDL spec: https://heycam.github.io/webidl/#prod-Namespace Namespace :: namespace identifier { NamespaceMembers } ;
2020-12-09 18:26:42 -03:00
};
Reference in a new issue
Copy permalink