-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f1fbc6
commit 808fbe0
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |