does not parse "<input disabled/>"
Status: Pre-Alpha
Brought to you by:
ulysees2001
The following html renders a disabled text box on safari on mac osx lion:
<html>
<head/>
<body>
<input disabled=yes/>
</body>
</html>
yet hotsax does not parse the "<input disabled/>" nor does a space help "<input disabled />"
it will successfully parse "<input disabled>" (with no slash) or "<input disabled >" (no slash but space)
typo in the bull page example, was meant to be:
<html>
<head/>
<body>
<input disabled/>
</body>
</html>