Skip to content

Commit

Permalink
[ac] (0) apply wg decision
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8793

git-svn-id: http://svn.whatwg.org/webapps@6000 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 13, 2011
1 parent 7d36a2f commit 71ac10b
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 74 deletions.
57 changes: 33 additions & 24 deletions complete.html
Expand Up @@ -37149,10 +37149,13 @@ <h4 id=the-table-element><span class=secno>4.9.1 </span>The <dfn><code>table</co

<p>Tables have rows, columns, and cells given by their descendants.
The rows and columns form a grid; a table's cells must completely
cover that grid without overlap. <span class="impl note">Precise
rules for determining whether this conformance requirement is met
are described in the description of the <a href=#table-model>table
model</a>.</span></p>
cover that grid without overlap.</p>

<div class=impl>
<p class=note>Precise rules for determining whether this
conformance requirement is met are described in the description of
the <a href=#table-model>table model</a>.</p>
</div>

<p>Authors are encouraged to provide information describing how to
interpret complex tables. Guidance on how <a href=#table-descriptions-techniques>provide such information</a>
Expand Down Expand Up @@ -52982,13 +52985,17 @@ <h6 id=link-type-prev><span class=secno>4.12.4.16.2 </span>Link type "<dfn title

<h5 id=other-link-types><span class=secno>4.12.4.17 </span>Other link types</h5>

<!-- XXX should update this section to more closely match the wiki -->
<!-- possibly also applying the principles described here:
http://lists.w3.org/Archives/Public/public-html/2011Mar/0497.html
-->

<p><dfn id=concept-rel-extensions title=concept-rel-extensions>Extensions to the predefined
set of link types</dfn> may be registered in the <a href=http://wiki.whatwg.org/wiki/RelExtensions>WHATWG Wiki
RelExtensions page</a>. <a href=#refsWHATWGWIKI>[WHATWGWIKI]</a></p>
set of link types</dfn> may be registered in the <a href=http://microformats.org/wiki/existing-rel-values>Microformats wiki existing-rel-values page</a>. <a href=#refsMFREL>[MFREL]</a></p>

<p>Anyone is free to edit the WHATWG Wiki RelExtensions page at any
time to add a type. Extension types must be specified with the
following information:</p>
<p>Anyone is free to edit the <span title="">Microformats wiki
existing-rel-values page</span> at any time to add a type. Extension
types must be specified with the following information:</p>

<dl><dt>Keyword</dt>

Expand Down Expand Up @@ -53132,16 +53139,15 @@ <h5 id=other-link-types><span class=secno>4.12.4.17 </span>Other link types</h5>

</dl><div class=impl>

<p>Conformance checkers must use the information given on the WHATWG
Wiki RelExtensions page to establish if a value is allowed or not:
values defined in this specification or marked as "proposed" or
"ratified" must be accepted when used on the elements for which they
apply as described in the "Effect on..." field, whereas values
marked as "discontinued" or not listed in either this specification
or on the aforementioned page must be rejected as invalid.
Conformance checkers may cache this information (e.g. for
performance reasons or to avoid the use of unreliable network
connectivity).</p>
<p>Conformance checkers must use the information given on the <span title="">Microformats wiki existing-rel-values page</span> to
establish if a value is allowed or not: values defined in this
specification or marked as "proposed" or "ratified" must be accepted
when used on the elements for which they apply as described in the
"Effect on..." field, whereas values marked as "discontinued" or not
listed in either this specification or on the aforementioned page
must be rejected as invalid. Conformance checkers may cache this
information (e.g. for performance reasons or to avoid the use of
unreliable network connectivity).</p>

<p>When an author uses a new type not defined by either this
specification or the Wiki page, conformance checkers should offer to
Expand All @@ -53150,11 +53156,11 @@ <h5 id=other-link-types><span class=secno>4.12.4.17 </span>Other link types</h5>

</div>

<p>Types defined as extensions in the <a href=http://wiki.whatwg.org/wiki/RelExtensions>WHATWG Wiki
RelExtensions page</a> with the status "proposed" or "ratified" may
be used with the <code title="">rel</code> attribute on
<code><a href=#the-link-element>link</a></code>, <code><a href=#the-a-element>a</a></code>, and <code><a href=#the-area-element>area</a></code> elements in
accordance to the "Effect on..." field. <a href=#refsWHATWGWIKI>[WHATWGWIKI]</a></p>
<p>Types defined as extensions in the <a href=http://microformats.org/wiki/existing-rel-values>Microformats
wiki existing-rel-values page</a> with the status "proposed" or
"ratified" may be used with the <code title="">rel</code> attribute
on <code><a href=#the-link-element>link</a></code>, <code><a href=#the-a-element>a</a></code>, and <code><a href=#the-area-element>area</a></code> elements
in accordance to the "Effect on..." field. <a href=#refsMFREL>[MFREL]</a></p>



Expand Down Expand Up @@ -96899,6 +96905,9 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Fragments URI</a></cite>, R. Troncy, E. Mannens, S. Pfeiffer, D.
Van Deursen. W3C.</dd>

