Skip to content

Commit a10701c

Browse files
committed
[cssom-view] Markup typo
1 parent ebc0d23 commit a10701c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cssom-view/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ dictionary ScrollIntoViewOptions : ScrollOptions {
994994
};
995995

996996
partial interface Element {
997-
sequence<DOMRect> getClientRects();
997+
sequence&lt;DOMRect> getClientRects();
998998
DOMRect getBoundingClientRect();
999999
void scrollIntoView();
10001000
void scrollIntoView((boolean or object) arg);
@@ -1364,7 +1364,7 @@ The objects the methods described below return must be static.
13641364

13651365
<pre class=idl>
13661366
partial interface Range {
1367-
sequence<DOMRect> getClientRects();
1367+
sequence&lt;DOMRect> getClientRects();
13681368
DOMRect getBoundingClientRect();
13691369
};
13701370
</pre>

0 commit comments

Comments
 (0)