summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Geometry/DOMPoint.idl
AgeCommit message (Collapse)Author
2022-10-09LibWeb: Add Exposed attribute and IDL spec links where missingAndrew Kaster
The intent is to use these to autogenerate prototype declarations for Window and WorkerGlobalScope classes. And the spec links are just nice to have :^)
2022-10-06LibWeb: Implement DOMPoint/DOMPointReadOnly.fromPoint()Sam Atkins
2022-10-06LibWeb: Correct types in DOMPoint IDL files, and add FIXMEsSam Atkins
Also, the `w` parameters for the constructor default to 1, not 0.
2022-07-12LibWeb: Add barebones implementation of DOMPoint and DOMPointReadOnlyAndreas Kling