diff lisp/w3/w3-parse.el @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents 0d2f883870bc
children 8619ce7e4c50
line wrap: on
line diff
--- a/lisp/w3/w3-parse.el	Mon Aug 13 09:17:27 2007 +0200
+++ b/lisp/w3/w3-parse.el	Mon Aug 13 09:18:39 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)