Navigation Menu

Skip to content

Commit

Permalink
[e] (0) hide some impl things from the author section
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5753 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 9, 2011
1 parent d914cf6 commit 63a8c4d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
10 changes: 9 additions & 1 deletion complete.html
Expand Up @@ -221,7 +221,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Living Standard &mdash; 8 January 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 9 January 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -2819,12 +2819,16 @@ <h4 id=plugins><span class=secno>2.1.5 </span>Plugins</h4>
though a user agent can also designate built-in content handlers as
plugins.</p>

<div class=impl>

<p>A user agent must not consider the types <code>text/plain</code>
and <code>application/octet-stream</code> as having a registered
<a href=#plugin>plugin</a>.</p> <!-- because of the way <object> handles
those types, if nothing else (it also doesn't make any sense to have
a plugin registered for those types, of course) -->

</div>

<p class=example>One example of a plugin would be a PDF viewer
that is instantiated in a <a href=#browsing-context>browsing context</a> when the
user navigates to a PDF file. This would count as a plugin
Expand All @@ -2840,12 +2844,16 @@ <h4 id=plugins><span class=secno>2.1.5 </span>Plugins</h4>
such as the Netscape Plugin API; others might use remote content
converters or have built-in support for certain types. <a href=#refsNPAPI>[NPAPI]</a></p>

<div class=impl>

<p class=warning>Browsers should take extreme care when
interacting with external content intended for <a href=#plugin title=plugin>plugins</a>. When third-party software is run with
the same privileges as the user agent itself, vulnerabilities in the
third-party software become as dangerous as those in the user
agent.</p>

</div>


<h4 id=character-encodings><span class=secno>2.1.6 </span>Character encodings</h4>

Expand Down
10 changes: 9 additions & 1 deletion index
Expand Up @@ -225,7 +225,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
<h2 class="no-num no-toc">Living Standard &mdash; 8 January 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 9 January 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -2798,12 +2798,16 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
though a user agent can also designate built-in content handlers as
plugins.</p>

<div class=impl>

<p>A user agent must not consider the types <code>text/plain</code>
and <code>application/octet-stream</code> as having a registered
<a href=#plugin>plugin</a>.</p> <!-- because of the way <object> handles
those types, if nothing else (it also doesn't make any sense to have
a plugin registered for those types, of course) -->

</div>

<p class=example>One example of a plugin would be a PDF viewer
that is instantiated in a <a href=#browsing-context>browsing context</a> when the
user navigates to a PDF file. This would count as a plugin
Expand All @@ -2819,12 +2823,16 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
such as the Netscape Plugin API; others might use remote content
converters or have built-in support for certain types. <a href=#refsNPAPI>[NPAPI]</a></p>

<div class=impl>

<p class=warning>Browsers should take extreme care when
interacting with external content intended for <a href=#plugin title=plugin>plugins</a>. When third-party software is run with
the same privileges as the user agent itself, vulnerabilities in the
third-party software become as dangerous as those in the user
agent.</p>

</div>


<h4 id=character-encodings><span class=secno>2.1.6 </span>Character encodings</h4>

Expand Down
8 changes: 8 additions & 0 deletions source
Expand Up @@ -1719,12 +1719,16 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
though a user agent can also designate built-in content handlers as
plugins.</p>

<div class="impl">

<p>A user agent must not consider the types <code>text/plain</code>
and <code>application/octet-stream</code> as having a registered
<span>plugin</span>.</p> <!-- because of the way <object> handles
those types, if nothing else (it also doesn't make any sense to have
a plugin registered for those types, of course) -->

</div>

<p class="example">One example of a plugin would be a PDF viewer
that is instantiated in a <span>browsing context</span> when the
user navigates to a PDF file. This would count as a plugin
Expand All @@ -1741,13 +1745,17 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
converters or have built-in support for certain types. <a
href="#refsNPAPI">[NPAPI]</a></p>

<div class="impl">

<p class="warning">Browsers should take extreme care when
interacting with external content intended for <span
title="plugin">plugins</span>. When third-party software is run with
the same privileges as the user agent itself, vulnerabilities in the
third-party software become as dangerous as those in the user
agent.</p>

</div>


<h4>Character encodings</h4>

Expand Down

0 comments on commit 63a8c4d

Please sign in to comment.