[html5] r947 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jun 21 21:49:48 PDT 2007
Author: ianh
Date: 2007-06-21 21:47:17 -0700 (Thu, 21 Jun 2007)
New Revision: 947
Modified:
index
source
Log:
[e] (2) Move the 'permitted slash' definition up.
Modified: index
===================================================================
--- index 2007-06-22 04:08:52 UTC (rev 946)
+++ index 2007-06-22 04:47:17 UTC (rev 947)
@@ -33457,6 +33457,20 @@
<p>When an end tag token is emitted with attributes, that is a <a
href="#parse">parse error</a>.
+ <p>A <dfn id=permitted>permitted slash</dfn> is a U+002F SOLIDUS character
+ that is immediately followed by a U+003E GREATER-THAN SIGN, if, and only
+ if, the current token being processed is a start tag token whose tag name
+ is one of the following: <code><a href="#base">base</a></code>, <code><a
+ href="#link">link</a></code>, <code><a href="#meta0">meta</a></code>,
+ <code><a href="#hr">hr</a></code>, <code><a href="#br">br</a></code>,
+ <code><a href="#img">img</a></code>, <code><a
+ href="#embed">embed</a></code>, <code><a href="#param">param</a></code>,
+ <code><a href="#area">area</a></code>, <code><a
+ href="#col">col</a></code>, <code>input</code><!-- XXX add:
+ , <code>command</code>, <code>event-source</code> --></p>
+ <!-- XXX
+ keep this synchronised with the list of "void elements" -->
+
<p>Before each step of the tokeniser, the user agent may check to see if
either one of the scripts in the <a href="#list-of1">list of scripts that
will execute as soon as possible</a> or the first script in the <a
@@ -34702,20 +34716,6 @@
</dl>
</dl>
- <p>A <dfn id=permitted>permitted slash</dfn> is a U+002F SOLIDUS character
- that is immediately followed by a U+003E GREATER-THAN SIGN, if, and only
- if, the current token being processed is a start tag token whose tag name
- is one of the following: <code><a href="#base">base</a></code>, <code><a
- href="#link">link</a></code>, <code><a href="#meta0">meta</a></code>,
- <code><a href="#hr">hr</a></code>, <code><a href="#br">br</a></code>,
- <code><a href="#img">img</a></code>, <code><a
- href="#embed">embed</a></code>, <code><a href="#param">param</a></code>,
- <code><a href="#area">area</a></code>, <code><a
- href="#col">col</a></code>, <code>input</code><!-- XXX add:
- , <code>command</code>, <code>event-source</code> --></p>
- <!-- XXX
- keep this synchronised with the list of "void elements" -->
-
<h5 id=tokenising><span class=secno>8.2.3.1. </span>Tokenising entities</h5>
<p>This section defines how to <dfn id=consume>consume an entity</dfn>.
Modified: source
===================================================================
--- source 2007-06-22 04:08:52 UTC (rev 946)
+++ source 2007-06-22 04:47:17 UTC (rev 947)
@@ -31002,6 +31002,16 @@
<p>When an end tag token is emitted with attributes, that is a
<span>parse error</span>.</p>
+ <p>A <dfn>permitted slash</dfn> is a U+002F SOLIDUS character that
+ is immediately followed by a U+003E GREATER-THAN SIGN, if, and only
+ if, the current token being processed is a start tag token whose tag
+ name is one of the following: <code>base</code>, <code>link</code>,
+ <code>meta</code>, <code>hr</code>, <code>br</code>,
+ <code>img</code>, <code>embed</code>, <code>param</code>,
+ <code>area</code>, <code>col</code>, <code>input</code><!-- XXX add:
+ , <code>command</code>, <code>event-source</code> --></p> <!-- XXX
+ keep this synchronised with the list of "void elements" -->
+
<p>Before each step of the tokeniser, the user agent may check to
see if either one of the scripts in the <span>list of scripts that
will execute as soon as possible</span> or the first script in the
@@ -32208,17 +32218,7 @@
</dl>
- <p>A <dfn>permitted slash</dfn> is a U+002F SOLIDUS character that
- is immediately followed by a U+003E GREATER-THAN SIGN, if, and only
- if, the current token being processed is a start tag token whose tag
- name is one of the following: <code>base</code>, <code>link</code>,
- <code>meta</code>, <code>hr</code>, <code>br</code>,
- <code>img</code>, <code>embed</code>, <code>param</code>,
- <code>area</code>, <code>col</code>, <code>input</code><!-- XXX add:
- , <code>command</code>, <code>event-source</code> --></p> <!-- XXX
- keep this synchronised with the list of "void elements" -->
-
<h5>Tokenising entities</h5>
<p>This section defines how to <dfn>consume an entity</dfn>. This
@@ -33198,6 +33198,7 @@
-->
+
<h6>How to handle tokens in the main phase</h6>
<p>Tokens in the main phase must be handled as follows:</p>
More information about the Commit-Watchers
mailing list