comparison lisp/w3/w3-parse.el @ 118:7d55a9ba150c r20-1b11

Import from CVS: tag r20-1b11
author cvs
date Mon, 13 Aug 2007 09:24:17 +0200
parents 8619ce7e4c50
children cca96a509cfe
comparison
equal deleted inserted replaced
117:578fd4947a72 118:7d55a9ba150c
1287 ((ul ol) 1287 ((ul ol)
1288 (content-model . [((lh) 1288 (content-model . [((lh)
1289 nil 1289 nil
1290 (((li) *include *next)) 1290 (((li) *include *next))
1291 (*retry *next)) 1291 (*retry *next))
1292 ((p)
1293 nil
1294 nil
1295 (*retry *next))
1292 ((li) 1296 ((li)
1293 nil 1297 nil
1294 ;; Push <LI> before data characters or block 1298 ;; Push <LI> before data characters or block
1295 ;; elements. 1299 ;; elements.
1296 ;; Non-SGML. 1300 ;; Non-SGML.
1297 (((%text %block) li *same error)) 1301 (;; ((p) b *same nil)
1302 ((%text %block) li *same error))
1298 nil)])) 1303 nil)]))
1299 ((lh) 1304 ((lh)
1300 (content-model . [((%text) 1305 (content-model . [((%text)
1301 include-space 1306 include-space
1302 (((dd dt li) *close) 1307 (((dd dt li) *close)
1504 ((tbody tr) *retry *next)) 1509 ((tbody tr) *retry *next))
1505 (*retry *next)) ;error handling 1510 (*retry *next)) ;error handling
1506 ((tbody) 1511 ((tbody)
1507 nil 1512 nil
1508 (((tr) tbody *same) 1513 (((tr) tbody *same)
1514 ((td th) tr *same)
1509 ;; error handling 1515 ;; error handling
1510 ((%body.content) tbody *same error)) 1516 ((%body.content) tbody *same error))
1511 nil)])) 1517 nil)]))
1512 ((colgroup) 1518 ((colgroup)
1513 (content-model . [((col) 1519 (content-model . [((col)