summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Geometry
AgeCommit message (Collapse)Author
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/