Skip to content

Commit

Permalink
Percentage height quirk should apply to flex and grid items
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed Nov 7, 2024
1 parent 7441432 commit a770bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quirks.bs
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ the first step that returns a value:
''height/auto'', then return |element|.

<li><p>If |element| has a <a>computed value</a> of the 'position' property that is
''position/absolute'', or if |element| is a not a <a>block container</a> or a
<a>table wrapper box</a>, then return |element|.
''position/absolute'', or if |element| is a not a <a>block box</a>, a
<a>table wrapper box</a>, a <a>flex item</a>, or a <a>grid item</a>, then return |element|.

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

Expand Down

0 comments on commit a770bf0

Please sign in to comment.