- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 21 Aug 2009 13:11:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv1085/src
Modified Files:
attributes.html terms.html
Log Message:
removed the cite attribute from <section> and <article>; also, normalized the descriptions of several IDREFS elements and added some details for the <time> element
Index: terms.html
===================================================================
RCS file: /sources/public/html5/markup/src/terms.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- terms.html 16 Aug 2009 10:57:36 -0000 1.12
+++ terms.html 21 Aug 2009 13:10:59 -0000 1.13
@@ -42,10 +42,6 @@
that are delimited by a set of matching
"<code>(</code>" and "<code>)</code>"
(parentheses) symbols.</dd>
- <dt><dfn id="identify">identify</dfn></dt>
- <dd>To <a href="#identify">identify</a> a particular element
- means to reference that element by means of its
- <a href="#common.attrs.id">id</a> attribute.</dd>
<dt><dfn id="html-producer"
title="html-producer">HTML producers</dfn></dt>
<dd>HTML authors (that is, people) and applications
Index: attributes.html
===================================================================
RCS file: /sources/public/html5/markup/src/attributes.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- attributes.html 4 Aug 2009 15:46:34 -0000 1.8
+++ attributes.html 21 Aug 2009 13:10:59 -0000 1.9
@@ -35,8 +35,7 @@
</dl>
<dl>
<dt id="common.attrs.contextmenu">contextmenu</dt>
- <dd><a href="#identify">Identifies</a>
- a
+ <dd>Identifies a
<a href="#menu" class="element">menu</a>
with which to associate the element as a
<dfn
@@ -141,7 +140,7 @@
</dl>
<dl>
<dt id="common-form.attrs.form">form</dt>
- <dd>A
+ <dd>Identifies a
<a href="#form" class="form">form</a>
with which to associate the element.</dd>
</dl>
@@ -172,7 +171,7 @@
</dl>
<dl>
<dt id="input.attrs.list">list</dt>
- <dd>Specifies a
+ <dd>Identifies a
<a href="#datalist" class="element">datalist</a>
with which to associate the element.</dd>
</dl>
Received on Friday, 21 August 2009 13:11:13 UTC