- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 07 Feb 2010 11:54:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv31667/elements
Modified Files:
a.html area.html base.html form.html html.html li.html
meta.charset.html ol.html table.html
Log Message:
checkpointing
Index: html.html
===================================================================
RCS file: /sources/public/html5/markup/elements/html.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- html.html 29 Jan 2010 05:14:32 -0000 1.9
+++ html.html 7 Feb 2010 11:54:03 -0000 1.10
@@ -7,7 +7,7 @@
</div>
<div id="attributes">
<dl>
- <dt id="html.attrs.manifest">manifest</dt>
+ <dt id="html.attrs.manifest" class="new">manifest</dt>
<dd>The address of the document’s <dfn
id="manifest">application cache manifest</dfn> (which
controls caching of content for offline use).</dd>
Index: form.html
===================================================================
RCS file: /sources/public/html5/markup/elements/form.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- form.html 29 Jan 2010 04:11:58 -0000 1.5
+++ form.html 7 Feb 2010 11:54:03 -0000 1.6
@@ -35,7 +35,7 @@
later).</dd>
</dl>
<dl>
- <dt id="form.attrs.novalidate">novalidate</dt>
+ <dt id="form.attrs.novalidate" class="new">novalidate</dt>
<dd>Specifies that the element represents a form that is not
meant to be validated during form submission.</dd>
</dl>
Index: area.html
===================================================================
RCS file: /sources/public/html5/markup/elements/area.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- area.html 29 Jan 2010 02:30:51 -0000 1.8
+++ area.html 7 Feb 2010 11:54:03 -0000 1.9
@@ -24,13 +24,13 @@
<a href="#area" class="element">area</a>.</dd>
</dl>
<dl>
- <dt id="area.attrs.ping">ping</dt>
+ <dt id="area.attrs.ping" class="new">ping</dt>
<dd>A list of URLs to notify if a user follows the hyperlink
for this
<a href="#area" class="element">area</a>.</dd>
</dl>
<dl>
- <dt id="area.attrs.rel">rel</dt>
+ <dt id="area.attrs.rel" class="new">rel</dt>
<dd>A list of tokens that specify the relationship between
the document containing the
<a href="#area" class="element">area</a>
@@ -38,12 +38,12 @@
<a href="#area" class="element">area</a>.</dd>
</dl>
<dl>
- <dt id="area.attrs.media">media</dt>
+ <dt id="area.attrs.media" class="new">media</dt>
<dd>The media for which the destination of the hyperlink
was designed.</dd>
</dl>
<dl>
- <dt id="area.attrs.hreflang">hreflang</dt>
+ <dt id="area.attrs.hreflang" class="new">hreflang</dt>
<dd>The language of the destination of the hyperlink.</dd>
</dl>
<dl>
Index: meta.charset.html
===================================================================
RCS file: /sources/public/html5/markup/elements/meta.charset.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- meta.charset.html 3 Feb 2010 10:27:04 -0000 1.6
+++ meta.charset.html 7 Feb 2010 11:54:03 -0000 1.7
@@ -11,7 +11,7 @@
<div id="prose-model">Empty</div>
<div id="attributes">
<dl>
- <dt id="meta.charset.attrs.charset">charset</dt>
+ <dt id="meta.charset.attrs.charset" class="new">charset</dt>
<dd>Specifies a character encoding name.</dd>
</dl>
</div>
Index: li.html
===================================================================
RCS file: /sources/public/html5/markup/elements/li.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- li.html 1 Feb 2010 05:25:04 -0000 1.6
+++ li.html 7 Feb 2010 11:54:03 -0000 1.7
@@ -8,7 +8,7 @@
<div id="prose-model">Flow content</div>
<div id="attributes">
<dl>
- <dt id="oli.attrs.value">value</dt>
+ <dt id="oli.attrs.value" class="changed">value</dt>
<dd>The ordinal value of the list item.
<span class="attribute-constraint">Permitted only if the
<a href="#li" class="element">li</a>
@@ -16,6 +16,13 @@
<a href="#ol" class="element">ol</a>
element.</span>
</dd>
+ <dd class="note">The
+ <a href="#oli.attrs.value">value</a>
+ attribute on the
+ <a href="#li" class="element">li</a>
+ element was deprecated in a previous version of HTML,
+ but is no longer deprecated, as it has meaning and is not
+ simply presentational.</dd>
</dl>
</div>
<div id="tags">
Index: a.html
===================================================================
RCS file: /sources/public/html5/markup/elements/a.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- a.html 29 Jan 2010 02:30:51 -0000 1.13
+++ a.html 7 Feb 2010 11:54:02 -0000 1.14
@@ -20,13 +20,22 @@
>placeholder hyperlink</dfn>.</dd>
</dl>
<dl>
- <dt id="a.attrs.target">target</dt>
+ <dt id="a.attrs.target" class="changed">target</dt>
<dd>A name or keyword giving a
<a href="#context">browsing context</a> for UAs to use when
following the hyperlink.</dd>
+ <dd class="note">The
+ <a href="#a.attrs.target">target</a>
+ attribute on the
+ <a href="#a" class="element">a</a>
+ element was deprecated in a previous version of HTML,
+ but is no longer deprecated, as it useful in Web
+ applications, particularly in combination with the
+ <a href="#iframe" class="element">iframe</a>
+ element.</dd>
</dl>
<dl>
- <dt id="a.attrs.ping">ping</dt>
+ <dt id="a.attrs.ping" class="new">ping</dt>
<dd>A list of URLs to notify if a user follows the
hyperlink.</dd>
</dl>
@@ -37,7 +46,7 @@
indicated by the hyperlink.</dd>
</dl>
<dl>
- <dt id="a.attrs.media">media</dt>
+ <dt id="a.attrs.media" class="new">media</dt>
<dd>The media for which the destination of the hyperlink
was designed.</dd>
</dl>
Index: ol.html
===================================================================
RCS file: /sources/public/html5/markup/elements/ol.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ol.html 31 Jan 2010 06:11:04 -0000 1.6
+++ ol.html 7 Feb 2010 11:54:03 -0000 1.7
@@ -14,15 +14,22 @@
</div>
<div id="attributes">
<dl>
- <dt id="ol.attrs.reversed">reversed</dt>
+ <dt id="ol.attrs.reversed" class="new">reversed</dt>
<dd>If present, indicates that the list is a descending
list (…, 3, 2, 1).</dd>
<dd>If not present, indicates that the list is an ascending
list (1, 2, 3, …).</dd>
</dl>
<dl>
- <dt id="ol.attrs.start">start</dt>
+ <dt id="ol.attrs.start" class="changed">start</dt>
<dd>The ordinal value of the first list item.</dd>
+ <dd class="note">The
+ <a href="#ol.attrs.start">value</a>
+ attribute on the
+ <a href="#li" class="element">li</a>
+ element was deprecated in a previous version of HTML,
+ but is no longer deprecated, as it has meaning and is not
+ simply presentational.</dd>
</dl>
</div>
</div>
Index: table.html
===================================================================
RCS file: /sources/public/html5/markup/elements/table.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- table.html 31 Jan 2010 06:11:04 -0000 1.6
+++ table.html 7 Feb 2010 11:54:03 -0000 1.7
@@ -33,6 +33,7 @@
</div>
<div class="attributes">
<dl>
+ <!-- * <dt id="table.attrs.summary" class="obsolete">summary</dt> -->
<dt id="table.attrs.summary">summary</dt>
<dd>A prose description of the structure of the table.</dd>
</dl>
Index: base.html
===================================================================
RCS file: /sources/public/html5/markup/elements/base.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- base.html 1 Feb 2010 11:39:49 -0000 1.8
+++ base.html 7 Feb 2010 11:54:03 -0000 1.9
@@ -15,7 +15,7 @@
<dd>The base URL for the document.</dd>
</dl>
<dl>
- <dt id="base.attrs.target">target</dt>
+ <dt id="base.attrs.target" class="new">target</dt>
<dd>A <a href="#context">browsing context</a> name or
keyword for use in following hyperlinks.</dd>
</dl>
Received on Sunday, 7 February 2010 11:54:07 UTC