Opened 10 years ago
Closed 10 years ago
#23304 closed Uncategorized (wontfix)
Form renders in HTML5 syntax
Reported by: | noegry | Owned by: | nobody |
---|---|---|---|
Component: | Forms | Version: | 1.6 |
Severity: | Normal | Keywords: | HTML5, Form |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
Description
Django uses XHTML syntax to render forms as:
<input ... />
Anyway it could render forms in HTML5 syntax without the slash?
Change History (2)
comment:1 by , 10 years ago
Summary: | Form render in HTML5 syntax → Form renders in HTML5 syntax |
---|---|
UI/UX: | set |
comment:2 by , 10 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Currently, we stick with XHTML syntax, because XHTML should still be HTML5 compliant, while the reverse is not true. If you really want to discuss this, feel free to start a thread on the django-developers mailing list.