Skip to content

Commit 9dd9607

Browse files
committed
Address comments
1 parent a770bf0 commit 9dd9607

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

quirks.bs

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,18 @@ the first step that returns a value:
236236
<li><p>If |element| has a <a>computed value</a> of the 'height' property that is not
237237
''height/auto'', then return |element|.
238238

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

243252
<li><p>Jump to the first step.
244253

0 commit comments

Comments
 (0)