Skip to content

Commit

Permalink
[e] (0) Remove introductory text for something that never happens amb…
Browse files Browse the repository at this point in the history
…iguously and so isn't needed.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7441

git-svn-id: http://svn.whatwg.org/webapps@3937 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 21, 2009
1 parent e624444 commit a97ff99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
13 changes: 1 addition & 12 deletions index
Expand Up @@ -1750,18 +1750,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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
Expand Down
16 changes: 0 additions & 16 deletions source
Expand Up @@ -745,22 +745,6 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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
Expand Down

0 comments on commit a97ff99

Please sign in to comment.