We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c6c2a commit 9cd0c8aCopy full SHA for 9cd0c8a
1 file changed
cssom-view/Overview.src.html
@@ -350,6 +350,11 @@ <h2>Terminology</h2>
350
</dl>
351
</table>
352
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
+
358
<p>The <dfn>beginning edges</dfn> of a particular set of edges of a box or element are the following edges:
359
360
<dl class=switch>
0 commit comments