Re: [w3c/webcomponents] [templates] Allow removal of boolean attributes (#705)

@glen-84 if i'm not mistaken the discussion is on boolean attributes. checked="false" is considered an antipattern and actually resolves to checked=true since boolean attributes are parsed existentially. More on this in the spec notes. Pardon my assumption if you knew this already. I just know that example is a footgun. Hope this helps!

https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attributes

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/705#issuecomment-448076975

Received on Tuesday, 18 December 2018 02:46:38 UTC