Skip to content

Commit

Permalink
[giow] (2) Clarify what .javaEnabled returns when java is not enabled.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25524
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@8594 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 1, 2014
1 parent e9c900c commit a41fabb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -76061,7 +76061,7 @@ <h5 id=plugins-0><span class=secno>7.6.1.5 </span>Plugins</h5>

<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>

Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -76061,7 +76061,7 @@ interface <dfn id=mimetype>MimeType</dfn> {

<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>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -85114,7 +85114,7 @@ interface <dfn>MimeType</dfn> {

<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>

Expand Down

0 comments on commit a41fabb

Please sign in to comment.