- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Jun 2011 22:46:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv19487 Modified Files: browsers.html spec.html text-level-semantics.html the-map-element.html toc-status.html Log Message: Make the summary a bit more detailed. (whatwg r6218) [updated by splitter] Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec/text-level-semantics.html,v retrieving revision 1.1041 retrieving revision 1.1042 diff -u -d -r1.1041 -r1.1042 --- text-level-semantics.html 7 Jun 2011 00:47:16 -0000 1.1041 +++ text-level-semantics.html 13 Jun 2011 22:46:46 -0000 1.1042 @@ -404,14 +404,18 @@ that create <a href="links.html#hyperlink" title="hyperlink">hyperlinks</a> is to run the following steps:</p> - <ol><li><p>If the <code title="event-click"><a href="infrastructure.html#event-click">click</a></code> - event in question is not <a href="infrastructure.html#concept-events-trusted" title="concept-events-trusted">trusted</a> (i.e. a <code title="dom-click"><a href="editing.html#dom-click">click()</a></code> method call was the reason for the - event being dispatched), and the <code><a href="#the-a-element">a</a></code> element's <code title="attr-hyperlink-target"><a href="links.html#attr-hyperlink-target">target</a></code> attribute is such that - applying <a href="browsers.html#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name">the rules for choosing a browsing context given a - browsing context name</a>, using the value of the <code title="attr-hyperlink-target"><a href="links.html#attr-hyperlink-target">target</a></code> attribute as the - browsing context name, would result in there not being a chosen - browsing context, then raise an <code><a href="common-dom-interfaces.html#invalid_access_err">INVALID_ACCESS_ERR</a></code> - exception and abort these steps.</p></li> + <ol><li><p>If the <code title="event-click"><a href="infrastructure.html#event-click">click</a></code> event in + question is not <a href="infrastructure.html#concept-events-trusted" title="concept-events-trusted">trusted</a> + (i.e. a <code title="dom-click"><a href="editing.html#dom-click">click()</a></code> method call was the + reason for the event being dispatched), and the <code><a href="#the-a-element">a</a></code> + element's <code title="attr-hyperlink-target"><a href="links.html#attr-hyperlink-target">target</a></code> + attribute is present and applying <a href="browsers.html#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name">the rules for choosing a + browsing context given a browsing context name</a>, using the + value of the <code title="attr-hyperlink-target"><a href="links.html#attr-hyperlink-target">target</a></code> + attribute as the browsing context name, would result in there not + being a chosen browsing context, then raise an + <code><a href="common-dom-interfaces.html#invalid_access_err">INVALID_ACCESS_ERR</a></code> exception and abort these + steps.</p></li> <li><p>If the target of the <code title="event-click"><a href="infrastructure.html#event-click">click</a></code> event is an <code><a href="embedded-content-1.html#the-img-element">img</a></code> element with an <code title="attr-img-ismap"><a href="embedded-content-1.html#attr-img-ismap">ismap</a></code> attribute specified, then Index: the-map-element.html =================================================================== RCS file: /sources/public/html5/spec/the-map-element.html,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- the-map-element.html 4 Jun 2011 01:46:48 -0000 1.46 +++ the-map-element.html 13 Jun 2011 22:46:46 -0000 1.47 @@ -565,7 +565,7 @@ (i.e. a <code title="dom-click"><a href="editing.html#dom-click">click()</a></code> method call was the reason for the event being dispatched), and the <code><a href="#the-area-element">area</a></code> element's <code title="attr-hyperlink-target"><a href="links.html#attr-hyperlink-target">target</a></code> - attribute is such that applying <a href="browsers.html#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name">the rules for choosing a + attribute is present and applying <a href="browsers.html#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name">the rules for choosing a browsing context given a browsing context name</a>, using the value of the <code title="attr-hyperlink-target"><a href="links.html#attr-hyperlink-target">target</a></code> attribute as the browsing context name, would result in there not Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec/browsers.html,v retrieving revision 1.1050 retrieving revision 1.1051 diff -u -d -r1.1050 -r1.1051 --- browsers.html 9 Jun 2011 22:47:06 -0000 1.1050 +++ browsers.html 13 Jun 2011 22:46:46 -0000 1.1051 @@ -667,7 +667,152 @@ character. (Names starting with an underscore are reserved for special keywords.)</p><p>A <dfn id="valid-browsing-context-name-or-keyword">valid browsing context name or keyword</dfn> is any string that is either a <a href="#valid-browsing-context-name">valid browsing context name</a> or that is - an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for one of: <code title="">_blank</code>, <code title="">_self</code>, <code title="">_parent</code>, or <code title="">_top</code>.</p><div class="impl"> + an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for one of: <code title="">_blank</code>, <code title="">_self</code>, <code title="">_parent</code>, or <code title="">_top</code>.</p><p>These values have different meanings based on whether the page is + sandboxed or not, as summarized in the following (non-normative) + table. In this table, "current" means the <a href="#browsing-context">browsing + context</a> that the link or script is in, "parent" means the + <a href="#parent-browsing-context">parent browsing context</a> of the one the link or script + is in, "master" means the nearest <a href="#ancestor-browsing-context">ancestor browsing + context</a> of the one the link or script is in that is not + itself in a <a href="the-iframe-element.html#attr-iframe-seamless" title="attr-iframe-seamless">seamless + iframe</a>, "top" means the <a href="#top-level-browsing-context">top-level browsing + 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, "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.</p><table><thead><tr><th rowspan="2">Keyword + </th><th rowspan="2">Ordinary effect + </th><th colspan="5">Effect in an <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> with... + </th></tr><tr><th><code title="">seamless=""</code> + </th><th><code title="">sandbox=""</code> + </th><th><code title="">sandbox="" seamless=""</code> + </th><th><code title="">sandbox="allow-top-navigation"</code> + </th><th><code title="">sandbox="allow-top-navigation" seamless=""</code> + + </th></tr></thead><tbody><tr><td>none specified, for links and form submissions + </td><td>current + </td><td>master + </td><td>current + </td><td>master + </td><td>current + </td><td>master + + </td></tr><tr><td>none specified, for <code title="dom-open"><a href="#dom-open">window.open()</a></code> + </td><td>new + </td><td>new + </td><td>maybe new† + </td><td>maybe new† + </td><td>maybe new† + </td><td>maybe new† + + </td></tr><tr><td>empty string + </td><td>current + </td><td>master + </td><td>current + </td><td>master + </td><td>current + </td><td>master + + </td></tr><tr><td><code title="">_blank</code> + </td><td>new + </td><td>new + </td><td>maybe new + </td><td>maybe new + </td><td>maybe new + </td><td>maybe new + + </td></tr><tr><td><code title="">_self</code> + </td><td>current + </td><td>current + </td><td>current + </td><td>current + </td><td>current + </td><td>current + + </td></tr><tr><td><code title="">_parent</code> if there isn't a parent + </td><td>current + </td><td>current + </td><td>current + </td><td>current + </td><td>current + </td><td>current + + </td></tr><tr><td><code title="">_parent</code> if parent is also top + </td><td>parent/top + </td><td>parent/top + </td><td>none + </td><td>none + </td><td>parent/top + </td><td>parent/top + + </td></tr><tr><td><code title="">_parent</code> if there is one and it's not top + </td><td>parent + </td><td>parent + </td><td>none + </td><td>none + </td><td>none + </td><td>none + + </td></tr><tr><td><code title="">_top</code> if top is current + </td><td>current + </td><td>current + </td><td>current + </td><td>current + </td><td>current + </td><td>current + + </td></tr><tr><td><code title="">_top</code> if top is not current + </td><td>top + </td><td>top + </td><td>none + </td><td>none + </td><td>top + </td><td>top + + </td></tr><tr><td>name that doesn't exist + </td><td>new + </td><td>new + </td><td>maybe new + </td><td>maybe new + </td><td>maybe new + </td><td>maybe new + + </td></tr><tr><td>name that exists and is a descendant + </td><td>specified descendant + </td><td>specified descendant + </td><td>specified descendant + </td><td>specified descendant + </td><td>specified descendant + </td><td>specified descendant + + </td></tr><tr><td>name that exists and is current + </td><td>current + </td><td>current + </td><td>current + </td><td>current + </td><td>current + </td><td>current + + </td></tr><tr><td>name that exists and is a ancestor that is top + </td><td>specified ancestor + </td><td>specified ancestor + </td><td>none + </td><td>none + </td><td>specified ancestor/top + </td><td>specified ancestor/top + + </td></tr><tr><td>name that exists and is a ancestor that is not top + </td><td>specified ancestor + </td><td>specified ancestor + </td><td>none + </td><td>none + </td><td>none + </td><td>none + + </td></tr></tbody></table><p><small>† This case is only possible if the <code title="attr-iframe-sandbox"><a href="the-iframe-element.html#attr-iframe-sandbox">sandbox</a></code> attribute also allows + scripts.</small></p><div class="impl"> <p><dfn id="the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name">The rules for choosing a browsing context given a browsing context name</dfn> are as follows. The rules assume that they are Index: toc-status.html =================================================================== RCS file: /sources/public/html5/spec/toc-status.html,v retrieving revision 1.309 retrieving revision 1.310 diff -u -d -r1.309 -r1.310 --- toc-status.html 8 Jun 2011 22:46:57 -0000 1.309 +++ toc-status.html 13 Jun 2011 22:46:46 -0000 1.310 @@ -1083,7 +1083,7 @@ <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=scripting" class="status LC">LC</a> <a href="../spec/#scripting">6.1 Scripting</a> <span class="id">(scripting)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=introduction-5" class="status WD">WD</a> <a href="../spec/#introduction-5">6.1.1 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=introduction-5" class="status CR">CR</a> <a href="../spec/#introduction-5">6.1.1 Introduction</a> <span class="id">(introduction-5)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=enabling-and-disabling-scripting" class="status LC">LC</a> <a href="../spec/#enabling-and-disabling-scripting">6.1.2 Enabling and disabling scripting</a> <span class="id">(enabling-and-disabling-scripting)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=processing-model-1" class="status LC">LC</a> <a href="../spec/#processing-model-1">6.1.3 Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1529 retrieving revision 1.1530 diff -u -d -r1.1529 -r1.1530 --- spec.html 13 Jun 2011 19:47:01 -0000 1.1529 +++ spec.html 13 Jun 2011 22:46:46 -0000 1.1530 @@ -347,7 +347,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.4982. +This is revision 1.4984. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Monday, 13 June 2011 22:46:51 UTC