Skip to content

Commit

Permalink
[e] (0) Cross-references to XML.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22573
Affected topics: HTML, HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@8043 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 9, 2013
1 parent 572a55e commit c15fe59
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
10 changes: 5 additions & 5 deletions complete.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions index

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions source
Expand Up @@ -1665,7 +1665,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
(implicitly as defined above) the <span>HTML namespace</span>.</p>

<p>Attribute names are said to be <dfn>XML-compatible</dfn> if they match the <a
href="http://www.w3.org/TR/REC-xml/#NT-Name"><code title="">Name</code></a> production defined in
href="http://www.w3.org/TR/xml/#NT-Name"><code title="">Name</code></a> production defined in
XML, they contain no U+003A COLON characters (:), and their first three characters are not an
<span>ASCII case-insensitive</span> match for the string "<code title="">xml</code>". <a
href="#refsXML">[XML]</a></p>
Expand Down Expand Up @@ -25934,7 +25934,7 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>

<p class="note">Due to restrictions of <span>the XHTML syntax</span>, in XML the U+003C LESS-THAN
SIGN character (&lt;) needs to be escaped as well. In order to prevent <a
href="http://www.w3.org/TR/REC-xml/#AVNormalize">attribute-value normalization</a>, some of XML's
href="http://www.w3.org/TR/xml/#AVNormalize">attribute-value normalization</a>, some of XML's
whitespace characters &mdash; specifically U+0009 CHARACTER TABULATION (tab), U+000A LINE FEED
(LF), and U+000D CARRIAGE RETURN (CR) &mdash; also need to be escaped. <a
href="#refsXML">[XML]</a></p>
Expand Down Expand Up @@ -105703,7 +105703,7 @@ document.body.appendChild(text);

<p class="note">According to the XML specification, XML processors
are not guaranteed to process the external DTD subset referenced in
the DOCTYPE. This means, for example, that using entity references
the DOCTYPE. This means, for example, that using <a href="http://www.w3.org/TR/xml/#dt-entref">entity references</a>
for characters in XHTML documents is unsafe if they are defined in
an external file (except for <code title="">&amp;lt;</code>, <code
title="">&amp;gt;</code>, <code title="">&amp;amp;</code>, <code
Expand Down Expand Up @@ -105748,8 +105748,9 @@ document.body.appendChild(text);
<p>This specification provides the following additional information that user agents should use
when retrieving an external entity: the public identifiers given in the following list all
correspond to <a href="<!--BOILERPLATE entities-dtd.url-->">the URL given by this link</a>. (This
URL is a DTD containing the entity declarations for the names listed in the <span>named
character references</span> section.)</p>
URL is a DTD containing the <a href="http://www.w3.org/TR/xml/#sec-entity-decl">entity
declarations</a> for the names listed in the <span>named character references</span> section.) <a
href="#refsXML">[XML]</a></p>

<ul class="brief">
<li><code title="">-//W3C//DTD&nbsp;XHTML&nbsp;1.0&nbsp;Transitional//EN</code></li>
Expand Down

0 comments on commit c15fe59

Please sign in to comment.