- From: poot <cvsmail@w3.org>
- Date: Fri, 17 Jun 2011 05:53:06 -0400
- To: public-html-diffs@w3.org
hixie: Make the summary a bit more detailed. (whatwg r6218) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4983&r2=1.4984&f=h http://html5.org/tools/web-apps-tracker?from=6217&to=6218 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4983 retrieving revision 1.4984 diff -u -d -r1.4983 -r1.4984 --- Overview.html 13 Jun 2011 22:15:58 -0000 1.4983 +++ Overview.html 13 Jun 2011 22:28:00 -0000 1.4984 @@ -43282,8 +43282,10 @@ context</a> of the one the link or script is in, "new" means a new <a href="#top-level-browsing-context">top-level browsing context</a> or <a href="#auxiliary-browsing-context">auxiliary browsing context</a> is to be created, subject to various user - preferences and user agent policies, and "none" means that by - default nothing will happen.<table><thead><tr><th rowspan="2">Keyword + preferences and user agent policies, "maybe new" means the same as + "new" but the requirements for those cases encourage user agents to + treat it more like "none", and "none" means that by default nothing + will happen.<table><thead><tr><th rowspan="2">Keyword <th rowspan="2">Ordinary effect <th colspan="5">Effect in an <code><a href="#the-iframe-element">iframe</a></code> with... <tr><th><code title="">seamless=""</code> @@ -43303,10 +43305,10 @@ <tr><td>none specified, for <code title="dom-open"><a href="#dom-open">window.open()</a></code> <td>new <td>new - <td>new† - <td>new† - <td>new† - <td>new† + <td>maybe new† + <td>maybe new† + <td>maybe new† + <td>maybe new† <tr><td>empty string <td>current @@ -43319,10 +43321,10 @@ <tr><td><code title="">_blank</code> <td>new <td>new - <td>new - <td>new - <td>new - <td>new + <td>maybe new + <td>maybe new + <td>maybe new + <td>maybe new <tr><td><code title="">_self</code> <td>current @@ -43375,10 +43377,10 @@ <tr><td>name that doesn't exist <td>new <td>new - <td>new - <td>new - <td>new - <td>new + <td>maybe new + <td>maybe new + <td>maybe new + <td>maybe new <tr><td>name that exists and is a descendant <td>specified descendant
Received on Friday, 17 June 2011 09:53:11 UTC