[html5] r3941 - [e] (0) Clean up an orphan colon in author mode. Fixing http://www.w3.org/Bugs/P [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 21 16:33:43 PDT 2009
Author: ianh
Date: 2009-09-21 16:33:43 -0700 (Mon, 21 Sep 2009)
New Revision: 3941
Modified:
index
source
Log:
[e] (0) Clean up an orphan colon in author mode.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7448
Modified: index
===================================================================
--- index 2009-09-21 23:31:59 UTC (rev 3940)
+++ index 2009-09-21 23:33:43 UTC (rev 3941)
@@ -16789,7 +16789,8 @@
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,
+ <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
Modified: source
===================================================================
--- source 2009-09-21 23:31:59 UTC (rev 3940)
+++ source 2009-09-21 23:33:43 UTC (rev 3941)
@@ -17905,8 +17905,8 @@
progress bar as the task progressed.)</p>
</div>
- <p><strong class="impl">Author requirements</strong>: The <code
- title="attr-progress-max">max</code> and <code
+ <p><span class="impl"><strong>Author requirements</strong>:</span>
+ The <code title="attr-progress-max">max</code> and <code
title="attr-progress-value">value</code> attributes, when present,
must have values that are <span title="valid floating point
number">valid floating point numbers</span>. The <code
More information about the Commit-Watchers
mailing list