File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ An element is <dfn>potentially scrollable</dfn> if all of the following conditio
132
132
133
133
* The element has an associated <a>CSS layout box</a> .
134
134
* The element is not <a>the HTML <code>body</code> element</a> , or it is and
135
- the root element's used value of the 'overflow-x' or 'overflow-y' properties is not ''overflow/visible'' .
136
- * The element's used value of the 'overflow-x' or 'overflow-y' properties is not ''overflow/visible'' .
135
+ the root element's computed value of the 'overflow-x' or 'overflow-y' properties is not ''overflow/visible'' .
136
+ * The element's computed value of the 'overflow-x' or 'overflow-y' properties is not ''overflow/visible'' .
137
137
138
138
Note: An element that is <a>potentially scrollable</a> might not have a <a>scrolling box</a> .
139
139
For instance, it could have 'overflow' set to ''overflow/auto'' but not have its content overflowing its content area.
You can’t perform that action at this time.
0 commit comments