diff lisp/w3/w3-parse.el @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 859a2309aef8
children c53a95d3c46d
line wrap: on
line diff
--- a/lisp/w3/w3-parse.el	Mon Aug 13 08:51:58 2007 +0200
+++ b/lisp/w3/w3-parse.el	Mon Aug 13 08:52:29 2007 +0200
@@ -1486,6 +1486,7 @@
         (content-model . [(nil
                            nil
                            (((caption) *include *next)
+                            ((%text) tr *same error)
                             ((col colgroup thead tfoot tbody tr) *retry *next))
                            (*retry *next)) ;error handling
                           ((col colgroup)
@@ -1537,7 +1538,7 @@
                            nil
                            (((tr tfoot tbody) *close)
                             ;; error handling
-                            ((%body.content) td *same error))
+                            ((%body.content %text) td *same error))
                            nil)])
         (end-tag-omissible . t))
        ((td th)