- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 30 Jul 2010 10:34:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv6382/src
Modified Files:
attributes.html map-attributes.html
Log Message:
streamline the structure of the permitted-attributes sections, and put all attribute descriptions at point of use
Index: map-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/src/map-attributes.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- map-attributes.html 27 Jul 2010 09:23:47 -0000 1.9
+++ map-attributes.html 30 Jul 2010 10:34:16 -0000 1.10
@@ -523,6 +523,14 @@
<div>
<h2>global attributes</h2>
<ul>
+ <li>common.attrs</li>
+ <li>global-attributes</li>
+ </ul>
+ <ul>
+ <li>global-attributes</li>
+ <li>global-attributes</li>
+ </ul>
+ <ul>
<li>common.attrs.accesskey</li>
<li>the-accesskey-attribute</li>
</ul>
Index: attributes.html
===================================================================
RCS file: /sources/public/html5/markup/src/attributes.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- attributes.html 26 Jul 2010 04:06:26 -0000 1.22
+++ attributes.html 30 Jul 2010 10:34:16 -0000 1.23
@@ -176,7 +176,9 @@
</dl>
<dl>
<dt id="shared-form.attrs.formtarget" class="new">formtarget</dt>
- <dd>A browsing context or keyword that represents the target
+ <dd>A
+ <a href="#context">browsing context</a>
+ name or keyword that represents the target
of the control.</dd>
</dl>
<dl>
Received on Friday, 30 July 2010 10:34:20 UTC