[html5] r1181 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu Jan 31 14:32:05 PST 2008


Author: ianh
Date: 2008-01-31 14:31:54 -0800 (Thu, 31 Jan 2008)
New Revision: 1181

Modified:
   index
   source
Log:
[e] (0) switch things around so it's alphabetical

Modified: index
===================================================================
--- index	2008-01-31 22:26:14 UTC (rev 1180)
+++ index	2008-01-31 22:31:54 UTC (rev 1181)
@@ -7613,15 +7613,15 @@
       
 
     <tr>
-     <td><a href="#refresh" title=attr-meta-http-equiv-refresh>Refresh</a>
-
-     <td><code title="">refresh</code> <!--     <td>-->
-
-    <tr>
      <td><a href="#default" title=attr-meta-http-equiv-default-style>Default
       style</a>
 
      <td><code title="">default-style</code> <!--     <td>-->
+
+    <tr>
+     <td><a href="#refresh" title=attr-meta-http-equiv-refresh>Refresh</a>
+
+     <td><code title="">refresh</code> <!--     <td>-->
   </table>
 
   <p>When a <code><a href="#meta0">meta</a></code> element is inserted into
@@ -7631,6 +7631,50 @@
    algorithm appropriate for that state, as described in the following list:
 
   <dl>
+   <dt><dfn id=content-type4
+    title=attr-meta-http-equiv-content-type>Content-Type</dfn>
+
+   <dd>
+    <p>The <a href="#content-type4"
+     title=attr-meta-http-equiv-content-type>Content-Type state's</a>
+     requirements are all handled by the parsing section of the
+     specification. The state is just an alternative form of setting the
+     <code title=meta-charset>charset</code> attribute: it is <a
+     href="#charset">a character encoding declaration</a>.</p>
+
+    <p>For <code><a href="#meta0">meta</a></code> elements in the <a
+     href="#content-type4"
+     title=attr-meta-http-equiv-content-type>Content-Type state</a>, the
+     <code title=attr-meta-content><a href="#content0">content</a></code>
+     attribute must have a value consisting either of the literal string
+     "<code title="">text/html;</code>", followed by a single U+0020 SPACE
+     character, followed by the literal string "<code
+     title="">charset=</code>", followed by the character encoding name of <a
+     href="#charset">the character encoding declaration</a>.</p>
+
+    <p>If the document contains a <code><a href="#meta0">meta</a></code>
+     element in the <a href="#content-type4"
+     title=attr-meta-http-equiv-content-type>Content-Type state</a> then that
+     element must be the first element in the document's <code><a
+     href="#head">head</a></code> element, and the document must not contain
+     a <code><a href="#meta0">meta</a></code> element with the <code
+     title=attr-meta-charset><a href="#charset0">charset</a></code> attribute
+     present.</p>
+
+    <p>The <a href="#content-type4"
+     title=attr-meta-http-equiv-content-type>Content-Type state</a> may be
+     used in <a href="#html5" title=HTML5>HTML documents</a> only, elements
+     in that state must not be used in <a href="#xhtml5" title=XHTML>XML
+     documents</a>.</p>
+
+   <dt><dfn id=default title=attr-meta-http-equiv-default-style>Default style
+    state</dfn>
+
+   <dd>
+    <ol>
+     <li class=big-issue>...
+    </ol>
+
    <dt><dfn id=refresh title=attr-meta-http-equiv-refresh>Refresh state</dfn>
     
 
@@ -7768,56 +7812,6 @@
      the page is to be reloaded; in the latter case the integer represents a
      number of seconds before the page is to be replaced by the page at the
      given URI.</p>
-
-   <dd>
-
-   <dt><dfn id=default title=attr-meta-http-equiv-default-style>Default style
-    state</dfn>
-
-   <dd>
-    <ol>
-     <li class=big-issue>...
-    </ol>
-
-   <dd>
-
-   <dt><dfn id=content-type4
-    title=attr-meta-http-equiv-content-type>Content-Type</dfn>
-
-   <dd>
-    <p>The <a href="#content-type4"
-     title=attr-meta-http-equiv-content-type>Content-Type state's</a>
-     requirements are all handled by the parsing section of the
-     specification. The state is just an alternative form of setting the
-     <code title=meta-charset>charset</code> attribute: it is <a
-     href="#charset">a character encoding declaration</a>.</p>
-
-    <p>For <code><a href="#meta0">meta</a></code> elements in the <a
-     href="#content-type4"
-     title=attr-meta-http-equiv-content-type>Content-Type state</a>, the
-     <code title=attr-meta-content><a href="#content0">content</a></code>
-     attribute must have a value consisting either of the literal string
-     "<code title="">text/html;</code>", followed by a single U+0020 SPACE
-     character, followed by the literal string "<code
-     title="">charset=</code>", followed by the character encoding name of <a
-     href="#charset">the character encoding declaration</a>.</p>
-
-    <p>If the document contains a <code><a href="#meta0">meta</a></code>
-     element in the <a href="#content-type4"
-     title=attr-meta-http-equiv-content-type>Content-Type state</a> then that
-     element must be the first element in the document's <code><a
-     href="#head">head</a></code> element, and the document must not contain
-     a <code><a href="#meta0">meta</a></code> element with the <code
-     title=attr-meta-charset><a href="#charset0">charset</a></code> attribute
-     present.</p>
-
-    <p>The <a href="#content-type4"
-     title=attr-meta-http-equiv-content-type>Content-Type state</a> may be
-     used in <a href="#html5" title=HTML5>HTML documents</a> only, elements
-     in that state must not be used in <a href="#xhtml5" title=XHTML>XML
-     documents</a>.</p>
-
-   <dd>
   </dl>
 
   <p>There must not be more than one <code><a href="#meta0">meta</a></code>

