HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/6338

SVNBugCommentTime (UTC)
6338wording fix; internal comment2011-07-29 01:41
Index: source
===================================================================
--- source	(revision 6337)
+++ source	(revision 6338)
@@ -52402,7 +52402,7 @@
    important to the content, then simply using a <code>datalist</code>
    element with children <code>option</code> elements is enough. To
    prevent the values from being rendered in legacy user agents, they
-   should be placed inside the <code
+   need to be placed inside the <code
    title="attr-option-value">value</code> attribute instead of
    inline.</p>
 
@@ -84536,7 +84536,7 @@
 
 <!--FIND-->
 
-  <h3>Text search APIs</h3>
+  <h3>Text search APIs</h3> <!-- window.find() -->
 
   <p class="critical">This legacy API is not very interoperably
   implemented, and has a number of design problems (such as having six

|