- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 01 Feb 2010 02:34:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv27127/elements
Modified Files:
map.html meta.charset.html meta.http-equiv.content-type.html
meta.name.html noscript.html script.html style.html
textarea.html title.html
Log Message:
checkpointing
Index: title.html
===================================================================
RCS file: /sources/public/html5/markup/elements/title.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- title.html 31 Jan 2010 06:11:04 -0000 1.5
+++ title.html 1 Feb 2010 02:34:55 -0000 1.6
@@ -7,7 +7,7 @@
</div>
<div id="prose-model">
<p>
- <a href="#replaceable-character-data">Replaceable character data</a>
+ <a href="#replaceable-character-data">replaceable character data</a>
</p>
</div>
</div>
Index: map.html
===================================================================
RCS file: /sources/public/html5/markup/elements/map.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- map.html 31 Jan 2010 06:11:03 -0000 1.5
+++ map.html 1 Feb 2010 02:34:54 -0000 1.6
@@ -13,13 +13,13 @@
<dd>A name by which the map can be referenced.</dd>
</dl>
</div>
- <div id="constraints">
- <p>If the
+ <ul id="constraints">
+ <li>If the
<a href="#common.attrs.id" class="attribute">id</a>
attribute and
<a id="map.attrs.name" class="attribute">name</a>
- attribute specified on the
+ attribute are both specified on the
<a href="#map" class="element">map</a>
- element, both attributes must have the same value.</p>
- </div>
+ element, both attributes must have the same value.</li>
+ </ul>
</div>
Index: meta.http-equiv.content-type.html
===================================================================
RCS file: /sources/public/html5/markup/elements/meta.http-equiv.content-type.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- meta.http-equiv.content-type.html 31 Jan 2010 06:11:03 -0000 1.4
+++ meta.http-equiv.content-type.html 1 Feb 2010 02:34:55 -0000 1.5
@@ -45,24 +45,24 @@
encoding name.</dd>
</dl>
</div>
- <div id="constraints">
- <p>A <a href="#meta" class="element">meta</a> element in the
+ <ul id="constraints">
+ <li>A <a href="#meta" class="element">meta</a> element in the
<a href="#encoding-declaration-state" >encoding declaration
state</a> may be used in a <a
href="#syntax-document-html">document in the HTML syntax</a>,
but it must not be used in a <a
- href="#syntax-document-xml">document in the XML syntax</a>.</p>
- <p>There must not be more than one <a href="#meta"
+ href="#syntax-document-xml">document in the XML syntax</a>.</li>
+ <li>There must not be more than one <a href="#meta"
class="element">meta</a> element in the <a
href="#encoding-declaration-state" >encoding declaration
- state</a> per document.</p>
- <p>If a document contains a
+ state</a> per document.</li>
+ <li>If a document contains a
<a href="#meta" class="element">meta</a>
element in the <a href="#encoding-declaration-state" >encoding
declaration state</a>,
then the document must not contain a <a href="#meta"
class="element">meta</a> element with a <a
href="#meta.charset.attrs.charset">charset</a>
- attribute.</p>
- </div>
+ attribute.</li>
+ </ul>
</div>
Index: meta.charset.html
===================================================================
RCS file: /sources/public/html5/markup/elements/meta.charset.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- meta.charset.html 31 Jan 2010 06:11:03 -0000 1.4
+++ meta.charset.html 1 Feb 2010 02:34:55 -0000 1.5
@@ -15,18 +15,18 @@
<dd>Specifies a character encoding name.</dd>
</dl>
</div>
- <div id="constraints">
- <p>There must not be more than one <a href="#meta"
+ <ul id="constraints">
+ <li>There must not be more than one <a href="#meta"
class="element">meta</a> element per document with a <a
href="#meta.charset.attrs.charset">charset</a>
- attribute.</p>
- <p>If a document contains a
+ attribute.</li>
+ <li>If a document contains a
<a href="#meta" class="element">meta</a>
element with a <a
href="#meta.charset.attrs.charset">charset</a>
attribute, then the document must not contain a <a
href="#meta" class="element">meta</a> element in the <a
href="#encoding-declaration-state">encoding declaration
- state</a>.</p>
- </div>
+ state</a>.</li>
+ </ul>
</div>
Index: textarea.html
===================================================================
RCS file: /sources/public/html5/markup/elements/textarea.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- textarea.html 31 Jan 2010 06:11:04 -0000 1.6
+++ textarea.html 1 Feb 2010 02:34:55 -0000 1.7
@@ -8,7 +8,7 @@
</div>
<div id="prose-model">
<p>
- <a href="#replaceable-character-data">Replaceable character data</a>
+ <a href="#replaceable-character-data">replaceable character data</a>
</p>
</div>
<div id="details">
Index: script.html
===================================================================
RCS file: /sources/public/html5/markup/elements/script.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- script.html 31 Jan 2010 06:11:04 -0000 1.10
+++ script.html 1 Feb 2010 02:34:55 -0000 1.11
@@ -3,11 +3,11 @@
<div id="shortdesc">embedded script</div>
<div id="longdesc">
<p>The <a href="#script" class="element">script</a> element
- dynamic script and data blocks to be included in documents.</p>
+ enables dynamic script and data blocks to be included in documents.</p>
</div>
<div id="prose-model">
<p>
- <a href="#non-replaceable-character-data">Non-replaceable character data</a>
+ <a href="#non-replaceable-character-data">non-replaceable character data</a>
</p>
</div>
<div id="attributes">
Index: style.html
===================================================================
RCS file: /sources/public/html5/markup/elements/style.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- style.html 31 Jan 2010 06:11:04 -0000 1.7
+++ style.html 1 Feb 2010 02:34:55 -0000 1.8
@@ -9,7 +9,7 @@
</div>
<div id="prose-model">
<p>
- <a href="#non-replaceable-character-data">Non-replaceable character data</a>
+ <a href="#non-replaceable-character-data">non-replaceable character data</a>
</p>
</div>
<div id="attributes">
Index: noscript.html
===================================================================
RCS file: /sources/public/html5/markup/elements/noscript.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- noscript.html 31 Jan 2010 06:11:04 -0000 1.5
+++ noscript.html 1 Feb 2010 02:34:55 -0000 1.6
@@ -8,13 +8,19 @@
parsed.</p>
</div>
<div id="prose-model">
- <p>In a
+ <p>If within a
<a href="#head" class="element">head</a>
- element</p>
- <p>
- <a href="#normal-character-data">Normal character data</a>
- <a href="#common.elem.phrasing">phrasing elements</a>
- </p>
+ element, in any order, zero or more
+ <a href="#link" class="element">link</a>
+ elements, zero or more
+ <a href="#meta" class="element">meta</a>
+ elements, and zero or more
+ <a href="#style" class="element">style</a>
+ elements.</p>
+ <p>If not within a
+ <a href="#head" class="element">head</a>
+ element,
+ <a href="#transparent">transparent</a>.</p>
</div>
<ul id="constraints">
<li>The <code><a href="#noscript">noscript</a></code> element
Index: meta.name.html
===================================================================
RCS file: /sources/public/html5/markup/elements/meta.name.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- meta.name.html 31 Jan 2010 06:11:03 -0000 1.4
+++ meta.name.html 1 Feb 2010 02:34:55 -0000 1.5
@@ -17,14 +17,14 @@
<dd>Specifies the value part of a name/value pair.</dd>
</dl>
</div>
- <div id="constraints">
- <p>The <a href="#meta.name.attrs.name">name</a> attribute
+ <ul id="constraints">
+ <li>The <a href="#meta.name.attrs.name">name</a> attribute
on the <a href="#meta" class="element">meta</a> element
must be either a <a href="#defined-metadata-name"
>defined metadata name</a> or a <a
- href="#registered-metadata-name" >registered metadata name</a>.</p>
- <p>A <dfn id="defined-metadata-name"
- >defined metadata name</dfn> is any of the following:</p>
+ href="#registered-metadata-name" >registered metadata name</a>.</li>
+ <li>A <dfn id="defined-metadata-name"
+ >defined metadata name</dfn> is any of the following:</li>
<dl>
<dt>description</dt>
<dd>When the <a href="#meta.name.attrs.name">name</a>
@@ -52,9 +52,9 @@
must be a string representing the name of the Web
application that the page represents.</dd>
</dl>
- <p>A <dfn id="registered-metadata-name" >registered metadata
+ <li>A <dfn id="registered-metadata-name" >registered metadata
name</dfn> is any metadata name registered in the central <a
href="http://wiki.whatwg.org/wiki/MetaExtensions"
- >MetaExtensions registration page</a>.</p>
- </div>
+ >MetaExtensions registration page</a>.</li>
+ </ul>
</div>
Received on Monday, 1 February 2010 02:35:00 UTC