diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-09-04 16:53:11 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-09-04 16:53:11 +0000 |
| commit | 65489d79d1a8ec35ecde25e551ce089370cf2d2f (patch) | |
| tree | c5c0c0b68005f6c31e00287fb8e062c72e1a7b14 /docutils/docs | |
| parent | 37a23520737b748ee98a9417e2df49f788041d80 (diff) | |
| download | docutils-65489d79d1a8ec35ecde25e551ce089370cf2d2f.tar.gz | |
Documentation update.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8555 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs')
| -rw-r--r-- | docutils/docs/ref/doctree.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docutils/docs/ref/doctree.txt b/docutils/docs/ref/doctree.txt index 257621d86..6472674e3 100644 --- a/docutils/docs/ref/doctree.txt +++ b/docutils/docs/ref/doctree.txt @@ -2316,7 +2316,8 @@ Details ``footer`` elements may contain `body elements`_. :Analogues: - There are no direct analogies to ``footer`` in HTML or DocBook. + ``footer`` is analogous to the HTML5 "footer" element + There are no direct analogies to ``footer`` in HTML4 or DocBook. Equivalents are typically constructed from primitives and/or generated by the processing system. @@ -2396,7 +2397,8 @@ Details ``header`` elements may contain `body elements`_. :Analogues: - There are no direct analogies to ``header`` in HTML or DocBook. + ``header`` is analogous to the HTML5 "header" element + There are no direct analogies to ``header`` in HTML4 or DocBook. Equivalents are typically constructed from primitives and/or generated by the processing system. @@ -3665,8 +3667,8 @@ Details elements`_ as well as transition_, topic_, and sidebar_ elements. :Analogues: - ``section`` is analogous to DocBook recursive "section" elements, - and to HTML "div" elements combined with "h1" etc. title elements. + ``section`` is analogous to the recursive "section" elements in + DocBook and HTML5. Content Model |