<dt id=refsMFREL>[MFREL]</dt>
<dd><cite><a href=http://microformats.org/wiki/existing-rel-values>Microformats Wiki: existing rel values</a></cite>. Microformats.</dd>

<dt id=refsMIMESNIFF>[MIMESNIFF]</dt>
<dd><cite><a href=http://tools.ietf.org/html/draft-abarth-mime-sniff>Media
Type Sniffing</a></cite>, A. Barth, I. Hickson. IETF.</dd>
Expand Down
57 changes: 33 additions & 24 deletions index
Expand Up @@ -37154,10 +37154,13 @@ function AddCloud(data, x, y) { ... }</pre>

<p>Tables have rows, columns, and cells given by their descendants.
The rows and columns form a grid; a table's cells must completely
cover that grid without overlap. <span class="impl note">Precise
rules for determining whether this conformance requirement is met
are described in the description of the <a href=#table-model>table
model</a>.</span></p>
cover that grid without overlap.</p>

<div class=impl>
<p class=note>Precise rules for determining whether this
conformance requirement is met are described in the description of
the <a href=#table-model>table model</a>.</p>
</div>

<p>Authors are encouraged to provide information describing how to
interpret complex tables. Guidance on how <a href=#table-descriptions-techniques>provide such information</a>
Expand Down Expand Up @@ -52987,13 +52990,17 @@ fur

<h5 id=other-link-types><span class=secno>4.12.4.17 </span>Other link types</h5>

<!-- XXX should update this section to more closely match the wiki -->
<!-- possibly also applying the principles described here:
http://lists.w3.org/Archives/Public/public-html/2011Mar/0497.html
-->

<p><dfn id=concept-rel-extensions title=concept-rel-extensions>Extensions to the predefined
set of link types</dfn> may be registered in the <a href=http://wiki.whatwg.org/wiki/RelExtensions>WHATWG Wiki
RelExtensions page</a>. <a href=#refsWHATWGWIKI>[WHATWGWIKI]</a></p>
set of link types</dfn> may be registered in the <a href=http://microformats.org/wiki/existing-rel-values>Microformats wiki existing-rel-values page</a>. <a href=#refsMFREL>[MFREL]</a></p>

<p>Anyone is free to edit the WHATWG Wiki RelExtensions page at any
time to add a type. Extension types must be specified with the
following information:</p>
<p>Anyone is free to edit the <span title="">Microformats wiki
existing-rel-values page</span> at any time to add a type. Extension
types must be specified with the following information:</p>

<dl><dt>Keyword</dt>

Expand Down Expand Up @@ -53137,16 +53144,15 @@ fur

</dl><div class=impl>

<p>Conformance checkers must use the information given on the WHATWG
Wiki RelExtensions page to establish if a value is allowed or not:
values defined in this specification or marked as "proposed" or
"ratified" must be accepted when used on the elements for which they
apply as described in the "Effect on..." field, whereas values
marked as "discontinued" or not listed in either this specification
or on the aforementioned page must be rejected as invalid.
Conformance checkers may cache this information (e.g. for
performance reasons or to avoid the use of unreliable network
connectivity).</p>
<p>Conformance checkers must use the information given on the <span title="">Microformats wiki existing-rel-values page</span> to
establish if a value is allowed or not: values defined in this
specification or marked as "proposed" or "ratified" must be accepted
when used on the elements for which they apply as described in the
"Effect on..." field, whereas values marked as "discontinued" or not
listed in either this specification or on the aforementioned page
must be rejected as invalid. Conformance checkers may cache this
information (e.g. for performance reasons or to avoid the use of
unreliable network connectivity).</p>

<p>When an author uses a new type not defined by either this
specification or the Wiki page, conformance checkers should offer to
Expand All @@ -53155,11 +53161,11 @@ fur

</div>

<p>Types defined as extensions in the <a href=http://wiki.whatwg.org/wiki/RelExtensions>WHATWG Wiki
RelExtensions page</a> with the status "proposed" or "ratified" may
be used with the <code title="">rel</code> attribute on
<code><a href=#the-link-element>link</a></code>, <code><a href=#the-a-element>a</a></code>, and <code><a href=#the-area-element>area</a></code> elements in
accordance to the "Effect on..." field. <a href=#refsWHATWGWIKI>[WHATWGWIKI]</a></p>
<p>Types defined as extensions in the <a href=http://microformats.org/wiki/existing-rel-values>Microformats
wiki existing-rel-values page</a> with the status "proposed" or
"ratified" may be used with the <code title="">rel</code> attribute
on <code><a href=#the-link-element>link</a></code>, <code><a href=#the-a-element>a</a></code>, and <code><a href=#the-area-element>area</a></code> elements
in accordance to the "Effect on..." field. <a href=#refsMFREL>[MFREL]</a></p>



Expand Down Expand Up @@ -93001,6 +93007,9 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Fragments URI</a></cite>, R. Troncy, E. Mannens, S. Pfeiffer, D.
Van Deursen. W3C.</dd>

