Skip to content

Commit 9bfa609

Browse files
committed
[cssom-view] (editorial) fix bikeshed indent error
1 parent b02ad91 commit 9bfa609

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cssom-view/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ An element is <dfn>potentially scrollable</dfn> if all of the following conditio
121121

122122
* The element has an associated <a>CSS layout box</a>.
123123
* The element is not <a>the HTML <code>body</code> element</a>, or it is and
124-
the root element's used value of the 'overflow-x' or 'overflow-y' properties is not ''overflow/visible''.
124+
the root element's used value of the 'overflow-x' or 'overflow-y' properties is not ''overflow/visible''.
125125
* The element's used value of the 'overflow-x' or 'overflow-y' properties is not ''overflow/visible''.
126126

127127
Note: An element that is <a>potentially scrollable</a> might not have a <a>scrolling box</a>.

0 commit comments

Comments
 (0)