Re: How about doctype webdesign helper

2011-10-01 Thread Florian Apolloner
Hi, I think it's unnecessary, since nowadays many people tend to go towards html5 and there you usually just have "" + it's something you put into the document once for a project, so I guess it would require more time to look up the tag than to lookup the doctype :) Plus you tag doesn't take c

Re: How about doctype webdesign helper

2011-09-30 Thread Russell Keith-Magee
On Saturday, October 1, 2011, Yaşar Arabacı wrote: > Hi, > While going through documentation, I saw webdesign helpers, which I didn't know that even existed. I thought about adding new things there, so I thought about doctype helper, something like this: > {% doctype "html" "4.1" "strict" %} > whi

How about doctype webdesign helper

2011-09-30 Thread Yaşar Arabacı
Hi, While going through documentation, I saw webdesign helpers, which I didn't know that even existed. I thought about adding new things there, so I thought about doctype helper, something like this: {% doctype "html" "4.1" "strict" %} which is then rendered like this: http://www.w3.org/TR/html