- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Jan 2010 10:17:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv10872/elements
Modified Files:
i.html img.html input.button.html input.checkbox.html
input.color.html input.date.html input.datetime-local.html
input.datetime.html input.email.html input.file.html
Log Message:
prose model
Index: input.email.html
===================================================================
RCS file: /sources/public/html5/markup/elements/input.email.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- input.email.html 13 Feb 2009 12:07:29 -0000 1.2
+++ input.email.html 29 Jan 2010 10:17:09 -0000 1.3
@@ -8,6 +8,7 @@
a control for editing a list of e-mail addresses given in the
element’s value.</p>
</div>
+ <div id="prose-model">Empty</div>
<div id="attributes">
<dl>
<dt id="input.email.attrs.type">type</dt>
Index: input.datetime.html
===================================================================
RCS file: /sources/public/html5/markup/elements/input.datetime.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- input.datetime.html 13 Feb 2009 12:07:29 -0000 1.2
+++ input.datetime.html 29 Jan 2010 10:17:09 -0000 1.3
@@ -9,6 +9,7 @@
representing a global date and time (with timezone
information).</p>
</div>
+ <div id="prose-model">Empty</div>
<div id="attributes">
<dl>
<dt id="input.datetime.attrs.type">type</dt>
Index: input.color.html
===================================================================
RCS file: /sources/public/html5/markup/elements/input.color.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- input.color.html 2 Jan 2009 17:31:44 -0000 1.1
+++ input.color.html 29 Jan 2010 10:17:09 -0000 1.2
@@ -7,6 +7,7 @@
a color-well control, for setting the element’s value to a
string representing a simple color.</p>
</div>
+ <div id="prose-model">Empty</div>
<div id="attributes">
<dl>
<dt id="input.color.attrs.type">type</dt>
Index: input.file.html
===================================================================
RCS file: /sources/public/html5/markup/elements/input.file.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- input.file.html 13 Feb 2009 12:07:29 -0000 1.2
+++ input.file.html 29 Jan 2010 10:17:10 -0000 1.3
@@ -9,6 +9,7 @@
name, a file type, and a file body (the contents of the
file).</p>
</div>
+ <div id="prose-model">Empty</div>
<div id="attributes">
<dl>
<dt id="input.file.attrs.type">type</dt>
Index: i.html
===================================================================
RCS file: /sources/public/html5/markup/elements/i.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- i.html 29 Jul 2009 07:19:25 -0000 1.5
+++ i.html 29 Jan 2010 10:17:09 -0000 1.6
@@ -7,6 +7,7 @@
offset from the normal prose (content whose typical
typographic presentation is italicized).</p>
</div>
+ <div id="prose-model">Phrasing content</div>
<div id="details">
<p>Some examples of spans that might use the i element include
a taxonomic designation, a technical term, an idiomatic phrase
Index: img.html
===================================================================
RCS file: /sources/public/html5/markup/elements/img.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- img.html 2 Aug 2009 07:07:46 -0000 1.7
+++ img.html 29 Jan 2010 10:17:09 -0000 1.8
@@ -5,6 +5,7 @@
<p>The <a href="#img" class="element">img</a> element
represents an image.</p>
</div>
+ <div id="prose-model">Empty</div>
<div id="attributes">
<dl>
<dt id="img.attrs.src">src</dt>
Index: input.checkbox.html
===================================================================
RCS file: /sources/public/html5/markup/elements/input.checkbox.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- input.checkbox.html 13 Feb 2009 12:07:29 -0000 1.2
+++ input.checkbox.html 29 Jan 2010 10:17:09 -0000 1.3
@@ -7,6 +7,7 @@
value is "<code>checkbox</code>" represents
a state or option that can be toggled.</p>
</div>
+ <div id="prose-model">Empty</div>
<div id="attributes">
<dl>
<dt id="input.checkbox.attrs.type">type</dt>
Index: input.button.html
===================================================================
RCS file: /sources/public/html5/markup/elements/input.button.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- input.button.html 13 Feb 2009 12:07:29 -0000 1.2
+++ input.button.html 29 Jan 2010 10:17:09 -0000 1.3
@@ -7,6 +7,7 @@
value is "<code>button</code>" represents a button with no
additional semantics.</p>
</div>
+ <div id="prose-model">Empty</div>
<div id="attributes">
<dl>
<dt id="input.button.attrs.type">type</dt>
Index: input.datetime-local.html
===================================================================
RCS file: /sources/public/html5/markup/elements/input.datetime-local.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- input.datetime-local.html 13 Feb 2009 12:07:29 -0000 1.2
+++ input.datetime-local.html 29 Jan 2010 10:17:09 -0000 1.3
@@ -9,6 +9,7 @@
representing a local date and time (with no timezone
information).</p>
</div>
+ <div id="prose-model">Empty</div>
<div id="attributes">
<dl>
<dt id="input.datetime-local.attrs.type">type</dt>
Index: input.date.html
===================================================================
RCS file: /sources/public/html5/markup/elements/input.date.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- input.date.html 13 Feb 2009 12:07:29 -0000 1.2
+++ input.date.html 29 Jan 2010 10:17:09 -0000 1.3
@@ -8,6 +8,7 @@
a control for setting the element’s value to a string
representing a date.</p>
</div>
+ <div id="prose-model">Empty</div>
<div id="attributes">
<dl>
<dt id="input.date.attrs.type">type</dt>
Received on Friday, 29 January 2010 10:17:13 UTC