Skip to content

Commit e479f00

Browse files
getBoxQuads() feature (#2642)
* getBoxQuads() feature * Update features/getboxquads.yml Co-authored-by: Daniel D. Beck <[email protected]> --------- Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 51cc91f commit e479f00

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

features/getboxquads.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: getBoxQuads()
2+
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.
3+
spec: https://drafts.csswg.org/cssom-view-1/
4+
compat_features:
5+
- api.Document.getBoxQuads
6+
- api.Element.getBoxQuads
7+
- api.Text.getBoxQuads

features/getboxquads.yml.dist

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Generated from: getboxquads.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}
7+
compat_features:
8+
- api.Document.getBoxQuads
9+
- api.Element.getBoxQuads
10+
- api.Text.getBoxQuads

0 commit comments

Comments
 (0)