#2283: [patch] comment form templates don't validate as XHTML strict
----------------------------------------------+-----------------------------
          Reporter:  fonso                    |         Owner:  adrian
            Status:  reopened                 |     Milestone:        
         Component:  django.contrib.comments  |       Version:        
        Resolution:                           |      Keywords:        
             Stage:  Accepted                 |     Has_patch:  1     
        Needs_docs:  0                        |   Needs_tests:  0     
Needs_better_patch:  0                        |  
----------------------------------------------+-----------------------------
Comment (by lukeplant):

 We are currently standardised on XHTML for all templates/forms, but not
 necessarily XHTML Strict - some existing templates use Transitional, and
 this is less likely to cause problems with content.  So I will modify this
 patch to use XHTML Transitional doctypes.  Also, I'll use div instead of p
 for hidden element, since a plain 'div' is less likely than 'p' to have a
 margin set that might cause unsightly gaps.

 I'll commit shortly.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2283#comment:9>
Django <http://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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to