- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Jul 2011 01:42:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13500
Modified Files:
Overview.html
Log Message:
wording fix; internal comment (whatwg r6338)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5065
retrieving revision 1.5066
diff -u -d -r1.5065 -r1.5066
--- Overview.html 29 Jul 2011 00:26:49 -0000 1.5065
+++ Overview.html 29 Jul 2011 01:41:56 -0000 1.5066
@@ -35269,7 +35269,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>
Received on Friday, 29 July 2011 01:42:01 UTC