Skip to content

Commit

Permalink
[w] (2) The localisation of error messages isn't a MUST interop requi…
Browse files Browse the repository at this point in the history
…rement.

git-svn-id: http://svn.whatwg.org/webapps@1111 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 30, 2007
1 parent f2cf74d commit 9e5adb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -30884,8 +30884,8 @@ interface <dfn id=sqlstatementerrorcallback>SQLStatementErrorCallback</dfn> {

<p>The <dfn id=message
title=dom-SQLError-message><code>message</code></dfn> DOM attribute must
return an error message, localised to the user's language, describing the
error encountered.
return an error message describing the error encountered. The message
should be localised to the user's language.

<h4 id=processing3><span class=secno>4.11.6. </span>Processing model</h4>

Expand Down
5 changes: 3 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -28442,8 +28442,9 @@ interface <dfn>SQLStatementErrorCallback</dfn> {
are needed.</p>

<p>The <dfn title="dom-SQLError-message"><code>message</code></dfn>
DOM attribute must return an error message, localised to the user's
language, describing the error encountered.</p>
DOM attribute must return an error message describing the error
encountered. The message should be localised to the user's
language.</p>



Expand Down

0 comments on commit 9e5adb2

Please sign in to comment.