Skip to content

Commit

Permalink
[] (0) Try to be a little looser in <output>'s definition.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=14379
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7356 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 15, 2012
1 parent 1dfc1ef commit 9c026e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -54455,7 +54455,7 @@ <h4 id=the-output-element><span class=secno>4.10.15 </span>The <dfn><code>output
};</pre>
</dd>
</dl><!--TOPIC:HTML--><p>The <code><a href=#the-output-element>output</a></code> element <a href=#represents>represents</a> the result of a
calculation.</p>
calculation or user action.</p>

<p>The <dfn id=attr-output-for title=attr-output-for><code>for</code></dfn> content
attribute allows an explicit relationship to be made between the
Expand Down Expand Up @@ -106350,6 +106350,7 @@ <h2 class=no-num id=references>References</h2><!--REFS-->
Rene Saarsoo,
Rene Stach,
Ric Hardacre,
Rich Clark,
Rich Doughty,
Richard Ishida,
Rigo Wenning,
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -54455,7 +54455,7 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme
};</pre>
</dd>
</dl><!--TOPIC:HTML--><p>The <code><a href=#the-output-element>output</a></code> element <a href=#represents>represents</a> the result of a
calculation.</p>
calculation or user action.</p>

<p>The <dfn id=attr-output-for title=attr-output-for><code>for</code></dfn> content
attribute allows an explicit relationship to be made between the
Expand Down Expand Up @@ -106350,6 +106350,7 @@ if (s = prompt('What is your name?')) {
Rene Saarsoo,
Rene Stach,
Ric Hardacre,
Rich Clark,
Rich Doughty,
Richard Ishida,
Rigo Wenning,
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -63501,7 +63501,7 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
</dl><!--TOPIC:HTML-->

<p>The <code>output</code> element <span>represents</span> the result of a
calculation.</p>
calculation or user action.</p>

<p>The <dfn title="attr-output-for"><code>for</code></dfn> content
attribute allows an explicit relationship to be made between the
Expand Down Expand Up @@ -124345,6 +124345,7 @@ if (s = prompt('What is your name?')) {
Rene Saarsoo,
Rene Stach,
Ric Hardacre,
Rich Clark,
Rich Doughty,
Richard Ishida,
Rigo Wenning,
Expand Down

0 comments on commit 9c026e1

Please sign in to comment.