Update of /cvsroot/docbook/defguide5/en/tools/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31514
Modified Files:
defguide.rnd
Log Message:
Updated with new attribute documentation
Index: defguide.rnd
===================================================================
RCS file: /cvsroot/docbook/defguide5/en/tools/lib/defguide.rnd,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -U2 -r1.3 -r1.4
--- defguide.rnd 13 Jan 2006 20:18:07 -0000 1.3
+++ defguide.rnd 16 Jan 2006 20:40:12 -0000 1.4
@@ -49,5 +49,11 @@
<div>
<db:refname>*:*</db:refname>
- <db:refpurpose>Any element from any namespace except the DocBook namespace</db:refpurpose>
+ <db:refpurpose>Any element from almost any namespace</db:refpurpose>
+ <define name="db._any.attribute">
+ <attribute>
+ <db:refpurpose>Any attribute including in any attribute in any namespace.</db:refpurpose>
+ <anyName/>
+ </attribute>
+ </define>
<define name="db._any">
[...8120 lines suppressed...]
</optional>
<optional>
- <attribute name="onkeypress"/>
+ <attribute name="onkeypress">
+ <db:refpurpose>Occurs when a key is pressed and released over an element.</db:refpurpose>
+ </attribute>
</optional>
<optional>
- <attribute name="onkeydown"/>
+ <attribute name="onkeydown">
+ <db:refpurpose>Occurs when a key is pressed down over an element.</db:refpurpose>
+ </attribute>
</optional>
<optional>
- <attribute name="onkeyup"/>
+ <attribute name="onkeyup">
+ <db:refpurpose>Occurs when a key is released over an element.</db:refpurpose>
+ </attribute>
</optional>
</interleave>
|