comparison 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
comparison
equal deleted inserted replaced
107:523141596bda 108:360340f9fd5f
1484 ;; <URL:ftp://ds.internic.net/internet-drafts/draft-ietf-html-tables-03.txt> 1484 ;; <URL:ftp://ds.internic.net/internet-drafts/draft-ietf-html-tables-03.txt>
1485 ((table) 1485 ((table)
1486 (content-model . [(nil 1486 (content-model . [(nil
1487 nil 1487 nil
1488 (((caption) *include *next) 1488 (((caption) *include *next)
1489 ((%text) tr *same error)
1489 ((col colgroup thead tfoot tbody tr) *retry *next)) 1490 ((col colgroup thead tfoot tbody tr) *retry *next))
1490 (*retry *next)) ;error handling 1491 (*retry *next)) ;error handling
1491 ((col colgroup) 1492 ((col colgroup)
1492 nil 1493 nil
1493 (((thead tfoot tbody tr) *retry *next)) 1494 (((thead tfoot tbody tr) *retry *next))
1535 ((tr) 1536 ((tr)
1536 (content-model . [((td th) 1537 (content-model . [((td th)
1537 nil 1538 nil
1538 (((tr tfoot tbody) *close) 1539 (((tr tfoot tbody) *close)
1539 ;; error handling 1540 ;; error handling
1540 ((%body.content) td *same error)) 1541 ((%body.content %text) td *same error))
1541 nil)]) 1542 nil)])
1542 (end-tag-omissible . t)) 1543 (end-tag-omissible . t))
1543 ((td th) 1544 ((td th)
1544 ;; Arrgh! Another %body.content!!! Stupid!!! 1545 ;; Arrgh! Another %body.content!!! Stupid!!!
1545 (content-model . [((%body.content) 1546 (content-model . [((%body.content)