-
Notifications
You must be signed in to change notification settings - Fork 294
Support the <wbr> element #395
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
Conversation
Codecov Report
Continue to review full report at Codecov.
|
It looks like this was missed in html5lib#358. It is causing build failures in html5lib#395 and html5lib#396.
@gsnedders Is there anything blocking merge of this or #396 on my end? |
A proper fix is at html5lib/html5lib-python#395
Codecov Report
Continue to review full report at Codecov.
|
<wbr>
is an empty element which indicates a line break opportunity. The effect is similar to inserting a zero-width space, but superior because<wbr>
does not affect the text of the selection (so when copied there aren't invisible characters in it).<wbr>
is safe when sanitizing HTML.Partially addresses #203.
https://html.spec.whatwg.org/#the-wbr-element