equal
deleted
inserted
replaced
461 table.type.attribute? |
461 table.type.attribute? |
462 table.type.attribute = attribute type { xsd:NCName } |
462 table.type.attribute = attribute type { xsd:NCName } |
463 |
463 |
464 table.content = |
464 table.content = |
465 block.head?, |
465 block.head?, |
466 thead?, |
466 ((thead?, tbody+) | tr+), |
467 (tbody+ | tr+), |
|
468 table.caption? |
467 table.caption? |
469 |
468 |
470 # ~~~~~~ thead, tbody |
469 # ~~~~~~ thead, tbody |
471 thead = element thead { thead.content } |
470 thead = element thead { thead.content } |
472 tbody = element tbody { tbody.content } |
471 tbody = element tbody { tbody.content } |