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
Currently, the following markup confuses CodeRay:
<textarea disabled> This text area has been disabled. </textarea>
The file test1.xml hosted here has a good list of attributes that do not require a value, although there are new boolean attributes in the HTML5 spec:
test1.xml
<iframe>
seamless
sandbox
<style>
scoped
The text was updated successfully, but these errors were encountered:
Wow, that's awful - thank you for reporting! I'll fix it in the next release.
Sorry, something went wrong.
HTML scanner accepts boolean attributes; fixes issue #26
3ebeee9
v1.0.7.rc2 should have fixed this; can you test?
I released this in 1.0.7. Hope it's fixed.
8 months later, I'd like to confirm that this is, in fact, working on my end. Thanks!
No branches or pull requests
Currently, the following markup confuses CodeRay:
The file
test1.xml
hosted here has a good list of attributes that do not require a value, although there are new boolean attributes in the HTML5 spec:<iframe>
:seamless
andsandbox
(source)<style>
:scoped
(source)The text was updated successfully, but these errors were encountered: