[html5] r8594 - [giow] (2) Clarify what .javaEnabled returns when java is not enabled. Fixing ht [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu May 1 11:07:29 PDT 2014
Author: ianh
Date: 2014-05-01 11:07:26 -0700 (Thu, 01 May 2014)
New Revision: 8594
Modified:
complete.html
index
source
Log:
[giow] (2) Clarify what .javaEnabled returns when java is not enabled.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25524
Affected topics: DOM APIs
Modified: complete.html
===================================================================
--- complete.html 2014-05-01 17:58:36 UTC (rev 8593)
+++ complete.html 2014-05-01 18:07:26 UTC (rev 8594)
@@ -76061,7 +76061,7 @@
<hr><p>The <dfn id=dom-navigator-javaenabled title=dom-navigator-javaEnabled><code>navigator.javaEnabled</code></dfn> attribute
must return true if the user agent supports a <a href=#plugin>plugin</a> that supports the <a href=#mime-type>MIME
- type</a> "<code title="">application/x-java-vm</code>".
+ type</a> "<code title="">application/x-java-vm</code>"; otherwise it must return false.
<a href=#fingerprinting-vector class=fingerprint title="fingerprinting vector"><img src=http://images.whatwg.org/fingerprint.png width=46 alt="(This is a fingerprinting vector.)" height=64></a>
</p>
Modified: index
===================================================================
--- index 2014-05-01 17:58:36 UTC (rev 8593)
+++ index 2014-05-01 18:07:26 UTC (rev 8594)
@@ -76061,7 +76061,7 @@
<hr><p>The <dfn id=dom-navigator-javaenabled title=dom-navigator-javaEnabled><code>navigator.javaEnabled</code></dfn> attribute
must return true if the user agent supports a <a href=#plugin>plugin</a> that supports the <a href=#mime-type>MIME
- type</a> "<code title="">application/x-java-vm</code>".
+ type</a> "<code title="">application/x-java-vm</code>"; otherwise it must return false.
<a href=#fingerprinting-vector class=fingerprint title="fingerprinting vector"><img src=http://images.whatwg.org/fingerprint.png width=46 alt="(This is a fingerprinting vector.)" height=64></a>
</p>
Modified: source
===================================================================
--- source 2014-05-01 17:58:36 UTC (rev 8593)
+++ source 2014-05-01 18:07:26 UTC (rev 8594)
@@ -85114,7 +85114,7 @@
<p>The <dfn data-x="dom-navigator-javaEnabled"><code>navigator.javaEnabled</code></dfn> attribute
must return true if the user agent supports a <span>plugin</span> that supports the <span>MIME
- type</span> "<code data-x="">application/x-java-vm</code>".
+ type</span> "<code data-x="">application/x-java-vm</code>"; otherwise it must return false.
<!--INSERT FINGERPRINT-->
</p>
More information about the Commit-Watchers
mailing list