- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 16 Aug 2009 10:53:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv28279/elements
Modified Files:
object.html thead.html
Log Message:
added explanations for all RNC symbols, and turned all instances of RNC symbols in element and attribute definitions into hyperlinks; filled out intros for a number of other sections that were missing them
Index: object.html
===================================================================
RCS file: /sources/public/html5/markup/elements/object.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- object.html 2 Aug 2009 07:07:46 -0000 1.8
+++ object.html 16 Aug 2009 10:53:45 -0000 1.9
@@ -29,7 +29,7 @@
<dt id="object.attrs.usemap">usemap</dt>
<dd>A <a href="#hash-name">hash-name reference</a> to a <a
href="#map">map</a> element with which to associate the
- image.</dd>
+ object.</dd>
</dl>
<dl>
<dt id="object.attrs.width">width</dt>
Index: thead.html
===================================================================
RCS file: /sources/public/html5/markup/elements/thead.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- thead.html 19 Feb 2009 03:00:11 -0000 1.4
+++ thead.html 16 Aug 2009 10:53:45 -0000 1.5
@@ -1,11 +1,12 @@
<div xmlns="http://www.w3.org/1999/xhtml">
<h4>The thead element</h4>
- <div id="shortdesc">table header row group</div>
+ <div id="shortdesc">table heading group</div>
<div id="longdesc">
<p>The <a href="#thead" class="element">thead</a> element
represents the block of rows that consist of the column labels
- (headers) for its parent <a href="#table"
- class="element">table</a> element.</p>
+ (headings) for its parent
+ <a href="#table" class="element">table</a>
+ element.</p>
</div>
<div id="tags">
<p>A <code><a href="#thead">thead</a></code> element must have
Received on Sunday, 16 August 2009 10:53:56 UTC