#29681: Support XHTML5 (XML serialization of HTML5)
------------------------------------------------+------------------------
               Reporter:  Nils Fredrik Gjerull  |          Owner:  nobody
                   Type:  Uncategorized         |         Status:  new
              Component:  Forms                 |        Version:  2.1
               Severity:  Normal                |       Keywords:
           Triage Stage:  Unreviewed            |      Has patch:  1
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  0
                  UI/UX:  0                     |
------------------------------------------------+------------------------
 Frameworks and libraries that generate html should output well-formed html
 that can be used for both HTML serialization (text/html) and XML
 serialization (application/xhtml+xml). This implies that Django should
 continue to output XML compatible markup even for HTML5.

 This do not mean that Django need to be restricted by the XHTML-
 Transitional and XHTML-Strict standard. It only means that HTML5 needs to
 be written in a XML compatible style.

 This affects Django in three ways:
 1. HTML must be well-formed. All start-tags needs an end-tag (except self-
 closing tags). This is already the case.
 1. All self-closing tags must end with '/>'.
 2. All boolean attributes must have a value e.g 'checked="checked"'.

 I will say that this time is the best time ever to serve pages with
 application/xhtml+xml, because all browsers supports it. IE was the road
 blocker for year, but since IE9 it supports it as well. Se a list of the
 [https://developer.mozilla.org/en-
 US/docs/Web/HTTP/Content_negotiation/List_of_default_Accept_values default
 value of the Accept header] for various browsers from Mozilla.

 See:
 * [https://www.w3.org/TR/html/introduction.html#html-vs-xhtml]
 * [https://www.w3.org/TR/html/the-xhtml-syntax.html]
 * [https://en.wikipedia.org/wiki/HTML5#XHTML_5_(XML-serialized_HTML_5)]

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29681>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/046.d3636fd84a28e9d75addddd4813f64e5%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to