[html5] r5619 - [e] (0) remove unexpected damage in yesterday's checkin (no idea what happened - [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 13 11:45:04 PDT 2010


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

Modified:
   index
Log:
[e] (0) remove unexpected damage in yesterday's checkin (no idea what happened - disk corruption?)

Modified: index
===================================================================
--- index	2010-10-13 10:11:50 UTC (rev 5618)
+++ index	2010-10-13 18:45:03 UTC (rev 5619)
@@ -52853,19 +52853,154 @@
 
   <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
-  RelExtenue. If a keyword is added with
+  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
     the "proposed" status and found to be harmful, then it should be
-    changed to "discontinued" status.</a></p>
+    changed to "discontinued" status.</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