We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c705f9 commit fcdcb2cCopy full SHA for fcdcb2c
cssom-view-1/Overview.bs
@@ -1108,6 +1108,14 @@ Note: The {{DOMRect}} object returned by {{Element/getBoundingClientRect()}} is
1108
</div>
1109
1110
<div algorithm>
1111
+ Note: The {{Element/isVisible()}} method
1112
+ provides a set of simple checks
1113
+ for whether an element is potentially "visible".
1114
+ It defaults to a very simple and straightforward method
1115
+ based on the [=box tree=],
1116
+ but allows for several additional checks to be opted into,
1117
+ depending on what precise notion of "visibility" is desired.
1118
+
1119
The <dfn method for=Element>isVisible(|options|)</dfn> method
1120
must run these steps,
1121
when called on an element |this|:
0 commit comments