diff --git a/quirks.bs b/quirks.bs index 0cecabf..fc1aef6 100644 --- a/quirks.bs +++ b/quirks.bs @@ -237,8 +237,8 @@ the first step that returns a value: ''height/auto'', then return |element|.
  • If |element| has a computed value of the 'position' property that is - ''position/absolute'', or if |element| is a not a block container or a - table wrapper box, then return |element|. + ''position/absolute'', or if |element| is a not a block box, a + table wrapper box, a flex item, or a grid item, then return |element|.

  • Jump to the first step.