Re: [csswg-drafts] [css-display] Can <br> / <wbr> elements be blockified? (#7049)

> ```
> <div style="display: flex; border: solid;">
>   <br>
> </div>
> ```
> 
> Here FF appears to be blockifying the `<br>`. Where as the others are treating it as "text" and surrounding it with an anonymous block.

Actually, Firefox isn't blockifying the `br` -- we're surrounding it with an anonymous block just like other engines. It's just that the anonymous block ends up being 0-height for some reason.

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


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

Received on Tuesday, 15 February 2022 21:47:18 UTC