- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 13 Jun 2009 08:36:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src In directory hutz:/tmp/cvs-serv11913/src Modified Files: references.html syntax.html Log Message: h:tml; fixed most of the broken idrefs that were remaining Index: references.html =================================================================== RCS file: /sources/public/html5/markup/src/references.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- references.html 6 May 2009 10:26:30 -0000 1.7 +++ references.html 13 Jun 2009 08:36:16 -0000 1.8 @@ -74,5 +74,10 @@ <dd><span class="references-note" >(see in particular <a href="http://tools.ietf.org/html/rfc5322#section-3.2.3" >http://tools.ietf.org/html/rfc5322#section-3.2.3</a>)</span></dd> + <dt><dfn id="refsXML">[XML]</dfn></dt> + <dd><cite><a href="http://www.w3.org/TR/2006/REC-xml-20060816/" + >Extensible Markup Language (XML) 1.0 (Fourth + Edition)</a></cite>. Tim Bray, Jean Paoli, C. M. + Sperberg-McQueen, Eve Maler, François Yergeau. August 2006.</dd> </dl> </section> Index: syntax.html =================================================================== RCS file: /sources/public/html5/markup/src/syntax.html,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- syntax.html 13 Jun 2009 07:31:31 -0000 1.50 +++ syntax.html 13 Jun 2009 08:36:16 -0000 1.51 @@ -29,7 +29,7 @@ title="syntax-html-syntax">HTML syntax</dfn> refers to the syntax which is processed <!--by Web browsers and other user agents--> using <span title="syntax-html-parser">HTML parsers</span>. - <a href="#syntax-html-document">Documents in the HTML + <a href="#syntax-document-html">Documents in the HTML syntax</a> use the <code>text/html</code> MIME type. In particular, <a href="#syntax-document-html">documents in the HTML syntax</a> that are served over the wire (for example, @@ -75,7 +75,7 @@ <li>The root element, in the form of an <code><a href="#html">html</a></code> - <a href="#element" title="syntax-elements">element</a>.</li> + <a href="#syntax-elements">element</a>.</li> <li>Any number of <a href="#syntax-comments" title="syntax-comments">comments</a> and @@ -105,7 +105,7 @@ <li>The root element, in the form of an <code><a href="#html">html</a></code> - <a href="#element" title="syntax-elements">element</a>.</li> + <a href="#syntax-elements">element</a>.</li> <li>Any number of <a href="#syntax-comments" title="syntax-comments">comments</a> and @@ -143,7 +143,7 @@ <dt><a id="doctype.pattern" href="#doctype.pattern">doctype</a> =</dt> <dd> - A string that is an <a href="#ascii">ASCII + A string that is an <a href="#ascii-case-insensitive">ASCII case-insensitive</a> match for the following regular expression: <pre><code class="regexp"><!doctype\s+html\s*></code></pre> @@ -165,7 +165,7 @@ <dt><a id="doctype.legacy" href="#doctype.legacy">doctype.legacy</a> =</dt> <dd> - A string that is an <a href="#ascii">ASCII + A string that is an <a href="#ascii-case-insensitive">ASCII case-insensitive</a> match for the following regular expression: <pre><code class="regexp"><!doctype\s+html\s+system\s+("about:legacy-compat"|'about:legacy-compat')\s*></code></pre> @@ -207,7 +207,7 @@ <a href="#refsIANACHARSET">[IANACHARSET]</a></li> <li>The character encoding declaration must be serialized without the use of - <a href="#character-ref" title="syntax-charref">character references</a> + <a href="#syntax-charref">character references</a> or character escapes of any kind.</li> <li>The element containing the character encoding declaration must be serialised completely within the first @@ -441,16 +441,15 @@ implied in certain cases</a>).</li> <li>The <a href="#style">style</a> and <a - href="#script">script</a> elements can have <a href="#text" + href="#script">script</a> elements can have <a href="#syntax-text" title="syntax-text">text</a>, though it has <a href="#text-restrictions">restrictions</a> described in a later section.</li> <li>The <a href="#title">title</a> and <a href="#textarea">textarea</a> elements can have <a - href="#text" title="syntax-text">text</a> and - <a href="#character-ref" - title="syntax-charref" >character references</a>, but the + href="#syntax-text" title="syntax-text">text</a> and + <a href="#syntax-charref">character references</a>, but the text must not contain an <a href="#ambiguous" title="syntax-ambiguous-ampersand">ambiguous ampersand</a>. @@ -463,10 +462,9 @@ href="#style">style</a>, <a href="#script">script</a>, <a href="#title">title</a>, and <a href="#textarea">textarea</a> elements can contain - <a href="#text" title="syntax-text">text</a>, - <a href="#character-ref" - title="syntax-charref">character references</a>, - other <a href="#element" title="syntax-elements">elements</a>, + <a href="#syntax-text" title="syntax-text">text</a>, + <a href="#syntax-charref">character references</a>, + other <a href="#syntax-elements">elements</a>, and <a href="#syntax-comments" title="syntax-comments">comments</a>. But the text must not contain the character U+003C LESS-THAN SIGN (<code><</code>) or an @@ -480,12 +478,11 @@ start tag is <em>not</em> <a href="#syntax-self-closing">marked as self-closing</a>, can have - <a href="#text" title="syntax-text">text</a>, - <a href="#character-ref" - title="syntax-charref">character references</a>, + <a href="#syntax-text" title="syntax-text">text</a>, + <a href="#syntax-charref">character references</a>, <a href="#syntax-cdata" title="syntax-cdata">CDATA sections</a>, other - <a href="#element" title="syntax-elements">elements</a>, + <a href="#syntax-elements">elements</a>, and <a href="#syntax-comments" title="syntax-comments">comments</a>, but the text must not contain the character U+003C LESS-THAN @@ -506,7 +503,7 @@ <p>There must never be two or more attributes on the same start tag whose names are an - <a href="#ascii">ASCII case-insensitive</a> + <a href="#ascii-case-insensitive">ASCII case-insensitive</a> match for each other.</p> <p id="elements-xml-syntax">The following list defines syntax @@ -527,8 +524,8 @@ characters, and any characters that are not defined by Unicode. Attribute names may be written with any mix of lowercase and uppercase letters that - are an <a href="#ascii">ASCII case-insensitive</a> match for - the attribute’s name.</li> + are an <a href="#ascii-case-insensitive">ASCII + case-insensitive</a> match for the attribute’s name.</li> <li><dfn id="xml-compatible">XML-compatible</dfn> attribute names are those that match the @@ -536,7 +533,7 @@ ><code title="">Name</code></a> production defined in XML, that contain no U+003A COLON (:) characters, and whose first three characters are not an - <a href="#ascii">ASCII case-insensitive</a> + <a href="#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">xml</code>" <a href="#refsXML">[XML]</a>.</li> @@ -544,10 +541,9 @@ <dfn id="attribute-value" title="syntax-attribute-value">Attribute values</dfn> are a mixture of - <a href="#text" title="syntax-text">text</a> + <a href="#syntax-text" title="syntax-text">text</a> and - <a href="#character-ref" - title="syntax-charref">character references</a>, except + <a href="#syntax-charref">character references</a>, except with the additional restriction that the text cannot contain an <a href="#ambiguous" @@ -711,7 +707,7 @@ <section id="text-syntax"> <h2>Text</h2> - <p><dfn id="text" title="syntax-text">Text</dfn> is + <p><dfn id="syntax-text" title="syntax-text">Text</dfn> is allowed inside elements, attributes, and comments. Text must consist of Unicode characters. Text must not contain U+0000 characters. Text must not contain permanently @@ -736,7 +732,7 @@ <p>An <dfn id="syntax-escape">escaping text span</dfn> is a span of - <a href="#text" title="syntax-text">text</a> that starts with an + <a href="#syntax-text" title="syntax-text">text</a> that starts with an <a href="#syntax-escape-start">escaping text span start</a> that is not itself in an <a href="#syntax-escape">escaping text span</a>, @@ -755,7 +751,7 @@ <p>An <dfn id="syntax-escape-start">escaping text span start</dfn> - is a part of <a href="#text" title="syntax-text">text</a> that + is a part of <a href="#syntax-text" title="syntax-text">text</a> that consists of the four character sequence "<code title=""><!--</code>" (U+003C LESS-THAN SIGN, U+0021 EXCLAMATION MARK, U+002D HYPHEN-MINUS, U+002D @@ -764,7 +760,7 @@ <p>An <dfn id="syntax-escape-end">escaping text span end</dfn> is a part of - <a href="#text" title="syntax-text">text</a> that + <a href="#syntax-text" title="syntax-text">text</a> that consists of the three character sequence "<code title="">--></code>" (U+002D HYPHEN-MINUS, U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN) whose @@ -788,12 +784,12 @@ <h2>Character references</h2> <p>In certain cases described in other sections, - <a href="#text" title="syntax-text">text</a> may be mixed + <a href="#syntax-text" title="syntax-text">text</a> may be mixed with - <dfn id="character-ref" title="syntax-charref">character references</dfn>. + <dfn id="syntax-charref" title="syntax-charref">character references</dfn>. These can be used to escape characters that couldn't otherwise legally be included in - <a href="#text" title="syntax-text">text</a>.</p> + <a href="#syntax-text" title="syntax-text">text</a>.</p> <p>Character references must start with a U+0026 AMPERSAND (<code>&</code>). Following this, there are three possible @@ -839,7 +835,7 @@ title="syntax-ambiguous-ampersand">ambiguous ampersand</dfn> is a U+0026 AMPERSAND (<code>&</code>) character that is followed by some - <a href="#text" title="syntax-text">text</a> other than a + <a href="#syntax-text" title="syntax-text">text</a> other than a <a href="#space">space character</a>, a U+003C LESS-THAN SIGN character ('<'), or another U+0026 AMPERSAND (<code>&</code>) character.</p> @@ -856,7 +852,7 @@ LETTER T, U+0041 LATIN CAPITAL LETTER A, U+005B LEFT SQUARE BRACKET (<code title=""><![CDATA[</code>). Following this sequence, the CDATA section may have - <a href="#text" title="syntax-text">text</a>, with the + <a href="#syntax-text" title="syntax-text">text</a>, with the additional restriction that the text must not contain the three character sequence U+005D RIGHT SQUARE BRACKET, U+005D RIGHT SQUARE BRACKET, U+003E GREATER-THAN SIGN @@ -888,7 +884,7 @@ SIGN, U+0021 EXCLAMATION MARK, U+002D HYPHEN-MINUS, U+002D HYPHEN-MINUS (<code title=""><!--</code>). Following this sequence, the comment may have - <a href="#text" title="syntax-text">text</a>, with the + <a href="#syntax-text" title="syntax-text">text</a>, with the additional restriction that the text must not start with a single U+003E GREATER-THAN SIGN ('>') character, nor start with a U+002D HYPHEN-MINUS (<code title="">-</code>) character
Received on Saturday, 13 June 2009 08:36:25 UTC