File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -255,9 +255,18 @@ the first step that returns a value:
255
255
<li><p> If |element| has a <a>computed value</a> of the 'height' property that is not
256
256
''height/auto'' , then return |element|.
257
257
258
- <li><p> If |element| has a <a>computed value</a> of the 'position' property that is
259
- ''position/absolute'' , or if |element| is a not a <a>block box</a> , a
260
- <a>table wrapper box</a> , a <a>flex item</a> , or a <a>grid item</a> , then return |element|.
258
+ <li>
259
+ <p> If the following conditions are true, then return |element|:</p>
260
+
261
+ <ol>
262
+ <li><p> |element| has a <a>computed value</a> of the 'position' property that is
263
+ ''position/absolute''
264
+
265
+ <li><p> |element| is a not a <a>block box</a> , nor an <a>inline-block</a> , nor a block-level or
266
+ inline-level <a>table wrapper box</a>
267
+
268
+ <li><p> |element| is a <a>flex item</a> or a <a>grid item</a>
269
+ </ol>
261
270
262
271
<li><p> Jump to the first step.
263
272
You can’t perform that action at this time.
0 commit comments