[Lxml-checkins] r43987 - lxml/branch/html/src/lxml/html

ianb at codespeak.net ianb at codespeak.net
Sat Jun 2 03:36:37 CEST 2007


Author: ianb
Date: Sat Jun  2 03:36:36 2007
New Revision: 43987

Modified:
   lxml/branch/html/src/lxml/html/defs.py
Log:
A couple new link attributes

Modified: lxml/branch/html/src/lxml/html/defs.py
==============================================================================
--- lxml/branch/html/src/lxml/html/defs.py	(original)
+++ lxml/branch/html/src/lxml/html/defs.py	Sat Jun  2 03:36:36 2007
@@ -16,7 +16,10 @@
 link_attrs = [
     'action', 'archive', 'background', 'cite', 'classid',
     'codebase', 'data', 'href', 'longdesc', 'profile', 'src',
-    'usemap']
+    'usemap',
+    # Not standard:
+    'dynsrc', 'lowsrc',
+    ]
 
 # Not in the HTML 4 spec:
 # onerror, onresize


More information about the lxml-checkins mailing list