hixie: Clean up an orphan colon in author mode. (whatwg r3941)

hixie: Clean up an orphan colon in author mode. (whatwg r3941)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3102&r2=1.3103&f=h
http://html5.org/tools/web-apps-tracker?from=3940&to=3941

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3102
retrieving revision 1.3103
diff -u -d -r1.3102 -r1.3103
--- Overview.html 21 Sep 2009 23:25:09 -0000 1.3102
+++ Overview.html 21 Sep 2009 23:26:53 -0000 1.3103
@@ -14681,7 +14681,8 @@
    <p>(The <code>updateProgress()</code> method in this example would
    be called by some other code on the page to update the actual
    progress bar as the task progressed.)</p>
-  </div><p><strong class="impl">Author requirements</strong>: The <code title="attr-progress-max"><a href="#attr-progress-max">max</a></code> and <code title="attr-progress-value"><a href="#attr-progress-value">value</a></code> attributes, when present,
+  </div><p><span class="impl"><strong>Author requirements</strong>:</span>
+  The <code title="attr-progress-max"><a href="#attr-progress-max">max</a></code> and <code title="attr-progress-value"><a href="#attr-progress-value">value</a></code> attributes, when present,
   must have values that are <a href="#valid-floating-point-number" title="valid floating point
   number">valid floating point numbers</a>. The <code title="attr-progress-max"><a href="#attr-progress-max">max</a></code> attribute, if present, must
   have a value greater than zero. The <code title="attr-progress-value"><a href="#attr-progress-value">value</a></code> attribute, if present, must

Received on Monday, 21 September 2009 23:38:55 UTC