- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Jul 2011 01:57:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv14684
Modified Files:
Overview.html common-input-element-attributes.html spec.html
spec.preprocessed.html
Log Message:
wording fix; internal comment (whatwg r6338)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.1518
retrieving revision 1.1519
diff -u -d -r1.1518 -r1.1519
--- Overview.html 29 Jul 2011 00:58:15 -0000 1.1518
+++ Overview.html 29 Jul 2011 01:56:57 -0000 1.1519
@@ -361,7 +361,7 @@
<dt>Editor:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.5065.</p>
+ This is revision 1.5066.</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1648
retrieving revision 1.1649
diff -u -d -r1.1648 -r1.1649
--- spec.html 29 Jul 2011 00:58:15 -0000 1.1648
+++ spec.html 29 Jul 2011 01:56:57 -0000 1.1649
@@ -362,7 +362,7 @@
<dt>Editor:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.5065.</p>
+ This is revision 1.5066.</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -18776,7 +18776,7 @@
important to the content, then simply using a <code><a href="#the-datalist-element" id="datalist_4">datalist</a></code>
element with children <code><a href="#the-option-element" id="option_6">option</a></code> elements is enough. To
prevent the values from being rendered in legacy user agents, they
- should be placed inside the <code title="attr-option-value"><a href="#attr-option-value" id="value_35">value</a></code> attribute instead of
+ need to be placed inside the <code title="attr-option-value"><a href="#attr-option-value" id="value_35">value</a></code> attribute instead of
inline.</p>
<pre><p>
Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.500
retrieving revision 1.501
diff -u -d -r1.500 -r1.501
--- spec.preprocessed.html 29 Jul 2011 00:58:23 -0000 1.500
+++ spec.preprocessed.html 29 Jul 2011 01:57:03 -0000 1.501
@@ -378,7 +378,7 @@
<dt>Editor:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.5065.</p>
+ This is revision 1.5066.</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -18589,7 +18589,7 @@
important to the content, then simply using a <code><a href="#the-datalist-element">datalist</a></code>
element with children <code><a href="#the-option-element">option</a></code> elements is enough. To
prevent the values from being rendered in legacy user agents, they
- should be placed inside the <code title="attr-option-value"><a href="#attr-option-value">value</a></code> attribute instead of
+ need to be placed inside the <code title="attr-option-value"><a href="#attr-option-value">value</a></code> attribute instead of
inline.</p>
<pre><p>
Index: common-input-element-attributes.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/common-input-element-attributes.html,v
retrieving revision 1.581
retrieving revision 1.582
diff -u -d -r1.581 -r1.582
--- common-input-element-attributes.html 28 Jul 2011 01:57:23 -0000 1.581
+++ common-input-element-attributes.html 29 Jul 2011 01:56:57 -0000 1.582
@@ -431,7 +431,7 @@
important to the content, then simply using a <code><a href="the-datalist-element.html#the-datalist-element" id="datalist_4">datalist</a></code>
element with children <code><a href="the-option-element.html#the-option-element" id="option_6">option</a></code> elements is enough. To
prevent the values from being rendered in legacy user agents, they
- should be placed inside the <code title="attr-option-value"><a href="the-option-element.html#attr-option-value" id="value_35">value</a></code> attribute instead of
+ need to be placed inside the <code title="attr-option-value"><a href="the-option-element.html#attr-option-value" id="value_35">value</a></code> attribute instead of
inline.</p>
<pre><p>
Received on Friday, 29 July 2011 01:57:07 UTC