]> granicus.if.org Git - apache/commitdiff
add missing definition for the glossary and phonetic elements
authorAstrid Malo <kess@apache.org>
Sun, 28 Nov 2004 12:45:52 +0000 (12:45 +0000)
committerAstrid Malo <kess@apache.org>
Sun, 28 Nov 2004 12:45:52 +0000 (12:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106801 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/common.dtd

index ed13936eeaa43a2243abf92484e92ea4ed6f4161..8b9285a45b65f5b82e7e5287a8db785152295472 100644 (file)
@@ -171,3 +171,13 @@ program | img | cite | q | dfn | var | transnote | glossary | phonetic">
 <!-- The path and title of the parent document -->
 <!ELEMENT parentdocument (#PCDATA)>
 <!ATTLIST parentdocument href CDATA #REQUIRED >
+
+<!-- The glossary element defines a special case of link. The referenced
+     target is the name of an anchor within the glossary -->
+<!ELEMENT glossary %Inline;>
+<!ATTLIST glossary ref CDATA #REQUIRED>
+
+<!-- The phonetic element should be used only within the glossary. It
+     describes a pronounciation -->
+<!ELEMENT phonetic (#PCDATA)>
+