Skip to content

Commit

Permalink
[e] (0) Fix a couple of typos; remove a feature that has now been add…
Browse files Browse the repository at this point in the history
…ed from the todo list.

git-svn-id: http://svn.whatwg.org/webapps@2831 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 19, 2009
1 parent 794be76 commit dae8f18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions index
Expand Up @@ -34,7 +34,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 18 February 2009</h2>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 19 February 2009</h2>
<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>
<dl><dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -16738,7 +16738,7 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
origin</a> for the purposes of the <a href=#origin-0 title=origin>same-origin policy</a>.</p>

<p>This flag also <a href=#sandboxCookies>prevents script from
reading the <code title=dom-document-cookies>document.cookies</code> DOM
reading the <code title=dom-document-cookie>document.cookie</code> DOM
attribute</a>.</p>

<div class=note>
Expand Down Expand Up @@ -16819,7 +16819,7 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
&lt;iframe sandbox src="getusercontent.cgi?id=12193"&gt;&lt;/iframe&gt;</pre>

<p>Note that cookies are still send to the server in the <code title="">getusercontent.cgi</code> request, though they are not
visible in the <code title=dom-document-cookies>document.cookies</code> DOM
visible in the <code title=dom-document-cookie><a href=#dom-document-cookie>document.cookie</a></code> DOM
attribute.</p>

</div>
Expand Down Expand Up @@ -59231,7 +59231,6 @@ interface <dfn id=timeouthandler>TimeoutHandler</dfn> {

<!--
TODO (or delay):
XXX * simple color picker
XXX * in-window modal dialogs
- escape/enter handling
- dragging the window out of the tab
Expand Down
5 changes: 2 additions & 3 deletions source
Expand Up @@ -17861,7 +17861,7 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>

<p>This flag also <a href="#sandboxCookies">prevents script from
reading the <code
title="dom-document-cookies">document.cookies</code> DOM
title="dom-document-cookie">document.cookie</code> DOM
attribute</a>.</p>

<div class="note">
Expand Down Expand Up @@ -17950,7 +17950,7 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
<p>Note that cookies are still send to the server in the <code
title="">getusercontent.cgi</code> request, though they are not
visible in the <code
title="dom-document-cookies">document.cookies</code> DOM
title="dom-document-cookie">document.cookie</code> DOM
attribute.</p>

</div>
Expand Down Expand Up @@ -65047,7 +65047,6 @@ interface <dfn>TimeoutHandler</dfn> {

<!--
TODO (or delay):
XXX * simple color picker
XXX * in-window modal dialogs
- escape/enter handling
- dragging the window out of the tab
Expand Down

0 comments on commit dae8f18

Please sign in to comment.