We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f78f65 commit 64f4bdbCopy full SHA for 64f4bdb
1 file changed
cssom-view/Overview.bs
@@ -1028,7 +1028,7 @@ dictionary ScrollIntoViewOptions : ScrollOptions {
1028
};
1029
1030
partial interface Element {
1031
- [NewObject] sequence<DOMRect> getClientRects();
+ sequence<DOMRect> getClientRects();
1032
[NewObject] DOMRect getBoundingClientRect();
1033
void scrollIntoView();
1034
void scrollIntoView((boolean or object) arg);
@@ -1410,7 +1410,7 @@ The objects the methods described below return must be static.
1410
1411
<pre class=idl>
1412
partial interface Range {
1413
1414
1415
1416
</pre>
0 commit comments