summaryrefslogtreecommitdiff
path: root/docs/ref/docutils.dtd
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2015-04-19 19:58:29 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2015-04-19 19:58:29 +0000
commita1b997799d1132d8ff06fb0cd159d1df22f23387 (patch)
tree2355788a1cce5a892b63209811d83b64ef870935 /docs/ref/docutils.dtd
parent26744ae74e71faaa40a55b771796be3b65242773 (diff)
downloaddocutils-a1b997799d1132d8ff06fb0cd159d1df22f23387.tar.gz
Refine documentation of Docutils table objects.
Clarify why the Bug report #236 "table" node tree needs "colspec" node in "tgroup" is rejected (this is a feature, not a bug). git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@7880 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/ref/docutils.dtd')
-rw-r--r--docs/ref/docutils.dtd3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/docutils.dtd b/docs/ref/docutils.dtd
index 39c8ad2ee..6ad0f24bb 100644
--- a/docs/ref/docutils.dtd
+++ b/docs/ref/docutils.dtd
@@ -172,6 +172,8 @@ http://www.oasis-open.org/html/tm9901.htm).
<!-- These parameter entities customize the table model DTD. -->
<!ENTITY % bodyatt " %basic.atts; "> <!-- table elt -->
+<!-- 1 colspec element is expected per table column: -->
+<!ENTITY % tbl.tgroup.mdl "colspec+,thead?,tbody">
<!ENTITY % tbl.tgroup.att " %basic.atts; ">
<!ENTITY % tbl.thead.att " %basic.atts; ">
<!ENTITY % tbl.tbody.att " %basic.atts; ">
@@ -179,6 +181,7 @@ http://www.oasis-open.org/html/tm9901.htm).
" %basic.atts;
stub %yesorno; #IMPLIED ">
<!ENTITY % tbl.row.att " %basic.atts; ">
+<!-- nested tables are supported -->
<!ENTITY % tbl.entry.mdl " (%body.elements;)* ">
<!ENTITY % tbl.entry.att
" %basic.atts;