vmassol 01/04/29 09:26:56
Modified: cactus/docs/framework/xdocs/dtd document-v10.dtd
Log:
added support for a 'nowrap' attribute for the TD tag
Revision Changes Path
1.2 +3 -1 jakarta-commons/cactus/docs/framework/xdocs/dtd/document-v10.dtd
Index: document-v10.dtd
===================================================================
RCS file:
/home/cvs/jakarta-commons/cactus/docs/framework/xdocs/dtd/document-v10.dtd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- document-v10.dtd 2001/04/09 11:52:33 1.1
+++ document-v10.dtd 2001/04/29 16:26:56 1.2
@@ -53,6 +53,7 @@
20000404 Removed the "role" attribute from common-xxx.att (SM)
20000606 Allowed nested markup tags (SM)
20000911 Allowed link tags inside markup (BL)
+ 20010429 Added a nowrap attribute to TR (VMA)
COPYRIGHT:
Copyright (c) 1999-2000 The Apache Software Foundation.
@@ -415,7 +416,8 @@
<!-- The table row description element -->
<!ELEMENT td (%content.mix;)*>
<!ATTLIST td %common.att;
- %cell.span;>
+ %cell.span;
+ nowrap CDATA #IMPLIED>
<!-- ==================================================== -->
<!-- Lists -->