- From: Daniel Holbert via GitHub <sysbot+gh@w3.org>
- Date: Tue, 15 Feb 2022 21:47:16 +0000
- To: public-css-archive@w3.org
> ``` > <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