You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've looked into this a bit more and the specific issue I'm running into is being able to produce attributes that are only the attribute name such as:
<div disabled></div>
I believe that this library is compliant by the spec, from what I can tell, but people may be expecting / desiring the above for boolean attributes at times.
The only maintenance I’ve done to this library over the past few years is fixing the occasional bug. I’d be happy to review a PR for this feature though.
Hi! Great library, enjoying it greatly!
I was wondering if there are any plans to support boolean attributes, as specified here: https://html.spec.whatwg.org/#boolean-attributes
I have a use case for it on a project and would definitely like to continue using mochiweb for html parsing in that project.
Thanks!
The text was updated successfully, but these errors were encountered: