Re: HTML5 and XHTML5 documents

2018-08-23 Thread Nils Fredrik Gjerull
tests to check that both serializations are supported. Regards -- Nils Fredrik Gjerull - "Ministry of Eternal Affairs" Computer Department ( Not an official title :) ) -- You received this message because you are subscribed to the Google Groups "Dj

Re: HTML5 and XHTML5 documents

2018-08-20 Thread Nils Fredrik Gjerull
Den 20. aug. 2018 11:32, skrev Nils Fredrik Gjerull: > XML > materialization of HTML5, and there is also the SGML-inspired version. I intended to write XML serialization :) -- Nils Fredrik Gjerull - "Ministry of Eternal Affairs" Computer Department (

Re: HTML5 and XHTML5 documents

2018-08-20 Thread Nils Fredrik Gjerull
t;free-form" when it comes to what kind of tags can be inside the body. It not not only work in "my browser" it work for every major browser out there. Which is the "de facto" definition of when browser technology can be used. Regards -- Nils Fredrik Gjerull ---

Re: HTML5 and XHTML5 documents

2018-08-17 Thread Nils Fredrik Gjerull
cation/xhtml+xml to server the pages? That is an argument to serve Django Admin as 'text/html', and let other apps choose for themselves. In my case it is only the use '/>' and giving attributes a value that stands in the way. Regards -- Nils Fredrik Gjerull

Re: HTML5 and XHTML5 documents

2018-08-17 Thread Nils Fredrik Gjerull
be a good thing to learn that there is a thing called XHTML5. Perhaps I can update the documentation to make it clear, but give the examples using the SGML syntax of HTML5? Regards -- Nils Fredrik Gjerull - "Ministry of Eternal Affairs" Computer Department (

Re: HTML5 and XHTML5 documents

2018-08-17 Thread Nils Fredrik Gjerull
you creating XHTML pages, we can look at > those, but I'd be -1 on bringing it back framework wide.  I still would like a technical answer to why not support both standards? And again XHTML5 is HTML5 with valid XML syntax. So valid XHTML5 is valid HTML5, so there is no problem for a framewor

Re: HTML5 and XHTML5 documents

2018-08-17 Thread Nils Fredrik Gjerull
ML5. When there is a choice between making in work for one case and making it work for both cases, why make it work for only one? I have created a pull-request for this, and an issue (#29681), which was prematurely closed as wontfix. Regards -- Nils Fredrik Gjerull - &

Re: HTML5 and XHTML5 documents

2018-08-12 Thread Nils Fredrik Gjerull
ardly guess what the writer thought about. Se a list of the default value of the Accept header for various browsers from Mozilla: https://developer.mozilla.org/en-US/docs/Web/HTTP/Content_negotiation/List_of_default_Accept_values All except IE8 supports application/xhtml+xml. Regards -- Nils Fredrik Gjerull

Re: HTML5 and XHTML5 documents

2018-08-12 Thread Nils Fredrik Gjerull
e fixed that just reversing #29038 > <https://code.djangoproject.com/ticket/29038>. What else is there? > Would you be willing to do all the work? I am willing to do the work. It is not much that need to be done. Just some query-replace to change the generated HTML into valid XML. Regar

HTML5 and XHTML5 documents

2018-08-11 Thread Nils Fredrik Gjerull
-xhtml-syntax.html Regards -- Nils Fredrik Gjerull - "Ministry of Eternal Affairs" Computer Department ( Not an official title :) ) -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions t

Re: Namspace packages in Django

2011-01-05 Thread Nils Fredrik Gjerull
github branch as an > RFC patch. The core team is able to pull from github, but If you could > upload a raw patch version to Trac, that would also be helpful. That's great :) -- Nils Fredrik Gjerull - "Ministry of Eternal Affairs" Computer Departm

Namspace packages in Django

2011-01-04 Thread Nils Fredrik Gjerull
occupying the namespace with common names, so I can use the same app name for different projects. Any chance of getting this into core? Regards -- Nils Fredrik Gjerull - "Ministry of Eternal Affairs" Computer Department ( Not an official title :) ) -- You rec