You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Behavior is generally agreed-upon, but dbaron wasn't sure that the spect text was complete; asked about display:flex, grid etc.
Need to check that the following text is accurate:
an element whose layout is governed by the CSS box model which is either a block-level or atomic inline-level element, or whose display property computes to table-row, table-row-group, table-header-group, table-footer-group, table-cell, or table-caption [CSS21]
The text was updated successfully, but these errors were encountered:
It is not accurate. Flex items and grid items are not block-level elements. You probably want “boxes that establish a formatting context, block boxes, replaced elements, and “[insert list of internal table/ruby display type you care about]”.
Alternately, “all elements except non-replaced inline boxes, table-column boxes, and table-column-group boxes” (blacklist, rather than whitelist, approach) if that is easier.
Define transformable elements as "all elements whose layout is governed by the CSS box model except for non-replaced inline boxes, table-column boxes, and table-column-group boxes"
https://www.w3.org/mid/b464220dd959f9a9f808dd4aad85288e@gtalbot.org
http://www.w3.org/mid/20140210195906.GA18205@crum.dbaron.org
Behavior is generally agreed-upon, but dbaron wasn't sure that the spect text was complete; asked about display:flex, grid etc.
Need to check that the following text is accurate:
The text was updated successfully, but these errors were encountered: