diff --git a/features/getboxquads.yml b/features/getboxquads.yml new file mode 100644 index 00000000000..7ea0fc5cbf7 --- /dev/null +++ b/features/getboxquads.yml @@ -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 diff --git a/features/getboxquads.yml.dist b/features/getboxquads.yml.dist new file mode 100644 index 00000000000..4928c26f289 --- /dev/null +++ b/features/getboxquads.yml.dist @@ -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