We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02ad91 commit 9bfa609Copy full SHA for 9bfa609
1 file changed
cssom-view/Overview.bs
@@ -121,7 +121,7 @@ An element is <dfn>potentially scrollable</dfn> if all of the following conditio
121
122
* The element has an associated <a>CSS layout box</a>.
123
* 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''.
+ the root element's used value of the 'overflow-x' or 'overflow-y' properties is not ''overflow/visible''.
125
* The element's used value of the 'overflow-x' or 'overflow-y' properties is not ''overflow/visible''.
126
127
Note: An element that is <a>potentially scrollable</a> might not have a <a>scrolling box</a>.
0 commit comments