[html5] r7655 - [e] (0) Correct confusion in example. Fixing https://www.w3.org/Bugs/Public/show [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Jan 25 17:10:19 PST 2013


Author: ianh
Date: 2013-01-25 17:10:18 -0800 (Fri, 25 Jan 2013)
New Revision: 7655

Modified:
   complete.html
   index
   source
Log:
[e] (0) Correct confusion in example.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=19608
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-01-26 01:05:11 UTC (rev 7654)
+++ complete.html	2013-01-26 01:10:18 UTC (rev 7655)
@@ -44538,8 +44538,8 @@
    <dt><code title="">size</code></dt>
    <dd>The pizza size, either <code title="">small</code>, <code title="">medium</code>, or <code title="">large</code></dd>
 
-   <dt><code title="">toppings</code></dt>
-   <dd>The topping, specified once for each selected topping, with the allowed values being <code title="">bacon</code>, <code title="">cheese</code>, <code title="">onion</code>, and <code title="">mushroom</code></dd>
+   <dt><code title="">topping</code></dt>
+   <dd>A topping, specified once for each selected topping, with the allowed values being <code title="">bacon</code>, <code title="">cheese</code>, <code title="">onion</code>, and <code title="">mushroom</code></dd>
 
    <dt><code title="">delivery</code></dt>
    <dd>The requested delivery time</dd>

Modified: index
===================================================================
--- index	2013-01-26 01:05:11 UTC (rev 7654)
+++ index	2013-01-26 01:10:18 UTC (rev 7655)
@@ -44538,8 +44538,8 @@
    <dt><code title="">size</code></dt>
    <dd>The pizza size, either <code title="">small</code>, <code title="">medium</code>, or <code title="">large</code></dd>
 
-   <dt><code title="">toppings</code></dt>
-   <dd>The topping, specified once for each selected topping, with the allowed values being <code title="">bacon</code>, <code title="">cheese</code>, <code title="">onion</code>, and <code title="">mushroom</code></dd>
+   <dt><code title="">topping</code></dt>
+   <dd>A topping, specified once for each selected topping, with the allowed values being <code title="">bacon</code>, <code title="">cheese</code>, <code title="">onion</code>, and <code title="">mushroom</code></dd>
 
    <dt><code title="">delivery</code></dt>
    <dd>The requested delivery time</dd>

Modified: source
===================================================================
--- source	2013-01-26 01:05:11 UTC (rev 7654)
+++ source	2013-01-26 01:10:18 UTC (rev 7655)
@@ -52145,8 +52145,8 @@
    <dt><code title="">size</code></dt>
    <dd>The pizza size, either <code title="">small</code>, <code title="">medium</code>, or <code title="">large</code></dd>
 
-   <dt><code title="">toppings</code></dt>
-   <dd>The topping, specified once for each selected topping, with the allowed values being <code title="">bacon</code>, <code title="">cheese</code>, <code title="">onion</code>, and <code title="">mushroom</code></dd>
+   <dt><code title="">topping</code></dt>
+   <dd>A topping, specified once for each selected topping, with the allowed values being <code title="">bacon</code>, <code title="">cheese</code>, <code title="">onion</code>, and <code title="">mushroom</code></dd>
 
    <dt><code title="">delivery</code></dt>
    <dd>The requested delivery time</dd>




More information about the Commit-Watchers mailing list