[html5] r3937 - [e] (0) Remove introductory text for something that never happens ambiguously an [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 21 16:21:39 PDT 2009
Author: ianh
Date: 2009-09-21 16:21:38 -0700 (Mon, 21 Sep 2009)
New Revision: 3937
Modified:
index
source
Log:
[e] (0) Remove introductory text for something that never happens ambiguously and so isn't needed.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7441
Modified: index
===================================================================
--- index 2009-09-21 23:19:57 UTC (rev 3936)
+++ index 2009-09-21 23:21:38 UTC (rev 3937)
@@ -1750,18 +1750,7 @@
attributes defined or mentioned in this specification have no
namespace.</p>
- <p>When an XML name, such as an attribute or element name, is
- referred to in the form <code><var title="">prefix</var>:<var title="">localName</var></code>, as in <code>xml:id</code> or
- <code>svg:rect</code>, it refers to a name with the local name <var title="">localName</var> and the namespace given by the prefix, as
- defined by the following table:</p>
-
- <dl><dt><code title="">xml</code></dt>
- <dd><code>http://www.w3.org/XML/1998/namespace</code></dd>
- <dt><code title="">html</code></dt>
- <dd><code>http://www.w3.org/1999/xhtml</code></dd>
- <dt><code title="">svg</code></dt>
- <dd><code>http://www.w3.org/2000/svg</code></dd>
- </dl><p>Attribute names are said to be <dfn id=xml-compatible>XML-compatible</dfn> if they
+ <p>Attribute names are said to be <dfn id=xml-compatible>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 XML, they contain no
U+003A COLON (:) characters, and their first three characters are
not an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string
Modified: source
===================================================================
--- source 2009-09-21 23:19:57 UTC (rev 3936)
+++ source 2009-09-21 23:21:38 UTC (rev 3937)
@@ -745,22 +745,6 @@
attributes defined or mentioned in this specification have no
namespace.</p>
- <p>When an XML name, such as an attribute or element name, is
- referred to in the form <code><var title="">prefix</var>:<var
- title="">localName</var></code>, as in <code>xml:id</code> or
- <code>svg:rect</code>, it refers to a name with the local name <var
- title="">localName</var> and the namespace given by the prefix, as
- defined by the following table:</p>
-
- <dl>
- <dt><code title="">xml</code></dt>
- <dd><code>http://www.w3.org/XML/1998/namespace</code></dd>
- <dt><code title="">html</code></dt>
- <dd><code>http://www.w3.org/1999/xhtml</code></dd>
- <dt><code title="">svg</code></dt>
- <dd><code>http://www.w3.org/2000/svg</code></dd>
- </dl>
-
<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 XML, they contain no
More information about the Commit-Watchers
mailing list