Re: [csswg-drafts] [css-position] Behaviour of semi-replaced elements. (#6789)

> Opps - should probably have mentioned that we'll likely need to leave checkbox & radio buttons alone for the moment. But all browsers are currently consistent there. (and all likely apply an equivalent of a !important width/height property).

Right, those are the exception to this stretching.

(Minor correction: they don't seem to do this via something along the line of `!important` width/height; this testcase shows that authors can specify their own heights: `data:text/html,<input type="checkbox" style="width: 400px; height: 400px; outline: 3px solid orange">`.  But in any case, they are special in that they interoperably shrink-to-fit, and they're typically quite tiny, both of which mean it wouldn't make sense to stretch them.)


-- 
GitHub Notification of comment by dholbert
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6789#issuecomment-971817237 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 17 November 2021 17:52:21 UTC