Skip to content

Commit 480cc4f

Browse files
authored
[cssom-view-1] Double word "attribute" (w3c#5960)
1 parent aaf19af commit 480cc4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cssom-view-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,14 +536,14 @@ scroll bar (if any), or zero if there is no <a>viewport</a>. <!--fingerprint-->
536536
The <dfn attribute for=Window>innerHeight</dfn> attribute must return the <a>viewport</a> height including the size of a rendered
537537
scroll bar (if any), or zero if there is no <a>viewport</a>. <!--fingerprint-->
538538

539-
The <dfn attribute for=Window>scrollX</dfn> attribute attribute must return the x-coordinate,
539+
The <dfn attribute for=Window>scrollX</dfn> attribute must return the x-coordinate,
540540
relative to the <a>initial containing block</a> origin,
541541
of the left of the <a>viewport</a>,
542542
or zero if there is no <a>viewport</a>. <!--fingerprint-->
543543

544544
The <dfn attribute for=Window>pageXOffset</dfn> attribute must return the value returned by the {{scrollX}} attribute.
545545

546-
The <dfn attribute for=Window>scrollY</dfn> attribute attribute must return the y-coordinate,
546+
The <dfn attribute for=Window>scrollY</dfn> attribute must return the y-coordinate,
547547
relative to the <a>initial containing block</a> origin,
548548
of the top of the <a>viewport</a>,
549549
or zero if there is no <a>viewport</a>. <!--fingerprint-->

0 commit comments

Comments
 (0)