[Checkins] SVN:	Sandbox/malthe/chameleon.core/src/chameleon/core/translation.py	Added reference.
    Malthe Borch 
    mborch at gmail.com
       
    Mon Nov 17 09:25:50 EST 2008
    
    
  
Log message for revision 93050:
  Added reference.
Changed:
  U   Sandbox/malthe/chameleon.core/src/chameleon/core/translation.py
-=-
Modified: Sandbox/malthe/chameleon.core/src/chameleon/core/translation.py
===================================================================
--- Sandbox/malthe/chameleon.core/src/chameleon/core/translation.py	2008-11-17 14:13:44 UTC (rev 93049)
+++ Sandbox/malthe/chameleon.core/src/chameleon/core/translation.py	2008-11-17 14:25:50 UTC (rev 93050)
@@ -588,7 +588,8 @@
             self.doctype = parsed_doctype
 
         # limit self-closing tags to the allowed subset for templates
-        # with a non-XML compliant document type (non-strict)
+        # with a non-XML compliant document type (non-strict); see
+        # http://www.w3.org/TR/xhtml1/#C_3 for more information.
         ldoctype = (self.doctype or implicit_doctype or "").lower()
         if 'html' in ldoctype and 'strict' not in ldoctype:
             for element in self.root.getiterator():
    
    
More information about the Checkins
mailing list