summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLVideoElement.idl
AgeCommit message (Collapse)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2020-12-10LibWeb: Expect IDL namespace to end with semicolonLinus Groh
From the Web IDL spec: https://heycam.github.io/webidl/#prod-Namespace Namespace :: namespace identifier { NamespaceMembers } ;
2020-11-09LibWeb: Add support for reflected boolean valuesLuke
Also throw in some missing reflected DOMString values
2020-08-09LibWeb: Add all HTML elements between S and VLuke