You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><dfnid="block-flow-direction">Block flow direction</dfn> and <dfnid="inline-base-direction">inline base direction</dfn> are defined in CSS Writing Modes Module. <ahref="#refsCSSWRITINGMODES">[CSSWRITINGMODES]</a>
242
242
243
-
<p>Elements and <ahref="#viewport" title="viewport">viewports</a> have an associated <dfnid="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'. <ahref="#refsCSSBOX">[CSSBOX]</a>
243
+
<p>Elements and <ahref="#viewport" title="viewport">viewports</a> have an associated <dfnid="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'. <ahref="#refsCSSBOX">[CSSBOX]</a>
245
245
246
246
<p>A <ahref="#scrolling-box">scrolling box</a> of a <ahref="#viewport">viewport</a> or element has two <dfnid="overflow-directions">overflow directions</dfn>, depending on the <ahref="#viewport">viewport</a>'s or
247
247
element's <ahref="#block-flow-direction">block flow direction</a> and <ahref="#inline-base-direction">inline base direction</a>, as follows:
Copy file name to clipboardExpand all lines: cssom-view/Overview.src.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -197,8 +197,8 @@ <h2>Terminology</h2>
197
197
198
198
<p><dfn>Block flow direction</dfn> and <dfn>inline base direction</dfn> are defined in CSS Writing Modes Module. <spandata-anolis-ref>CSSWRITINGMODES</span>
199
199
200
-
<p>Elements and <spantitle=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'. <spandata-anolis-ref>CSSBOX</span>
200
+
<p>Elements and <spantitle=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'. <spandata-anolis-ref>CSSBOX</span>
202
202
203
203
<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
204
204
element's <span>block flow direction</span> and <span>inline base direction</span>, as follows:
0 commit comments