Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BR and WBR style refers to "display-outside" which is no longer present in CSS Display Module #2749

Closed
mmotorny opened this issue Jun 9, 2017 · 1 comment

Comments

@mmotorny
Copy link

mmotorny commented Jun 9, 2017

br { display-outside: newline; } /* this also has bidi implications */
wbr { display-outside: break-opportunity; } /* this also has bidi implications */

See https://html.spec.whatwg.org/multipage/rendering.html#br-wbr-content.

Quote from CSS Display Module:

Removed display-inside, display-outside, and display-extras longhands, in favor of just making display multi-value.

See https://drafts.csswg.org/css-display/#changes.

@zcorpan
Copy link
Member

zcorpan commented Jun 15, 2017

I think this is basically a duplicate of #2291 (which has a PR at #2298 but needs tests to better inform what the spec should say)

@zcorpan zcorpan closed this as completed Jun 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants