- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 21 Sep 2009 23:26:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1934
Modified Files:
Overview.html
Log Message:
Clean up an orphan colon in author mode. (whatwg r3941)
Index: Overview.html
===================================================================
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:27:06 UTC