Skip to content

Commit ae42f0c

Browse files
committed
[cssom-view] Clarify definition of scrolling box
Fixes #1526.
1 parent 82ad89f commit ae42f0c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cssom-view/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,9 @@ HTML.
125125
<dfn>Content edge</dfn>, <dfn>padding edge</dfn>, <dfn>border edge</dfn>, <dfn>margin edge</dfn>, and <dfn>viewport</dfn> are defined by CSS.
126126
<!-- These *should* just link to CSS2.1, but it doesn't have actual anchors to link to, because it's THE WORST. -->
127127

128-
Elements and <a>viewports</a> have an associated <dfn>scrolling box</dfn> if has a scrolling mechanism<!--XXX xref--> or it overflows
129-
its content area<!--XXX xref--> and the used value of the 'overflow-x' or 'overflow-y' property is ''overflow/hidden''. [[!CSS3-BOX]]
128+
An element or <a>viewport</a> has an associated <dfn>scrolling box</dfn> if it has a <a>scroll
129+
container</a> and <a>scrollable overflow</a>. This box is the same as the <a>scrollport</a>.
130+
[[!CSS-OVERFLOW-3]]
130131

131132
An element <var>body</var> (which will be <a>the HTML <code>body</code> element</a>) is
132133
<dfn>potentially scrollable</dfn> if all of the following conditions are true:

0 commit comments

Comments
 (0)