html5/spec common-input-element-attributes.html,1.52,1.53 spec.html,1.1578,1.1579

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13919

Modified Files:
	common-input-element-attributes.html spec.html 
Log Message:
wording fix; internal comment (whatwg r6338)

[updated by splitter]


Index: common-input-element-attributes.html
===================================================================
RCS file: /sources/public/html5/spec/common-input-element-attributes.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- common-input-element-attributes.html	28 Jul 2011 01:46:25 -0000	1.52
+++ common-input-element-attributes.html	29 Jul 2011 01:46:22 -0000	1.53
@@ -534,7 +534,7 @@
    important to the content, then simply using a <code><a href="the-button-element.html#the-datalist-element">datalist</a></code>
    element with children <code><a href="the-button-element.html#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="the-button-element.html#attr-option-value">value</a></code> attribute instead of
+   need to be placed inside the <code title="attr-option-value"><a href="the-button-element.html#attr-option-value">value</a></code> attribute instead of
    inline.</p>
 
    <pre>&lt;p&gt;

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1578
retrieving revision 1.1579
diff -u -d -r1.1578 -r1.1579
--- spec.html	29 Jul 2011 00:46:54 -0000	1.1578
+++ spec.html	29 Jul 2011 01:46:23 -0000	1.1579
@@ -349,7 +349,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5065.
+This is revision 1.5066.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Friday, 29 July 2011 01:46:30 UTC