We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc0d23 commit a10701cCopy full SHA for a10701c
1 file changed
cssom-view/Overview.bs
@@ -994,7 +994,7 @@ dictionary ScrollIntoViewOptions : ScrollOptions {
994
};
995
996
partial interface Element {
997
- sequence<DOMRect> getClientRects();
+ sequence<DOMRect> getClientRects();
998
DOMRect getBoundingClientRect();
999
void scrollIntoView();
1000
void scrollIntoView((boolean or object) arg);
@@ -1364,7 +1364,7 @@ The objects the methods described below return must be static.
1364
1365
<pre class=idl>
1366
partial interface Range {
1367
1368
1369
1370
</pre>
0 commit comments