[html5] r1111 - /
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 30 16:29:48 PDT 2007
Author: ianh
Date: 2007-10-30 16:29:46 -0700 (Tue, 30 Oct 2007)
New Revision: 1111
Modified:
index
source
Log:
[w] (2) The localisation of error messages isn't a MUST interop requirement.
Modified: index
===================================================================
--- index 2007-10-30 09:19:13 UTC (rev 1110)
+++ index 2007-10-30 23:29:46 UTC (rev 1111)
@@ -30884,8 +30884,8 @@
<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>
Modified: source
===================================================================
--- source 2007-10-30 09:19:13 UTC (rev 1110)
+++ source 2007-10-30 23:29:46 UTC (rev 1111)
@@ -28442,8 +28442,9 @@
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>
More information about the Commit-Watchers
mailing list