Skip to content

Commit 5118363

Browse files
committed
Address comments
1 parent 3d92168 commit 5118363

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

quirks.bs

+12-3
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,18 @@ the first step that returns a value:
255255
<li><p>If |element| has a <a>computed value</a> of the 'height' property that is not
256256
''height/auto'', then return |element|.
257257

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>
261270

262271
<li><p>Jump to the first step.
263272

0 commit comments

Comments
 (0)