Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-08 | LibWeb: Add DOMRectReadOnly and make DOMRect inherit from it | Andreas Kling | |
This matches the class hierarchy of the CSS Geometry Interfaces Module. | |||
2021-09-27 | LibWeb: 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/ |