summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Geometry
AgeCommit message (Collapse)Author
2022-07-12LibWeb: Add barebones implementation of DOMPoint and DOMPointReadOnlyAndreas Kling
2022-02-16LibWeb: Add imports to all IDL files that depend on othersAli Mohammad Pur
2022-02-12LibWeb: Implement Geometry::DOMRectListDerpyCrabs
Implement DOMRectList that is used as a return type of getClientRects functions on Element and Range.
2021-10-08LibWeb: Add DOMRectReadOnly and make DOMRect inherit from itAndreas Kling
This matches the class hierarchy of the CSS Geometry Interfaces Module.
2021-09-27LibWeb: Add DOMRect and Element.getBoundingClientRect()Andreas Kling
This marks our entry into the Web::Geometry namespace, based on the "Geometry" spec at https://drafts.fxtf.org/geometry/