Friday, July 20, 2012

Django 1.4 debug_toolbar and htmltidy with checking html5 syntax

Hi to all!

htmltidy check html 4 syntax errors and it shows me boring messages like

Current page have following errors:

Position    Error or Warning
line
5 column 5
   
Warning: <meta> proprietary attribute "charset"
line
5 column 5
   
Warning: <meta> lacks "content" attribute

because I'm use html5.

How to say htmltidy check syntax as html5 validator?

Django 1.4 debug_toolbar 0.9.4 debug_toolbar_htmltidy 0.1.1


http://stackoverflow.com/questions/11554517/django-1-4-debug-toolbar-and-htmltidy-with-checking-html5-syntax

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/_6kF7XlfLrAJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment