Skip to content

Commit

Permalink
[e] (0) Correct confusion in example.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=19608
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7655 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 26, 2013
1 parent a433f40 commit b13ca08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -44538,8 +44538,8 @@ <h5 id=implementing-the-server-side-processing-for-a-form><span class=secno>4.10
<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>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -44538,8 +44538,8 @@ the cell that corresponds to the values of the two dice.
<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>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -52145,8 +52145,8 @@ the cell that corresponds to the values of the two dice.
<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>
Expand Down

0 comments on commit b13ca08

Please sign in to comment.