Skip to content

Commit

Permalink
[giow] (2) Change th.scope to be limited to known values.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5691 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 1, 2010
1 parent 6512da9 commit cda1c76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 30 November 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 1 December 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -35972,7 +35972,7 @@ <h4 id=the-th-element><span class=secno>4.9.10 </span>The <dfn><code>th</code></

<p>The <dfn id=dom-th-scope title=dom-th-scope><code>scope</code></dfn> IDL
attribute must <a href=#reflect>reflect</a> the content attribute of the
same name.</p>
same name, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>

</div>

Expand Down
4 changes: 2 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 30 November 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 1 December 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -35952,7 +35952,7 @@ the cell that corresponds to the values of the two dice.

<p>The <dfn id=dom-th-scope title=dom-th-scope><code>scope</code></dfn> IDL
attribute must <a href=#reflect>reflect</a> the content attribute of the
same name.</p>
same name, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>

</div>

Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -39848,7 +39848,7 @@ the cell that corresponds to the values of the two dice.

<p>The <dfn title="dom-th-scope"><code>scope</code></dfn> IDL
attribute must <span>reflect</span> the content attribute of the
same name.</p>
same name, <span>limited to only known values</span>.</p>

</div>

Expand Down

0 comments on commit cda1c76

Please sign in to comment.