This website requires JavaScript.
Explore
Help
Sign In
LadybirdBrowser
/
ladybird
Watch
1
Star
1
Fork
0
You've already forked ladybird
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2024-11-10 13:00:29 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eccdf4eb4b
ladybird
/
Userland
/
Libraries
/
LibWeb
/
HTML
/
HTMLPictureElement.idl
6 lines
51 B
Plaintext
Raw
Normal View
History
Unescape
Escape
LibWeb: Add all HTML elements between L and Q
2020-08-01 05:05:43 +03:00
interface HTMLPictureElement : HTMLElement {
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-10 00:26:42 +03:00
};
Reference in New Issue
Copy Permalink