Skip to content

Commit

Permalink
[giow] (3) Needed for compatibility.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20666
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@7747 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 9, 2013
1 parent 99327d3 commit 90363e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 &mdash; Last Updated 8 March 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -73045,6 +73045,8 @@ <h5 id=client-identification><span class=secno>7.5.1.1 </span>Client identificat
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
Expand Down Expand Up @@ -73097,8 +73099,6 @@ <h5 id=client-identification><span class=secno>7.5.1.1 </span>Client identificat
<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 "" -->
Expand Down
6 changes: 3 additions & 3 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -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 &mdash; Last Updated 8 March 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -73045,6 +73045,8 @@ interface <dfn id=navigatorid>NavigatorID</dfn> {<!--
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
Expand Down Expand Up @@ -73097,8 +73099,6 @@ interface <dfn id=navigatorid>NavigatorID</dfn> {<!--
<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 "" -->
Expand Down
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -84948,6 +84948,8 @@ interface <dfn>NavigatorID</dfn> {<!--
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
Expand Down Expand Up @@ -85010,8 +85012,6 @@ interface <dfn>NavigatorID</dfn> {<!--
<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 "" -->
Expand Down

0 comments on commit 90363e1

Please sign in to comment.