[html5] r7747 - [giow] (3) Needed for compatibility. Fixing https://www.w3.org/Bugs/Public/show_ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Mar 8 18:02:31 PST 2013
Author: ianh
Date: 2013-03-08 18:02:30 -0800 (Fri, 08 Mar 2013)
New Revision: 7747
Modified:
complete.html
index
source
Log:
[giow] (3) Needed for compatibility.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20666
Affected topics: DOM APIs
Modified: complete.html
===================================================================
--- complete.html 2013-03-08 23:47:43 UTC (rev 7746)
+++ complete.html 2013-03-09 02:02:30 UTC (rev 7747)
@@ -248,7 +248,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 8 March 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 9 March 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -73045,6 +73045,8 @@
readonly attribute DOMString <a href=#dom-navigator-appversion title=dom-navigator-appVersion>appVersion</a>;
readonly attribute DOMString <a href=#dom-navigator-platform title=dom-navigator-platform>platform</a>;
readonly attribute DOMString <a href=#dom-navigator-useragent title=dom-navigator-userAgent>userAgent</a>;
+
+ const DOMString product = "Gecko"; // for historical reasons
};</pre>
<p>In certain cases, despite the best efforts of the entire
@@ -73097,8 +73099,6 @@
<dt><dfn id=dom-navigator-platform title=dom-navigator-platform><code>platform</code></dfn></dt>
<dd><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 -->
<!-- securityPolicy: Mozilla only; always returns "" -->
Modified: index
===================================================================
--- index 2013-03-08 23:47:43 UTC (rev 7746)
+++ index 2013-03-09 02:02:30 UTC (rev 7747)
@@ -248,7 +248,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 8 March 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 9 March 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -73045,6 +73045,8 @@
readonly attribute DOMString <a href=#dom-navigator-appversion title=dom-navigator-appVersion>appVersion</a>;
readonly attribute DOMString <a href=#dom-navigator-platform title=dom-navigator-platform>platform</a>;
readonly attribute DOMString <a href=#dom-navigator-useragent title=dom-navigator-userAgent>userAgent</a>;
+
+ const DOMString product = "Gecko"; // for historical reasons
};</pre>
<p>In certain cases, despite the best efforts of the entire
@@ -73097,8 +73099,6 @@
<dt><dfn id=dom-navigator-platform title=dom-navigator-platform><code>platform</code></dfn></dt>
<dd><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 -->
<!-- securityPolicy: Mozilla only; always returns "" -->
Modified: source
===================================================================
--- source 2013-03-08 23:47:43 UTC (rev 7746)
+++ source 2013-03-09 02:02:30 UTC (rev 7747)
@@ -84948,6 +84948,8 @@
readonly attribute DOMString <span title="dom-navigator-appVersion">appVersion</span>;
readonly attribute DOMString <span title="dom-navigator-platform">platform</span>;
readonly attribute DOMString <span title="dom-navigator-userAgent">userAgent</span>;
+
+ const DOMString product = "Gecko"; // for historical reasons
};</pre>
<p>In certain cases, despite the best efforts of the entire
@@ -85010,8 +85012,6 @@
<dt><dfn title="dom-navigator-platform"><code>platform</code></dfn></dt>
<dd><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>".</p></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 -->
<!-- securityPolicy: Mozilla only; always returns "" -->
More information about the Commit-Watchers
mailing list