]> granicus.if.org Git - docbook-dsssl/commitdiff
Added additional ATTLIST declarations for role attributes on table elements.
authorNorman Walsh <ndw@nwalsh.com>
Fri, 24 May 2002 13:14:41 +0000 (13:14 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 24 May 2002 13:14:41 +0000 (13:14 +0000)
website/website.mod

index 2e4674c4d5e81060d5f671cf375ba3e6e86f2e7e..837b14fd28310d0430cf313c530d14cdcb9e6092 100644 (file)
 %forms.mod;
 ]]>
 
+<!-- Allow role attribute on table elements. It's an oversight that these are -->
+<!-- not allowed in the DocBook DTD. -->
+
+<!ATTLIST tgroup
+       role    CDATA   #IMPLIED
+>
+
+<!ATTLIST thead
+       role    CDATA   #IMPLIED
+>
+
+<!ATTLIST tbody
+       role    CDATA   #IMPLIED
+>
+
+<!ATTLIST tfoot
+       role    CDATA   #IMPLIED
+>
+
+<!ATTLIST row
+       role    CDATA   #IMPLIED
+>
+
+<!ATTLIST entry
+       role    CDATA   #IMPLIED
+>
+
+<!ATTLIST colspec
+       role    CDATA   #IMPLIED
+>
+
 <!-- End of Website Module V2.2 ........................................... -->
 <!-- ...................................................................... -->