Skip to content

Commit

Permalink
[e] (0) Try to be more consistent about the use of the word 'error'.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9356

git-svn-id: http://svn.whatwg.org/webapps@4999 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 12, 2010
1 parent 01903f3 commit aebd857
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 51 deletions.
37 changes: 20 additions & 17 deletions complete.html
Expand Up @@ -2082,7 +2082,7 @@ <h4 id=syntax-errors><span class=secno>1.10.2 </span>Syntax errors</h4>
</dd>


<dt>Errors that help authors avoid fragile syntax constructs</dt>
<dt>Errors involving fragile syntax constructs</dt>

<dd>

Expand Down Expand Up @@ -2125,7 +2125,7 @@ <h4 id=syntax-errors><span class=secno>1.10.2 </span>Syntax errors</h4>
</dd>


<dt>Errors that flag known interoperability problems in legacy user agents</dt>
<dt>Errors involving known interoperability problems in legacy user agents</dt>

<dd>

Expand Down Expand Up @@ -2154,7 +2154,7 @@ <h4 id=syntax-errors><span class=secno>1.10.2 </span>Syntax errors</h4>
</dd>


<dt>Errors that protect authors from security attacks</dt>
<dt>Errors that risk exposing authors to security attacks</dt>

<dd>

Expand All @@ -2176,8 +2176,9 @@ <h4 id=syntax-errors><span class=secno>1.10.2 </span>Syntax errors</h4>

<dd>

<p>Some errors merely flag cases where the author's intent is most
unclear. Correcting these errors early makes later maintenance easier.</p>
<p>Markup where the author's intent is very unclear is often made
non-conforming. Correcting these errors early makes later
maintenance easier.</p>

<div class=example>

Expand Down Expand Up @@ -2213,11 +2214,11 @@ <h4 id=syntax-errors><span class=secno>1.10.2 </span>Syntax errors</h4>
</dd>


<dt>Errors that allow for new syntax in future</dt>
<dt>Errors that could interfere with new syntax in the future</dt>

<dd>

<p>In order to allow us to extend the language syntax in the
<p>In order to allow the language syntax to be extended in the
future, certain otherwise harmless features are disallowed.</p>

<div class=example>
Expand Down Expand Up @@ -2250,7 +2251,7 @@ <h4 id=restrictions-on-content-models-and-on-attribute-values><span class=secno>
restrictions on how elements and attributes can be specified. These
restrictions are present for similar reasons:</p>

<dl><dt>Errors that flag content with dubious semantics</dt>
<dl><dt>Errors involving content with dubious semantics</dt>

<dd>

Expand All @@ -2266,7 +2267,7 @@ <h4 id=restrictions-on-content-models-and-on-attribute-values><span class=secno>
</dd>


<dt>Errors that indicate a conflict in expressed semantics</dt>
<dt>Errors that involve a conflict in expressed semantics</dt>

<dd>

Expand Down Expand Up @@ -2295,7 +2296,7 @@ <h4 id=restrictions-on-content-models-and-on-attribute-values><span class=secno>
</dd>


<dt>Errors that catch cases where the default styles are likely to lead to confusion</dt>
<dt>Cases where the default styles are likely to lead to confusion</dt>

<dd>

Expand Down Expand Up @@ -2324,7 +2325,7 @@ <h4 id=restrictions-on-content-models-and-on-attribute-values><span class=secno>
</dd>


<dt>Errors that encourage a correct understanding of the spec</dt>
<dt>Errors that indicate a likely misunderstanding of the specification</dt>

<dd>

Expand All @@ -2341,7 +2342,7 @@ <h4 id=restrictions-on-content-models-and-on-attribute-values><span class=secno>
</dd>


<dt>Errors that are intended merely to simplify the language</dt>
<dt>Errors involving limits that have been imposed merely to simplify the language</dt>

<dd>

Expand All @@ -2359,7 +2360,7 @@ <h4 id=restrictions-on-content-models-and-on-attribute-values><span class=secno>
</dd>


<dt>Errors that avoid peculiarities of the parser</dt>
<dt>Errors that involve peculiarities of the parser</dt>

<dd>

Expand Down Expand Up @@ -2403,12 +2404,14 @@ <h4 id=restrictions-on-content-models-and-on-attribute-values><span class=secno>
</dd>


<dt>Errors that are intended to save the author time</dt>
<dt>Errors that waste authoring time</dt>

<dd>

<p>Some constructs are disallowed because historically they have
been the cause of a lot of wasted authoring time.</p>
been the cause of a lot of wasted authoring time, and by
encouraging authors to avoid making them, authors can save time in
future efforts.</p>

