Skip to content

Commit 9cd0c8a

Browse files
author
Simon Pieters
committed
[cssom-view] Align with Gecko for scrollLeft origin. Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=25341
1 parent 09c6c2a commit 9cd0c8a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

cssom-view/Overview.src.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,11 @@ <h2>Terminology</h2>
350350
</dl>
351351
</table>
352352

353+
<p>The <dfn title="scrolling area origin">origin</dfn> of a <span>scrolling area</span> is
354+
the origin of the <span>initial containing block</span> if the <span>scrolling area</span> is a <span>viewport</span>,
355+
and otherwise the top left padding edge of the element when the element has its default scroll position.
356+
The x-coordinate increases rightwards, and the y-coordinate increases downwards.
357+
353358
<p>The <dfn>beginning edges</dfn> of a particular set of edges of a box or element are the following edges:
354359

355360
<dl class=switch>

0 commit comments

Comments
 (0)