Except ::before/::after/::file-selector-button where display: contents should just work. Except ::backdrop where it should compute to block (though this will be handled along with the backdrop + top layer implementation).
See also: https://github.com/w3c/csswg-drafts/issues/6518
<rdar://problem/82239251>
Created attachment 441352 [details] Patch
this needs a test
(In reply to Antti Koivisto from comment #4) > this needs a test Do you know where this case is ever reached? I'm tempted to remove the block if it isn't reached.
> Do you know where this case is ever reached? I'm tempted to remove the block > if it isn't reached. No, but I would expect that the person who wants to change the code does.
Will look into this when I have more time.