This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
ladybird
Watch
2
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2025-10-20 08:03:21 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d07fcba69b
ladybird
/
Userland
/
Libraries
/
LibWeb
/
HTML
/
HTMLBaseElement.idl
6 lines
89 B
Text
Raw
Normal View
History
Unescape
Escape
LibWeb: Add all HTML elements between A and F
2020-08-01 03:04:26 +01:00
interface HTMLBaseElement : HTMLElement {
[Reflect] attribute DOMString target;
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 21:26:42 +00:00
};
Reference in a new issue
Copy permalink