File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
132132
133133* The element has an associated <a>CSS layout box</a> .
134134* 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'' .
137137
138138Note: An element that is <a>potentially scrollable</a> might not have a <a>scrolling box</a> .
139139For 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