[html5] r6000 - [ac] (0) apply wg decision Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8793

whatwg at whatwg.org whatwg at whatwg.org
Tue Apr 12 17:31:13 PDT 2011


Author: ianh
Date: 2011-04-12 17:31:12 -0700 (Tue, 12 Apr 2011)
New Revision: 6000

Modified:
   complete.html
   index
   source
Log:
[ac] (0) apply wg decision
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8793

Modified: complete.html
===================================================================
--- complete.html	2011-04-13 00:06:21 UTC (rev 5999)
+++ complete.html	2011-04-13 00:31:12 UTC (rev 6000)
@@ -37149,11 +37149,14 @@
 
   <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>
   is given below.</p>
@@ -52982,13 +52985,17 @@
 
   <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>
 
@@ -53132,16 +53139,15 @@
 
   </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
@@ -53150,11 +53156,11 @@
 
   </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>
 
 
 
@@ -96899,6 +96905,9 @@
    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>

Modified: index
===================================================================
--- index	2011-04-13 00:06:21 UTC (rev 5999)
+++ index	2011-04-13 00:31:12 UTC (rev 6000)
@@ -37154,11 +37154,14 @@
 
   <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>
   is given below.</p>
@@ -52987,13 +52990,17 @@
 
   <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>
 
@@ -53137,16 +53144,15 @@
 
   </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
@@ -53155,11 +53161,11 @@
 
   </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>
 
 
 
@@ -93001,6 +93007,9 @@
    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>

Modified: source
===================================================================
--- source	2011-04-13 00:06:21 UTC (rev 5999)
+++ source	2011-04-13 00:31:12 UTC (rev 6000)
@@ -41237,11 +41237,14 @@
 
   <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
   href="#table-descriptions-techniques">provide such information</a>
@@ -59767,15 +59770,19 @@
 
   <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>
 
@@ -59936,16 +59943,16 @@
 
   <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
@@ -59955,12 +59962,12 @@
   </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>
 
 
 
@@ -110498,6 +110505,9 @@
    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




More information about the Commit-Watchers mailing list