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
3596c42deb
ladybird
/
Userland
/
Libraries
/
LibWeb
/
HTML
/
HTMLDirectoryElement.idl
6 lines
93 B
Text
Raw
Normal View
History
Unescape
Escape
LibWeb: Add almost all obsolete but required IDL attributes As according to https://html.spec.whatwg.org/multipage/obsolete.html Section 16.3 "Requirements for implementations" Not all of these attributes are included due to requiring a bit more functionality.
2020-11-12 01:16:41 -03:00
interface HTMLDirectoryElement : HTMLElement {
[Reflect] attribute boolean compact;
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