We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
This is pretty much the same issue as #110.
Sorry, something went wrong.
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
591f103
No branches or pull requests
When I test the following HTML
HTMLHint shows this message:
According to MDN usage context:
The text was updated successfully, but these errors were encountered: