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 noegry, 10 years ago

Summary: Form render in HTML5 syntaxForm renders in HTML5 syntax
UI/UX: set

comment:2 by Claude Paroz, 10 years ago

Resolution: wontfix
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
Back to Top