Skip to content

Commit

Permalink
getBoxQuads() feature (#2642)
Browse files Browse the repository at this point in the history
* getBoxQuads() feature

* Update features/getboxquads.yml

Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>

---------

Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
  • Loading branch information
captainbrosset and ddbeck authored Feb 27, 2025
1 parent 51cc91f commit e479f00
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions features/getboxquads.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: getBoxQuads()
description: The `getBoxQuads()` method, when called on a document, element, pseudo-element, or text node, returns the list of `DOMQuad` objects that represent the CSS boxes used to render the node.
spec: https://drafts.csswg.org/cssom-view-1/
compat_features:
- api.Document.getBoxQuads
- api.Element.getBoxQuads
- api.Text.getBoxQuads
10 changes: 10 additions & 0 deletions features/getboxquads.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Generated from: getboxquads.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support: {}
compat_features:
- api.Document.getBoxQuads
- api.Element.getBoxQuads
- api.Text.getBoxQuads

0 comments on commit e479f00

Please sign in to comment.