Skip to content

Commit

Permalink
[e] (0) more typos
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1921 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 23, 2008
1 parent 4977c79 commit 99bd451
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions index
Expand Up @@ -51112,13 +51112,13 @@ http://lxr.mozilla.org/seamonkey/search?string=nested

<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
Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -48163,7 +48163,7 @@ http://lxr.mozilla.org/seamonkey/search?string=nested
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
Expand Down Expand Up @@ -48193,10 +48193,10 @@ http://lxr.mozilla.org/seamonkey/search?string=nested

<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>
Expand Down

0 comments on commit 99bd451

Please sign in to comment.