[html5] r1921 - [e] (0) more typos

whatwg at whatwg.org whatwg at whatwg.org
Wed Jul 23 16:40:32 PDT 2008


Author: ianh
Date: 2008-07-23 16:40:32 -0700 (Wed, 23 Jul 2008)
New Revision: 1921

Modified:
   index
   source
Log:
[e] (0) more typos

Modified: index
===================================================================
--- index	2008-07-23 23:39:01 UTC (rev 1920)
+++ index	2008-07-23 23:40:32 UTC (rev 1921)
@@ -51112,13 +51112,13 @@
 
   <p class=example>As another example, consider the attribute
    <code>xlink:href</code>. Used on a MathML element, it becomes, after being
-   <span title="adjust foreign attributes</span>, an attribute with a prefix
-   "><code title="">xlink</code>" and a local name "<code
-   title="">href</code>". However, used on an HTML element, it becomes an
-   attribute with no prefix and the local name "<code
+   <a href="#adjust" title="adjust foreign attributes">adjusted</a>, an
+   attribute with a prefix "<code title="">xlink</code>" and a local name
+   "<code title="">href</code>". However, used on an HTML element, it becomes
+   an attribute with no prefix and the local name "<code
    title="">xlink:href</code>", which is not a valid NCName, and thus might
    not be accepted by an XML API. It could thus get converted, becoming
-   "<code title="">xlinkU0003Ahref</code>".</span>
+   "<code title="">xlinkU0003Ahref</code>".
 
   <p class=note>The resulting names from this conversion conveniently can't
    clash with any attribute generated by the <a href="#html-0">HTML

Modified: source
===================================================================
--- source	2008-07-23 23:39:01 UTC (rev 1920)
+++ source	2008-07-23 23:40:32 UTC (rev 1921)
@@ -48163,7 +48163,7 @@
   handling these issues.</p>
 
   <p>If the XML API being used doesn't support DOCTYPEs, tools may
-  drop DOCTYPEs altogether.</dd>
+  drop DOCTYPEs altogether.</p>
 
   <p>If the XML API doesn't support attributes in no namespace that
   are named "<code title="">xmlns</code>", attributes whose names
@@ -48193,10 +48193,10 @@
 
   <p class="example">As another example, consider the attribute
   <code>xlink:href</code>. Used on a MathML element, it becomes, after
-  being <span title="adjust foreign attributes</span>, an attribute
-  with a prefix "<code title="">xlink</code>" and a local name "<code
-  title="">href</code>". However, used on an HTML element, it becomes
-  an attribute with no prefix and the local name "<code
+  being <span title="adjust foreign attributes">adjusted</span>, an
+  attribute with a prefix "<code title="">xlink</code>" and a local
+  name "<code title="">href</code>". However, used on an HTML element,
+  it becomes an attribute with no prefix and the local name "<code
   title="">xlink:href</code>", which is not a valid NCName, and thus
   might not be accepted by an XML API. It could thus get converted,
   becoming "<code title="">xlinkU0003Ahref</code>".</p>




More information about the Commit-Watchers mailing list