Skip to content

Commit

Permalink
[e] (0) reduce use of the word 'valid'
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1677 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 23, 2008
1 parent 463f2e1 commit f8c0e37
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -30714,7 +30714,7 @@ JSURI: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
<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>

Expand Down Expand Up @@ -30745,8 +30745,8 @@ JSURI: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
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
Expand Down Expand Up @@ -30780,7 +30780,7 @@ JSURI: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
<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>

Expand Down Expand Up @@ -41544,7 +41544,7 @@ function receiver(e) {
</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,
Expand Down
12 changes: 6 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -28556,9 +28556,9 @@ JSURI: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t

<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>
Expand Down Expand Up @@ -28592,7 +28592,7 @@ JSURI: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
(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>

Expand Down Expand Up @@ -28632,7 +28632,7 @@ JSURI: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t

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

Expand Down Expand Up @@ -39169,7 +39169,7 @@ function receiver(e) {
</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
Expand Down

0 comments on commit f8c0e37

Please sign in to comment.