[html5] r5936 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12003
whatwg at whatwg.org
whatwg at whatwg.org
Thu Mar 3 17:02:22 PST 2011
Author: ianh
Date: 2011-03-03 17:02:20 -0800 (Thu, 03 Mar 2011)
New Revision: 5936
Modified:
complete.html
index
source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12003
Modified: complete.html
===================================================================
--- complete.html 2011-03-04 01:00:38 UTC (rev 5935)
+++ complete.html 2011-03-04 01:02:20 UTC (rev 5936)
@@ -85396,7 +85396,7 @@
<h3 id=parsing-xhtml-fragments><span class=secno>13.4 </span>Parsing XHTML fragments</h3>
- <p>The <dfn id=xml-fragment-parsing-algorithm>XML fragment parsing algorithm</dfn> for either returns
+ <p>The <dfn id=xml-fragment-parsing-algorithm>XML fragment parsing algorithm</dfn> either returns
a <code><a href=#document>Document</a></code> or raises a <code><a href=#syntax_err>SYNTAX_ERR</a></code>
exception. Given a string <var title="">input</var> and an optional
context element <var title="">context</var>, the algorithm is as
Modified: index
===================================================================
--- index 2011-03-04 01:00:38 UTC (rev 5935)
+++ index 2011-03-04 01:02:20 UTC (rev 5936)
@@ -81367,7 +81367,7 @@
<h3 id=parsing-xhtml-fragments><span class=secno>11.4 </span>Parsing XHTML fragments</h3>
- <p>The <dfn id=xml-fragment-parsing-algorithm>XML fragment parsing algorithm</dfn> for either returns
+ <p>The <dfn id=xml-fragment-parsing-algorithm>XML fragment parsing algorithm</dfn> either returns
a <code><a href=#document>Document</a></code> or raises a <code><a href=#syntax_err>SYNTAX_ERR</a></code>
exception. Given a string <var title="">input</var> and an optional
context element <var title="">context</var>, the algorithm is as
Modified: source
===================================================================
--- source 2011-03-04 01:00:38 UTC (rev 5935)
+++ source 2011-03-04 01:02:20 UTC (rev 5936)
@@ -96648,7 +96648,7 @@
<h3>Parsing XHTML fragments</h3>
- <p>The <dfn>XML fragment parsing algorithm</dfn> for either returns
+ <p>The <dfn>XML fragment parsing algorithm</dfn> either returns
a <code>Document</code> or raises a <code>SYNTAX_ERR</code>
exception. Given a string <var title="">input</var> and an optional
context element <var title="">context</var>, the algorithm is as
More information about the Commit-Watchers
mailing list