Re: Proposal: Use HTML5 boolean attribute for checked on checkbox/radio inputs

2016-07-23 Thread Florian Apolloner
This should be perfectly fine -- I guess just nobody got around to do it yet. The main issue with the HTML5 stuff is around date&time where it is not clearly specified (or was last time I looked) what the UA should send and how to handle that in browsers not supporting HTML5 yet (ie sending iso

Re: Proposal: Use HTML5 boolean attribute for checked on checkbox/radio inputs

2016-07-23 Thread Claude Paroz
Le vendredi 22 juillet 2016 23:30:58 UTC+2, Jon Dufresne a écrit : > > Hi, > > I would like to propose that Django renders the "checked" attribute of > checkbox and radio inputs using the HTML5 boolean style attributes. > (...) I'm definitely +1 with this change. Hopefully, 1.11 should come with