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

<wbr> not paired #111

Closed
Mottie opened this issue Feb 15, 2016 · 2 comments
Closed

<wbr> not paired #111

Mottie opened this issue Feb 15, 2016 · 2 comments

Comments

@Mottie
Copy link

Mottie commented Feb 15, 2016

When I test the following HTML

<span>1/<wbr>2</span>

HTMLHint shows this message:

Tag must be paired, missing: [ </wbr> ], start tag match failed [ <wbr> ] on line 8.

According to MDN usage context:

Tag omission - It is an empty element; it must have a start tag, but must not have an end tag.
@waldyrious
Copy link
Contributor

This is pretty much the same issue as #110.

@yaniswang
Copy link
Contributor

Can you show me the browser name and version whol support this tag?
I test failed with Chrome 49 and Firefox 44:

http://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_wbr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants