Menu

#161 Missing attribute name error thrown for all self closing tags

1.9.15
open
None
8
2015-11-20
2015-11-20
Asiya
No

An invalid "Missing attribute name." (HTML1011) error is thrown for all self-closing tags when report-error feature is enabled

version - nekohtml-1.9.21

For example, the first line below throws the error, while the 2nd line does not:

<input type="button"/>
<input type="button"></input>

1 Attachments

Discussion


Log in to post a comment.