Skip to content

Commit a2f32c8

Browse files
committed
[cssom-view-1] Fix a logic error and unparseable sentence in the Terminology section.
1 parent 32dea73 commit a2f32c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cssom-view-1/Overview.bs

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

127-
Elements and <a>viewports</a> have an associated <dfn export>scrolling box</dfn> if the element or viewport has a scrolling mechanism<!--XXX xref--> or it overflows
128-
its content area<!--XXX xref--> and the used value of the 'overflow-x' or 'overflow-y' property is ''overflow/hidden''. [[!CSS3-BOX]]
127+
Elements and <a>viewports</a> have an associated <dfn export>scrolling box</dfn> if the element or viewport has a scrolling mechanism<!--XXX xref-->, or it overflows
128+
its content area<!--XXX xref--> and the used value of the 'overflow-x' or 'overflow-y' property is not ''overflow/hidden'' or ''overflow/clip''. [[!CSS3-BOX]]
129129

130130
An element <var>body</var> (which will be <a>the HTML <code>body</code> element</a>) is
131131
<dfn>potentially scrollable</dfn> if all of the following conditions are true:
@@ -1761,6 +1761,7 @@ generally not listed.
17611761

17621762
<h3 id='changes-from-2020-10-19' class=no-num>Changes From 19 October 2020</h3>
17631763
* Added the "Security and Privacy Considerations" section
1764+
* Fixed a logical error in the Terminology section.
17641765

17651766
<h3 id='changes-from-2020-01-31' class=no-num>Changes From 31 January 2020</h3>
17661767
* Added Simon Fraser as editor

0 commit comments

Comments
 (0)