<dt id=refsMFREL>[MFREL]</dt>
<dd><cite><a href=http://microformats.org/wiki/existing-rel-values>Microformats Wiki: existing rel values</a></cite>. Microformats.</dd>

<dt id=refsMIMESNIFF>[MIMESNIFF]</dt>
<dd><cite><a href=http://tools.ietf.org/html/draft-abarth-mime-sniff>Media
Type Sniffing</a></cite>, A. Barth, I. Hickson. IETF.</dd>
Expand Down
62 changes: 36 additions & 26 deletions source
Expand Up @@ -41237,10 +41237,13 @@ function AddCloud(data, x, y) { ... }</pre>

<p>Tables have rows, columns, and cells given by their descendants.
The rows and columns form a grid; a table's cells must completely
cover that grid without overlap. <span class="impl note">Precise
rules for determining whether this conformance requirement is met
are described in the description of the <span>table
model</span>.</span></p>
cover that grid without overlap.</p>

<div class="impl">
<p class="note">Precise rules for determining whether this
conformance requirement is met are described in the description of
the <span>table model</span>.</p>
</div>

<p>Authors are encouraged to provide information describing how to
interpret complex tables. Guidance on how <a
Expand Down Expand Up @@ -59767,15 +59770,19 @@ fur

<h5>Other link types</h5>

<!-- XXX should update this section to more closely match the wiki -->
<!-- possibly also applying the principles described here:
http://lists.w3.org/Archives/Public/public-html/2011Mar/0497.html
-->

<p><dfn title="concept-rel-extensions">Extensions to the predefined
set of link types</dfn> may be registered in the <a
href="http://wiki.whatwg.org/wiki/RelExtensions">WHATWG Wiki
RelExtensions page</a>. <a
href="#refsWHATWGWIKI">[WHATWGWIKI]</a></p>
href="http://microformats.org/wiki/existing-rel-values">Microformats wiki existing-rel-values page</a>. <a
href="#refsMFREL">[MFREL]</a></p>

<p>Anyone is free to edit the WHATWG Wiki RelExtensions page at any
time to add a type. Extension types must be specified with the
following information:</p>
<p>Anyone is free to edit the <span title="">Microformats wiki
existing-rel-values page</span> at any time to add a type. Extension
types must be specified with the following information:</p>

<dl>

Expand Down Expand Up @@ -59936,16 +59943,16 @@ fur

<div class="impl">

<p>Conformance checkers must use the information given on the WHATWG
Wiki RelExtensions page to establish if a value is allowed or not:
values defined in this specification or marked as "proposed" or
"ratified" must be accepted when used on the elements for which they
apply as described in the "Effect on..." field, whereas values
marked as "discontinued" or not listed in either this specification
or on the aforementioned page must be rejected as invalid.
Conformance checkers may cache this information (e.g. for
performance reasons or to avoid the use of unreliable network
connectivity).</p>
<p>Conformance checkers must use the information given on the <span
title="">Microformats wiki existing-rel-values page</span> to
establish if a value is allowed or not: values defined in this
specification or marked as "proposed" or "ratified" must be accepted
when used on the elements for which they apply as described in the
"Effect on..." field, whereas values marked as "discontinued" or not
listed in either this specification or on the aforementioned page
must be rejected as invalid. Conformance checkers may cache this
information (e.g. for performance reasons or to avoid the use of
unreliable network connectivity).</p>

<p>When an author uses a new type not defined by either this
specification or the Wiki page, conformance checkers should offer to
Expand All @@ -59955,12 +59962,12 @@ fur
</div>

<p>Types defined as extensions in the <a
href="http://wiki.whatwg.org/wiki/RelExtensions">WHATWG Wiki
RelExtensions page</a> with the status "proposed" or "ratified" may
be used with the <code title="">rel</code> attribute on
<code>link</code>, <code>a</code>, and <code>area</code> elements in
accordance to the "Effect on..." field. <a
href="#refsWHATWGWIKI">[WHATWGWIKI]</a></p>
href="http://microformats.org/wiki/existing-rel-values">Microformats
wiki existing-rel-values page</a> with the status "proposed" or
"ratified" may be used with the <code title="">rel</code> attribute
on <code>link</code>, <code>a</code>, and <code>area</code> elements
in accordance to the "Effect on..." field. <a
href="#refsMFREL">[MFREL]</a></p>



Expand Down Expand Up @@ -110498,6 +110505,9 @@ interface <span>HTMLDocument</span> {
Fragments URI</a></cite>, R. Troncy, E. Mannens, S. Pfeiffer, D.
Van Deursen. W3C.</dd>

<dt id="refsMFREL">[MFREL]</dt>
<dd><cite><a href="http://microformats.org/wiki/existing-rel-values">Microformats Wiki: existing rel values</a></cite>. Microformats.</dd>

<dt id="refsMIMESNIFF">[MIMESNIFF]</dt>
<dd><cite><a
href="http://tools.ietf.org/html/draft-abarth-mime-sniff">Media
Expand Down

0 comments on commit 71ac10b

Please sign in to comment.