Re: [csswg-drafts] [css-display] Display values for <br> and <wbr>

> `display: contents !important;`

No, it cannot be used. I use for three years `br{display:none}` to stop break lines. It works in IE, EDGE, Cr, Moz and other browsers. It is sometimes helpful for smartphones. 
`display: contents; /*without important*/` can be used. 

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

Received on Friday, 9 February 2018 02:22:45 UTC