[html5] r1677 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu May 22 19:38:48 PDT 2008
Author: ianh
Date: 2008-05-22 19:38:48 -0700 (Thu, 22 May 2008)
New Revision: 1677
Modified:
index
source
Log:
[e] (0) reduce use of the word 'valid'
Modified: index
===================================================================
--- index 2008-05-23 02:33:58 UTC (rev 1676)
+++ index 2008-05-23 02:38:48 UTC (rev 1677)
@@ -30714,7 +30714,7 @@
<dt>If <var title="">mode</var> is "explicit"
<dd>
- <p>If <var title="">line</var> is not a syntactically valid URI
+ <p>If <var title="">line</var> is not a syntactically correct URI
reference or IRI reference, then jump back to the step labeled "start
of line".</p>
@@ -30745,8 +30745,8 @@
characters in <var title="">part two</var>.</p>
<p>If <var title="">part one</var> and <var title="">part two</var> are
- not both syntactically valid URI or IRI references, then jump back to
- the step labeled "start of line".</p>
+ not both syntactically correct URI or IRI references, then jump back
+ to the step labeled "start of line".</p>
<p>Resolve the URI or IRI references in <var title="">part one</var>
and <var title="">part two</var> to absolute URIs or IRIs, and drop
@@ -30780,7 +30780,7 @@
<dt>If <var title="">mode</var> is "online whitelist"
<dd>
- <p>If <var title="">line</var> is not a syntactically valid URI
+ <p>If <var title="">line</var> is not a syntactically correct URI
reference or IRI reference, then jump back to the step labeled "start
of line".</p>
@@ -41544,7 +41544,7 @@
</div>
<p>This specification defines the parsing rules for HTML documents, whether
- they are syntactically valid or not. Certain points in the parsing
+ they are syntactically correct or not. Certain points in the parsing
algorithm are said to be <dfn id=parse1 title="parse error">parse
errors</dfn>. The error handling for parse errors is well-defined: user
agents must either act as described below when encountering such problems,
Modified: source
===================================================================
--- source 2008-05-23 02:33:58 UTC (rev 1676)
+++ source 2008-05-23 02:38:48 UTC (rev 1677)
@@ -28556,9 +28556,9 @@
<dd>
- <p>If <var title="">line</var> is not a syntactically valid URI
- reference or IRI reference, then jump back to the step labeled
- "start of line".</p>
+ <p>If <var title="">line</var> is not a syntactically correct
+ URI reference or IRI reference, then jump back to the step
+ labeled "start of line".</p>
<p>Otherwise, resolve the URI reference or IRI reference to an
absolute URI or IRI, and drop the fragment identifier, if any.</p>
@@ -28592,7 +28592,7 @@
(tab) characters in <var title="">part two</var>.</p>
<p>If <var title="">part one</var> and <var title="">part
- two</var> are not both syntactically valid URI or IRI
+ two</var> are not both syntactically correct URI or IRI
references, then jump back to the step labeled "start of
line".</p>
@@ -28632,7 +28632,7 @@
<dd>
- <p>If <var title="">line</var> is not a syntactically valid URI
+ <p>If <var title="">line</var> is not a syntactically correct URI
reference or IRI reference, then jump back to the step labeled
"start of line".</p>
@@ -39169,7 +39169,7 @@
</div>
<p>This specification defines the parsing rules for HTML documents,
- whether they are syntactically valid or not. Certain points in the
+ whether they are syntactically correct or not. Certain points in the
parsing algorithm are said to be <dfn title="parse error">parse
errors</dfn>. The error handling for parse errors is well-defined:
user agents must either act as described below when encountering
More information about the Commit-Watchers
mailing list