Modified: source
===================================================================
--- source	2008-01-31 22:26:14 UTC (rev 1180)
+++ source	2008-01-31 22:31:54 UTC (rev 1181)
@@ -6088,13 +6088,13 @@
      <td>Non-conforming
 -->
     <tr>
+     <td><span title="attr-meta-http-equiv-default-style">Default style</span>
+     <td><code title="">default-style</code>
+<!--     <td>-->
+    <tr>
      <td><span title="attr-meta-http-equiv-refresh">Refresh</span>
      <td><code title="">refresh</code>
 <!--     <td>-->
-    <tr>
-     <td><span title="attr-meta-http-equiv-default-style">Default style</span>
-     <td><code title="">default-style</code>
-<!--     <td>-->
   </table>
 
   <p>When a <code>meta</code> element is inserted into the document,
@@ -6105,6 +6105,53 @@
 
   <dl>
 
+   <dt><dfn title="attr-meta-http-equiv-content-type">Content-Type</dfn>
+
+   <dd>
+
+    <p>The <span
+    title="attr-meta-http-equiv-content-type">Content-Type
+    state's</span> requirements are all handled by the parsing section
+    of the specification. The state is just an alternative form of
+    setting the <code title="meta-charset">charset</code> attribute:
+    it is <a href="#charset">a character encoding declaration</a>.</p>
+
+    <p>For <code>meta</code> elements in the <span
+    title="attr-meta-http-equiv-content-type">Content-Type
+    state</span>, the <code title="attr-meta-content">content</code>
+    attribute must have a value consisting either of the literal
+    string "<code title="">text/html;</code>", followed by a single
+    U+0020 SPACE character, followed by the literal string "<code
+    title="">charset=</code>", followed by the character encoding name
+    of <a href="#charset">the character encoding declaration</a>.</p>
+
+    <p>If the document contains a <code>meta</code> element in the
+    <span title="attr-meta-http-equiv-content-type">Content-Type
+    state</span> then that element must be the first element in the
+    document's <code>head</code> element, and the document must not
+    contain a <code>meta</code> element with the <code
+    title="attr-meta-charset">charset</code> attribute present.</p>
+
+    <p>The <span
+    title="attr-meta-http-equiv-content-type">Content-Type
+    state</span> may be used in <span title="HTML5">HTML
+    documents</span> only, elements in that state must not be used in
+    <span title="XHTML">XML documents</span>.</p>
+
+   </dd>
+
+   <dt><dfn title="attr-meta-http-equiv-default-style">Default style state</dfn>
+
+   <dd>
+
+    <ol>
+
+     <li class="big-issue">...</li>
+
+    </ol>
+
+   </dd>
+
    <dt><dfn title="attr-meta-http-equiv-refresh">Refresh state</dfn>
 
    <dd>
@@ -6231,55 +6278,8 @@
     represents a number of seconds before the page is to be replaced
     by the page at the given URI.</p>
 
-   <dd>
+   </dd>
 
-   <dt><dfn title="attr-meta-http-equiv-default-style">Default style state</dfn>
-
-   <dd>
-
-    <ol>
-
-     <li class="big-issue">...</li>
-
-    </ol>
-
-   <dd>
-
-   <dt><dfn title="attr-meta-http-equiv-content-type">Content-Type</dfn>
-
-   <dd>
-
-    <p>The <span
-    title="attr-meta-http-equiv-content-type">Content-Type
-    state's</span> requirements are all handled by the parsing section
-    of the specification. The state is just an alternative form of
-    setting the <code title="meta-charset">charset</code> attribute:
-    it is <a href="#charset">a character encoding declaration</a>.</p>
-
-    <p>For <code>meta</code> elements in the <span
-    title="attr-meta-http-equiv-content-type">Content-Type
-    state</span>, the <code title="attr-meta-content">content</code>
-    attribute must have a value consisting either of the literal
-    string "<code title="">text/html;</code>", followed by a single
-    U+0020 SPACE character, followed by the literal string "<code
-    title="">charset=</code>", followed by the character encoding name
-    of <a href="#charset">the character encoding declaration</a>.</p>
-
-    <p>If the document contains a <code>meta</code> element in the
-    <span title="attr-meta-http-equiv-content-type">Content-Type
-    state</span> then that element must be the first element in the
-    document's <code>head</code> element, and the document must not
-    contain a <code>meta</code> element with the <code
-    title="attr-meta-charset">charset</code> attribute present.</p>
-
-    <p>The <span
-    title="attr-meta-http-equiv-content-type">Content-Type
-    state</span> may be used in <span title="HTML5">HTML
-    documents</span> only, elements in that state must not be used in
-    <span title="XHTML">XML documents</span>.</p>
-
-   <dd>
-
   </dl>
 
   <p>There must not be more than one <code>meta</code> element with




More information about the Commit-Watchers mailing list