diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2006-11-18 21:39:58 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2006-11-18 21:39:58 +0000 |
| commit | 3f0ae6f31dfbac76fc991a5a027759331d4c6b49 (patch) | |
| tree | 6c6178b8165ea2180e8bbbfbbca5d4f29a1b3241 | |
| parent | 35e54306995fd5e21e16ee68e815393845522c91 (diff) | |
| download | halibut-3f0ae6f31dfbac76fc991a5a027759331d4c6b49.zip halibut-3f0ae6f31dfbac76fc991a5a027759331d4c6b49.tar.gz halibut-3f0ae6f31dfbac76fc991a5a027759331d4c6b49.tar.bz2 halibut-3f0ae6f31dfbac76fc991a5a027759331d4c6b49.tar.xz | |
Explicitly explain the meaning of each HTML variant.
[originally from svn r6913]
| -rw-r--r-- | doc/output.but | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/doc/output.but b/doc/output.but index 4df4502..9f4e1d9 100644 --- a/doc/output.but +++ b/doc/output.but @@ -704,20 +704,30 @@ directive (see \k{output-text-characters}). \dd Identifies the precise version of HTML that is output. This affects the declaration within the HTML, and also has minor effects on -the body of the HTML so that it is valid for the declare version. The +the body of the HTML so that it is valid for the declared version. The available variants are: \lcont{ -\b \cw{html3.2} +\dt \cw{html3.2} -\b \cw{html4} +\dd W3C HTML 3.2 -\b \cw{iso-html} +\dt \cw{html4} -\b \cw{xhtml1.0transitional} +\dd W3C HTML 4.01 Strict -\b \cw{xhtml1.0strict} +\dt \cw{iso-html} + +\dd ISO/IEC 15445:2000 + +\dt \cw{xhtml1.0transitional} + +\dd W3C XHTML 1.0 Transitional + +\dt \cw{xhtml1.0strict} + +\dd W3C XHTML 1.0 Strict } |