Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
29:7976500f47f9 | 30:ec9a17fef872 |
---|---|
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) |