HTML5 Tracker

Diff (omit for latest revision)
Filter

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

SVNBugCommentTime (UTC)
39477477Clarify what I meant by 'an ID /key/'.2009-09-22 00:07
Index: source
===================================================================
--- source	(revision 3946)
+++ source	(revision 3947)
@@ -5236,7 +5236,8 @@
    title="">name</code> attribute equal to <var title="">key</var>,
    or,</li>
 
-   <li>It is an element with an <span title="concept-id">ID</span> <var title="">key</var>.</li>
+   <li>It is an element with an <span title="concept-id">ID</span>
+   equal to <var title="">key</var>.</li>
 
   </ul>
 
@@ -5365,7 +5366,8 @@
      <code>object</code> elements with a <code title="">name</code>
      attribute equal to <var title="">key</var>, or,</li>
 
-     <li>elements with an <span title="concept-id">ID</span> <var title="">key</var>.</li>
+     <li>elements with an <span title="concept-id">ID</span> equal to
+     <var title="">key</var>.</li>
 
     </ul>
 

|