Re: HTML 5

2010-02-04 Thread Luke Plant
On Tuesday 02 February 2010 01:09:23 Leo Soto M. wrote: > On Mon, Feb 1, 2010 at 11:00 AM, Luke Plant > wrote: [...] > > > Changing that assumption in an elegant way would require changing > > *everything* to use a markup agnostic output tree, which you > > would then render with different 'writ

Re: HTML 5

2010-02-01 Thread Leo Soto M.
On Mon, Feb 1, 2010 at 11:00 AM, Luke Plant wrote: [...] > > Changing that assumption in an elegant way would require changing > *everything* to use a markup agnostic output tree, which you would > then render with different 'writers'.  (I'm thinking something like > the way Pandoc and docutils wo

Re: HTML 5

2010-02-01 Thread Joshua Russo
On Mon, Feb 1, 2010 at 1:00 PM, Luke Plant wrote: > > When Django makes a move with regards to HTML4/XHTML/HTML5... > > Here are my current thoughts on that issue - in a slightly overstated > tone... :-) > > == XHTML as text/html is just fine == > > I happen to agree with Simon Willison's post a

Re: HTML 5

2010-02-01 Thread Luke Plant
> When Django makes a move with regards to HTML4/XHTML/HTML5... Here are my current thoughts on that issue - in a slightly overstated tone... :-) == XHTML as text/html is just fine == I happen to agree with Simon Willison's post a while back that said that XHTML has 'lost', and HTML4 is a bett

Re: HTML 5

2010-01-31 Thread Luke Plant
dn't result in Russell> any concrete decisions. > > I see, I have not been aware any such discussion took place plus, > searching through the mail archives, issue tracker and wiki, there > had also been no sign of any such discussions/work in this regard. > I just wanted t

Re: HTML 5

2010-01-31 Thread Karen Tracey
he status on HTML 5 which I now do. > There have been discussions on this mailing list before. See for example: http://groups.google.com/group/django-developers/browse_thread/thread/bbf75f0eeaf9fa64 (You probably want to search on things broader than just HTML5. That one I found searching in th

Re: HTML 5

2010-01-30 Thread Suno Ano
t been aware any such discussion took place plus, searching through the mail archives, issue tracker and wiki, there had also been no sign of any such discussions/work in this regard. I just wanted to know the status on HTML 5 which I now do. >> Things like the feature [0] would we great

Re: HTML 5

2010-01-30 Thread Russell Keith-Magee
On Sun, Jan 31, 2010 at 4:35 AM, Suno Ano wrote: > I've looked at the users and devel mailing list but didn't find > any information on HTML 5. I found > http://github.com/rhec/django-html5 though. Can anybody tell me > if there are any plans with regards to HTML 5 in Django

Re: HTML 5

2010-01-30 Thread Florian Apolloner
eg this document doesn't validate without a html 5 doctype: http://www.w3.org/TR/html4/loose.dtd";> Test -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develo

Re: HTML 5

2010-01-30 Thread Jonas Obrist
Suno Ano wrote: Sure, let me rephrase, any plans on template tags or filters to for example make use of the feature? Or any other HTML 5 goodness [0] for that matter? [0] http://diveintohtml5.org/detect.html I'd like to see using the new input types (eg for email form fields).

Re: HTML 5

2010-01-30 Thread Suno Ano
Jonas> HTML 5 is, as the name suggests, a HTML version. Thus this is Jonas> purely template stuff and can already be done with django. Sure, let me rephrase, any plans on template tags or filters to for example make use of the feature? Or any other HTML 5 goodness [0] for that matte

Re: HTML 5

2010-01-30 Thread Jonas Obrist
Suno Ano wrote: I've looked at the users and devel mailing list but didn't find any information on HTML 5. I found http://github.com/rhec/django-html5 though. Can anybody tell me if there are any plans with regards to HTML 5 in Django and if so, what are they? Things like the feature

HTML 5

2010-01-30 Thread Suno Ano
I've looked at the users and devel mailing list but didn't find any information on HTML 5. I found http://github.com/rhec/django-html5 though. Can anybody tell me if there are any plans with regards to HTML 5 in Django and if so, what are they? Things like the feature [0] would we gre