Skip to content

Commit 8ec9deb

Browse files
author
Simon Pieters
committed
[cssom-view] Elements with overflow:scroll has a scrolling box even if there's no overflow. https://www.w3.org/Bugs/Public/show_bug.cgi?id=23607
1 parent bd0c28a commit 8ec9deb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cssom-view/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ <h2 id="terminology"><span class="secno">3 </span>Terminology</h2>
240240

241241
<p><dfn id="block-flow-direction">Block flow direction</dfn> and <dfn id="inline-base-direction">inline base direction</dfn> are defined in CSS Writing Modes Module. <a href="#refsCSSWRITINGMODES">[CSSWRITINGMODES]</a>
242242

243-
<p>Elements and <a href="#viewport" title="viewport">viewports</a> have an associated <dfn id="scrolling-box">scrolling box</dfn> if it overflows its content area<!--XXX xref--> and either has
244-
a scrolling mechanism<!--XXX xref--> or the used value of the 'overflow-x' or 'overflow-y' property is 'hidden'. <a href="#refsCSSBOX">[CSSBOX]</a>
243+
<p>Elements and <a href="#viewport" title="viewport">viewports</a> have an associated <dfn id="scrolling-box">scrolling box</dfn> if has a scrolling mechanism<!--XXX xref--> or it overflows
244+
its content area<!--XXX xref--> and the used value of the 'overflow-x' or 'overflow-y' property is 'hidden'. <a href="#refsCSSBOX">[CSSBOX]</a>
245245

246246
<p>A <a href="#scrolling-box">scrolling box</a> of a <a href="#viewport">viewport</a> or element has two <dfn id="overflow-directions">overflow directions</dfn>, depending on the <a href="#viewport">viewport</a>'s or
247247
element's <a href="#block-flow-direction">block flow direction</a> and <a href="#inline-base-direction">inline base direction</a>, as follows:

cssom-view/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ <h2>Terminology</h2>
197197

198198
<p><dfn>Block flow direction</dfn> and <dfn>inline base direction</dfn> are defined in CSS Writing Modes Module. <span data-anolis-ref>CSSWRITINGMODES</span>
199199

200-
<p>Elements and <span title=viewport>viewports</span> have an associated <dfn>scrolling box</dfn> if it overflows its content area<!--XXX xref--> and either has
201-
a scrolling mechanism<!--XXX xref--> or the used value of the 'overflow-x' or 'overflow-y' property is 'hidden'. <span data-anolis-ref>CSSBOX</span>
200+
<p>Elements and <span title=viewport>viewports</span> have an associated <dfn>scrolling box</dfn> if has a scrolling mechanism<!--XXX xref--> or it overflows
201+
its content area<!--XXX xref--> and the used value of the 'overflow-x' or 'overflow-y' property is 'hidden'. <span data-anolis-ref>CSSBOX</span>
202202

203203
<p>A <span>scrolling box</span> of a <span>viewport</span> or element has two <dfn>overflow directions</dfn>, depending on the <span>viewport</span>'s or
204204
element's <span>block flow direction</span> and <span>inline base direction</span>, as follows:

0 commit comments

Comments
 (0)