hixie: Remove introductory text for something that never happens ambiguously and so isn't needed. (whatwg r3937)

hixie: Remove introductory text for something that never happens
ambiguously and so isn't needed. (whatwg r3937)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3098&r2=1.3099&f=h
http://html5.org/tools/web-apps-tracker?from=3936&to=3937

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3098
retrieving revision 1.3099
diff -u -d -r1.3098 -r1.3099
--- Overview.html 21 Sep 2009 23:13:08 -0000 1.3098
+++ Overview.html 21 Sep 2009 23:14:48 -0000 1.3099
@@ -1636,16 +1636,7 @@
   this specification are in the
   <code>http://www.w3.org/1999/xhtml</code> namespace, and all
   attributes defined or mentioned in this specification have no
-  namespace.<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:<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
+  namespace.<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

Received on Monday, 21 September 2009 23:15:41 UTC