<p class=example>For example, a <code><a href=#script>script</a></code> element's
<code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute causes the
Expand All @@ -2426,7 +2429,7 @@ <h4 id=restrictions-on-content-models-and-on-attribute-values><span class=secno>
</dd>


<dt>Errors that are intended to help authors migrating to and from XHTML</dt>
<dt>Errors that involve areas that affect authors migrating to and from XHTML</dt>

<dd>

Expand All @@ -2453,7 +2456,7 @@ <h4 id=restrictions-on-content-models-and-on-attribute-values><span class=secno>
</dd>


<dt>Errors that reserve space for future expansion</dt>
<dt>Errors that involve areas reserved for future expansion</dt>

<dd>

Expand Down
37 changes: 20 additions & 17 deletions index
Expand Up @@ -1980,7 +1980,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
</dd>


<dt>Errors that help authors avoid fragile syntax constructs</dt>
<dt>Errors involving fragile syntax constructs</dt>

<dd>

Expand Down Expand Up @@ -2023,7 +2023,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
</dd>


<dt>Errors that flag known interoperability problems in legacy user agents</dt>
<dt>Errors involving known interoperability problems in legacy user agents</dt>

<dd>

Expand Down Expand Up @@ -2052,7 +2052,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
</dd>


<dt>Errors that protect authors from security attacks</dt>
<dt>Errors that risk exposing authors to security attacks</dt>

<dd>

Expand All @@ -2074,8 +2074,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

<dd>

<p>Some errors merely flag cases where the author's intent is most
unclear. Correcting these errors early makes later maintenance easier.</p>
<p>Markup where the author's intent is very unclear is often made
non-conforming. Correcting these errors early makes later
maintenance easier.</p>

<div class=example>

Expand Down Expand Up @@ -2111,11 +2112,11 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
</dd>


<dt>Errors that allow for new syntax in future</dt>
<dt>Errors that could interfere with new syntax in the future</dt>

<dd>

<p>In order to allow us to extend the language syntax in the
<p>In order to allow the language syntax to be extended in the
future, certain otherwise harmless features are disallowed.</p>

<div class=example>
Expand Down Expand Up @@ -2148,7 +2149,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
restrictions on how elements and attributes can be specified. These
restrictions are present for similar reasons:</p>

<dl><dt>Errors that flag content with dubious semantics</dt>
<dl><dt>Errors involving content with dubious semantics</dt>

<dd>

Expand All @@ -2164,7 +2165,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
</dd>


<dt>Errors that indicate a conflict in expressed semantics</dt>
<dt>Errors that involve a conflict in expressed semantics</dt>

<dd>

Expand Down Expand Up @@ -2193,7 +2194,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
</dd>


<dt>Errors that catch cases where the default styles are likely to lead to confusion</dt>
<dt>Cases where the default styles are likely to lead to confusion</dt>

<dd>

Expand Down Expand Up @@ -2222,7 +2223,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
</dd>


<dt>Errors that encourage a correct understanding of the spec</dt>
<dt>Errors that indicate a likely misunderstanding of the specification</dt>

<dd>

Expand All @@ -2239,7 +2240,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
</dd>


<dt>Errors that are intended merely to simplify the language</dt>
<dt>Errors involving limits that have been imposed merely to simplify the language</dt>

<dd>

Expand All @@ -2257,7 +2258,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
</dd>


<dt>Errors that avoid peculiarities of the parser</dt>
<dt>Errors that involve peculiarities of the parser</dt>

<dd>

Expand Down Expand Up @@ -2301,12 +2302,14 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
</dd>


<dt>Errors that are intended to save the author time</dt>
<dt>Errors that waste authoring time</dt>

<dd>

<p>Some constructs are disallowed because historically they have
been the cause of a lot of wasted authoring time.</p>
been the cause of a lot of wasted authoring time, and by
encouraging authors to avoid making them, authors can save time in
future efforts.</p>

<p class=example>For example, a <code><a href=#script>script</a></code> element's
<code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute causes the
Expand All @@ -2324,7 +2327,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
</dd>


<dt>Errors that are intended to help authors migrating to and from XHTML</dt>
<dt>Errors that involve areas that affect authors migrating to and from XHTML</dt>

<dd>

Expand All @@ -2351,7 +2354,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
</dd>


<dt>Errors that reserve space for future expansion</dt>
<dt>Errors that involve areas reserved for future expansion</dt>

<dd>

Expand Down

0 comments on commit aebd857

Please sign in to comment.