[html5] r2071 - [] (0) Refine the rules to allow for more privacy.
whatwg at whatwg.org
whatwg at whatwg.org
Tue Aug 12 18:40:58 PDT 2008
Author: ianh
Date: 2008-08-12 18:40:56 -0700 (Tue, 12 Aug 2008)
New Revision: 2071
Modified:
index
source
Log:
[] (0) Refine the rules to allow for more privacy.
/home/ianh/svn/webapps/hooks/commit-email.pl: `/usr/bin/svnlook diff /home/ianh/svn/webapps -r 2071' failed with this output:
Modified: index
===================================================================
--- index 2008-08-13 01:38:35 UTC (rev 2070)
+++ index 2008-08-13 01:40:56 UTC (rev 2071)
@@ -33815,10 +33815,10 @@
title=dom-navigator-platform><code>platform</code></dfn>
<dd>
- <p>Must return a string representing the platform on which the browser is
- executing, e.g. "<code title="">MacIntel</code>", "<code
- title="">Win32</code>", "<code title="">FreeBSD i386</code>", "<code
- title="">WebTV OS</code>".
+ <p>Must return either the empty string or a string representing the
+ platform on which the browser is executing, e.g. "<code
+ title="">MacIntel</code>", "<code title="">Win32</code>", "<code
+ title="">FreeBSD i386</code>", "<code title="">WebTV OS</code>".
</dd>
<!-- product: Mozilla and Safari only; always returns "Gecko" -->
<!-- productSub: Mozilla and Safari only; returns same as buildID in Mozilla, and returns the fixed string "20030107" in Safari -->
@@ -33830,7 +33830,8 @@
<dd>
<p>Must return the string used for the value of the "<code
- title="">User-Agent</code>" header in HTTP requests.
+ title="">User-Agent</code>" header in HTTP requests, or the empty string
+ if no such header is ever sent.
</dd>
<!-- vendor: Mozilla and Safari only; always returns "" in Mozilla, and returns the fixed string "Apple Computer, Inc." in Safari -->
<!-- vendorSub: Mozilla and Safari only; always returns "" -->
Modified: source
===================================================================
More information about the Commit-Watchers
mailing list