Skip to content

Commit

Permalink
getBoxQuads() feature
Browse files Browse the repository at this point in the history
  • Loading branch information
captainbrosset committed Feb 12, 2025
1 parent 6f1fbc6 commit 808fbe0
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 808fbe0

Please sign in to comment.