File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -236,9 +236,18 @@ the first step that returns a value:
236
236
<li><p> If |element| has a <a>computed value</a> of the 'height' property that is not
237
237
''height/auto'' , then return |element|.
238
238
239
- <li><p> If |element| has a <a>computed value</a> of the 'position' property that is
240
- ''position/absolute'' , or if |element| is a not a <a>block box</a> , a
241
- <a>table wrapper box</a> , a <a>flex item</a> , or a <a>grid item</a> , then return |element|.
239
+ <li>
240
+ <p> If the following conditions are true, then return |element|:</p>
241
+
242
+ <ol>
243
+ <li><p> |element| has a <a>computed value</a> of the 'position' property that is
244
+ ''position/absolute''
245
+
246
+ <li><p> |element| is a not a <a>block box</a> , nor an <a>inline-block</a> , nor a block-level or
247
+ inline-level <a>table wrapper box</a>
248
+
249
+ <li><p> |element| is a <a>flex item</a> or a <a>grid item</a>
250
+ </ol>
242
251
243
252
<li><p> Jump to the first step.
244
253
You can’t perform that action at this time.
0 commit comments