#16630: Support for HTML5 input types
-----------------------------+------------------------------------
     Reporter:  jonash       |                    Owner:  nobody
         Type:  New feature  |                   Status:  new
    Component:  Forms        |                  Version:  master
     Severity:  Normal       |               Resolution:
     Keywords:  html5        |             Triage Stage:  Accepted
    Has patch:  1            |      Needs documentation:  0
  Needs tests:  0            |  Patch needs improvement:  0
Easy pickings:  0            |                    UI/UX:  0
-----------------------------+------------------------------------

Comment (by melinath):

 This is not backwards-incompatible in any way that I can see. As was
 previously mentioned, old browsers will interpret these HTML5 types as
 text fields. As for localization - the HTML inputs will no longer accept
 values that use THOUSANDS_SEPARATOR on the client side. As far as I know,
 that's not a backwards-compatibility issue; users will get a clear error
 message and be able to fix the issue without submitting the form. And on
 the python side, if THOUSANDS-separated text *does* get through (for
 example from an old browser) it will still be handled correctly.

 Also this doesn't seem mutually exclusive with #15667, but it does seem
 more likely to be finished soon.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16630#comment:26>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to