[html5] r5618 - [e] (0) wd pub preparation

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 13 03:11:52 PDT 2010


Author: ianh
Date: 2010-10-13 03:11:50 -0700 (Wed, 13 Oct 2010)
New Revision: 5618

Modified:
   complete.html
   index
Log:
[e] (0) wd pub preparation

Modified: complete.html
===================================================================
--- complete.html	2010-10-12 21:44:22 UTC (rev 5617)
+++ complete.html	2010-10-13 10:11:50 UTC (rev 5618)
@@ -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 — 12 October 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 13 October 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>-->

Modified: index
===================================================================
--- index	2010-10-12 21:44:22 UTC (rev 5617)
+++ index	2010-10-13 10:11:50 UTC (rev 5618)
@@ -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 — 12 October 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 13 October 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>-->
@@ -52853,154 +52853,19 @@
 
   <p><span title=concept-rel-extensions>Extensions to the predefined
   set of link types</span> may be registered in the <a href=http://wiki.whatwg.org/wiki/RelExtensions>WHATWG Wiki
-  RelExtensions page</a>. <a href=#refsWHATWGWIKI>[WHATWGWIKI]</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>
-
-  <dl><dt>Keyword</dt>
-
-   <dd>
-
-    <p>The actual value being defined. The value should not be
-    confusingly similar to any other defined value (e.g. differing
-    only in case).</p>
-
-    <p>If the value contains a U+003A COLON character (:), it must
-    also be an <a href=#absolute-url>absolute URL</a>.</p>
-
-   </dd>
-
-
-   <dt>Effect on... <code><a href=#the-link-element>link</a></code></dt>
-
-   <dd>
-
-    <p>One of the following:</p>
-
-    <dl><dt>Not allowed</dt>
-
-     <dd>The keyword must not be specified on <code><a href=#the-link-element>link</a></code>
-     elements.</dd>
-
-     <dt>Hyperlink</dt>
-
-     <dd>The keyword may be specified on a <code><a href=#the-link-element>link</a></code> element;
-     it creates a <a href=#hyperlink>hyperlink</a>.</dd>
-
-     <dt>External Resource</dt>
-
-     <dd>The keyword may be specified on a <code><a href=#the-link-element>link</a></code> element;
-     it creates an <a href=#external-resource-link>external resource link</a>.</dd>
-
-    </dl></dd>
-
-
-   <dt>Effect on... <code><a href=#the-a-element>a</a></code> and <code><a href=#the-area-element>area</a></code></dt>
-
-   <dd>
-
-    <p>One of the following:</p>
-
-    <dl><dt>Not allowed</dt>
-
-     <dd>The keyword must not be specified on <code><a href=#the-a-element>a</a></code> and
-     <code><a href=#the-area-element>area</a></code> elements.</dd>
-
-     <dt>Hyperlink</dt>
-
-     <dd>The keyword may be specified on <code><a href=#the-a-element>a</a></code> and
-     <code><a href=#the-area-element>area</a></code> elements; it creates a
-     <a href=#hyperlink>hyperlink</a>.</dd>
-
-     <dt>External Resource</dt>
-
-     <dd>The keyword may be specified on a <code><a href=#the-a-element>a</a></code> and
-     <code><a href=#the-area-element>area</a></code> elements; it creates an <a href=#external-resource-link>external resource
-     link</a>.</dd>
-
-     <dt>Hyperlink Annotation</dt>
-
-     <dd>The keyword may be specified on a <code><a href=#the-a-element>a</a></code> and
-     <code><a href=#the-area-element>area</a></code> elements; it <a href=#hyperlink-annotation title="hyperlink
-     annotation">annotates</a> other <a href=#hyperlink title=hyperlink>hyperlinks</a> created by the element.</dd>
-
-    </dl></dd>
-
-
-   <dt>Brief description</dt>
-
-   <dd><p>A short non-normative description of what the keyword's
-   meaning is.</dd>
-
-
-   <dt>Specification</dt>
-
-   <dd><p>A link to a more detailed description of the keyword's
-   semantics and requirements. It could be another page on the Wiki,
-   or a link to an external page.</dd>
-
-
-   <dt>Synonyms</dt>
-
-   <dd><p>A list of other keyword values that have exactly the same
-   processing requirements. Authors should not use the values defined
-   to be synonyms, they are only intended to allow user agents to
-   support legacy content. Anyone may remove synonyms that are not
-   used in practice; only names that need to be processed as synonyms
-   for compatibility with legacy content are to be registered in this
-   way.</dd>
-
-
-   <dt>Status</dt>
-
-   <dd>
-
-    <p>One of the following:</p>
-
-    <dl><dt>Proposed</dt>
-
-     <dd>The keyword has not received wide peer review and
-     approval. Someone has proposed it and is, or soon will be, using
-     it.</dd>
-
-     <dt>Ratified</dt>
-
-     <dd>The keyword has received wide peer review and approval. It
-     has a specification that unambiguously defines how to handle
-     pages that use the keyword, including when they use it in
-     incorrect ways.</dd>
-
-     <dt>Discontinued</dt>
-
-     <dd>The keyword has received wide peer review and it has been
-     found wanting. Existing pages are using this keyword, but new
-     pages should avoid it. The "brief description" and
-     "specification" entries will give details of what authors should
-     use instead, if anything.</dd>
-
-    </dl><p>If a keyword is found to be redundant with existing values, it
-    should be removed and listed as a synonym for the existing
-    value.</p>
-
-    <p>If a keyword is registered in the "proposed" state for a
-    period of a month or more without being used or specified, then it
-    may be removed from the registry.</p>
-
-    <p>If a keyword is added with the "proposed" status and found to
-    be redundant with existing values, it should be removed and listed
-    as a synonym for the existing value. If a keyword is added with
+  RelExtenue. If a keyword is added with
     the "proposed" status and found to be harmful, then it should be
-    changed to "discontinued" status.</p>
+    changed to "discontinued" status.</a></p>
 
     <p>Anyone can change the status at any time, but should only do so
     in accordance with the definitions above.</p>
 
-   </dd>
+   
 
-  </dl><div class=impl>
+  
 
+  <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




More information about the Commit-Watchers mailing list