[html5] r1644 - /
whatwg at whatwg.org
whatwg at whatwg.org
Tue May 20 17:44:36 PDT 2008
Author: ianh
Date: 2008-05-20 17:44:35 -0700 (Tue, 20 May 2008)
New Revision: 1644
Modified:
index
source
Log:
[e] (0) Move 'flag' into the names of these flags.
Modified: index
===================================================================
--- index 2008-05-21 00:30:41 UTC (rev 1643)
+++ index 2008-05-21 00:44:35 UTC (rev 1644)
@@ -14258,7 +14258,7 @@
flags set:
<dl>
- <dt>The <dfn id=sandboxed>sandboxed navigation browsing context</dfn> flag
+ <dt>The <dfn id=sandboxed>sandboxed navigation browsing context flag</dfn>
<dd>
<p>This flag <a href="#sandboxLinks">prevents content from navigating
@@ -14271,7 +14271,7 @@
attribute or the <code title=dom-window-open>window.open()</code>
method.</p>
- <dt>The <dfn id=sandboxed0>sandboxed plugins browsing context</dfn> flag
+ <dt>The <dfn id=sandboxed0>sandboxed plugins browsing context flag</dfn>
<dd>
<p>This flag prevents content from instantiating third-party handlers
@@ -14282,7 +14282,7 @@
href="#sandboxPluginNavigate">through navigation</a> of a <a
href="#nested0">nested browsing context</a>.</p>
- <dt>The <dfn id=sandboxed1>sandboxed origin browsing context</dfn> flag,
+ <dt>The <dfn id=sandboxed1>sandboxed origin browsing context flag</dfn>,
unless the <code title=attr-iframe-sandbox><a
href="#sandbox">sandbox</a></code> attribute's value, when <a
href="#split" title="split a string on spaces">split on spaces</a>, is
@@ -14315,7 +14315,7 @@
"xxx_origin_please_suggest_a_better_name" -- please suggest a better
name first!</p>
- <dt>The <dfn id=sandboxed2>sandboxed forms browsing context</dfn> flag,
+ <dt>The <dfn id=sandboxed2>sandboxed forms browsing context flag</dfn>,
unless the <code title=attr-iframe-sandbox><a
href="#sandbox">sandbox</a></code> attribute's value, when <a
href="#split" title="split a string on spaces">split on spaces</a>, is
@@ -14326,7 +14326,7 @@
<dd>
<p>This flag <a href="#sandboxSubmitBlocked">blocks form submission</a>.</p>
- <dt>The <dfn id=sandboxed3>sandboxed scripts browsing context</dfn> flag,
+ <dt>The <dfn id=sandboxed3>sandboxed scripts browsing context flag</dfn>,
unless the <code title=attr-iframe-sandbox><a
href="#sandbox">sandbox</a></code> attribute's value, when <a
href="#split" title="split a string on spaces">split on spaces</a>, is
@@ -14359,7 +14359,7 @@
<ul>
<li>
<p>The user agent must set the <dfn id=seamless0>seamless browsing
- context</dfn> flag to true for that <a href="#browsing1">browsing
+ context flag</dfn> to true for that <a href="#browsing1">browsing
context</a>. This will <a href="#seamlessLinks">cause links to open in
the parent browsing context</a>.
@@ -14434,14 +14434,14 @@
user agent should render the <a href="#nested0">nested browsing
context</a> in a manner that is clearly distinguishable as a separate <a
href="#browsing1">browsing context</a>, and the <a
- href="#seamless0">seamless browsing context</a> flag must be set to false
+ href="#seamless0">seamless browsing context flag</a> must be set to false
for that <a href="#browsing1">browsing context</a>.
<p class=warning>It is important that user agents recheck the above
conditions whenever the <a href="#active">active document</a> of the <a
href="#nested0">nested browsing context</a> of the <code><a
href="#iframe">iframe</a></code> changes, such that the <a
- href="#seamless0">seamless browsing context</a> flag gets unset if the <a
+ href="#seamless0">seamless browsing context flag</a> gets unset if the <a
href="#nested0">nested browsing context</a> is <a href="#navigate"
title=navigate>navigated</a> to another origin.
@@ -14531,15 +14531,15 @@
element must be ignored (it represents nothing).
<p id=sandboxPluginEmbed>If the <a href="#sandboxed0">sandboxed plugins
- browsing context</a> flag is set on the <a href="#browsing1">browsing
+ browsing context flag</a> is set on the <a href="#browsing1">browsing
context</a> for which the <code><a href="#embed">embed</a></code>
element's document is the <a href="#active">active document</a>, then the
user agent must render the <code><a href="#embed">embed</a></code> element
in a manner that conveys that the plugin was disabled. The user agent may
offer the user the option to override the sandbox and instantiate the
handler anyway; if the user invokes such an option, the user agent must
- act as if the <a href="#sandboxed0">sandboxed plugins browsing context</a>
- flag was not set for the purposes of this element.
+ act as if the <a href="#sandboxed0">sandboxed plugins browsing context
+ flag</a> was not set for the purposes of this element.
<p class=warning>Plugins are disabled in sandboxed browsing contexts
because they might not honour the restrictions imposed by the sandbox
@@ -14917,7 +14917,7 @@
href="#browsing1">browsing context</a>.
<p id=sandboxPluginObject>If the <a href="#sandboxed0">sandboxed plugins
- browsing context</a> flag is set on the <a href="#browsing1">browsing
+ browsing context flag</a> is set on the <a href="#browsing1">browsing
context</a> for which the <code><a href="#object">object</a></code>
element's document is the <a href="#active">active document</a>, then the
steps above must always act as if they had failed to find a handler, even
@@ -23005,8 +23005,8 @@
for now
<p class=big-issue id=sandboxSubmitBlocked>If a form is in a browsing
- context whose <a href="#sandboxed2">sandboxed forms browsing context</a>
- is set, it must not be submitted.
+ context whose <a href="#sandboxed2">sandboxed forms browsing context
+ flag</a> is set, it must not be submitted.
<h3 id=scripting0><span class=secno>3.15 </span>Scripting</h3>
@@ -28126,7 +28126,7 @@
themselves <a href="#fully">fully active</a>.
<p>A <a href="#nested0">nested browsing context</a> can have a <a
- href="#seamless0">seamless browsing context</a> flag set, if it is
+ href="#seamless0">seamless browsing context flag</a> set, if it is
embedded through an <code><a href="#iframe">iframe</a></code> element with
a <code title=attr-iframe-seamless><a href="#seamless">seamless</a></code>
attribute.
@@ -28289,7 +28289,7 @@
<dl>
<dt id=sandboxWindowOpen>If the current browsing context has the <a
- href="#sandboxed">sandboxed navigation browsing context</a> flag set.
+ href="#sandboxed">sandboxed navigation browsing context flag</a> set.
<dd>The user agent may offer to create a new <a
href="#top-level">top-level browsing context</a> or reuse an existing
@@ -28761,7 +28761,7 @@
<dl class=switch>
<dt id=sandboxOrigin>If a <code>Document</code> is in a <a
href="#browsing1">browsing context</a> whose <a
- href="#sandboxed1">sandboxed origin browsing context</a> is set
+ href="#sandboxed1">sandboxed origin browsing context flag</a> is set
<dd>The <a href="#origin0">origin</a> is a globally unique identifier
assigned when the <code>Document</code> is created.
@@ -29042,7 +29042,7 @@
<li id=sandboxScriptBlocked>The <a href="#script2">script execution
browsing context</a> is a <a href="#browsing1">browsing context</a> whose
- <a href="#sandboxed3">sandboxed scripts browsing context</a> flag is set.
+ <a href="#sandboxed3">sandboxed scripts browsing context flag</a> is set.
</ul>
<p>A node is said to be <dfn id=without>without script</dfn> if either the
@@ -32175,7 +32175,7 @@
href="#ancestor" title="ancestor browsing context">ancestor browsing
contexts</a> of the <a href="#browsing1">browsing context</a> being
navigated, and the <a href="#source0">source browsing context</a> has
- its <a href="#sandboxed">sandboxed navigation browsing context</a> flag
+ its <a href="#sandboxed">sandboxed navigation browsing context flag</a>
set, then abort these steps. The user agent may offer to open the
specified resource in a new <a href="#top-level">top-level browsing
context</a> or in the <a href="#top-level">top-level browsing
@@ -32188,10 +32188,10 @@
<li id=seamlessLinks>
<p>If the <a href="#source0">source browsing context</a> is the same as
the <a href="#browsing1">browsing context</a> being navigated, and this
- browsing context has its <a href="#seamless0">seamless browsing
- context</a> flag set, then find the nearest <a href="#ancestor">ancestor
+ browsing context has its <a href="#seamless0">seamless browsing context
+ flag</a> set, then find the nearest <a href="#ancestor">ancestor
browsing context</a> that does not have its <a
- href="#seamless0">seamless browsing context</a> flag set, and continue
+ href="#seamless0">seamless browsing context flag</a> set, and continue
these steps as if <em>that</em> <a href="#browsing1">browsing
context</a> was the one that was going to be <a href="#navigate"
title=navigate>navigated</a> instead.
@@ -32669,7 +32669,7 @@
href="#title1">title</a></code>.
<p class=note id=sandboxPluginNavigate>If the <a
- href="#sandboxed0">sandboxed plugins browsing context</a> flag is set on
+ href="#sandboxed0">sandboxed plugins browsing context flag</a> is set on
the <a href="#browsing1">browsing context</a>, the synthesized <code><a
href="#embed">embed</a></code> element will <a
href="#sandboxPluginEmbed">fail to render the content</a>.
@@ -50737,7 +50737,7 @@
consistent manner.
<p id=sandboxPluginApplet>If the <a href="#sandboxed0">sandboxed plugins
- browsing context</a> flag is set on the <a href="#browsing1">browsing
+ browsing context flag</a> is set on the <a href="#browsing1">browsing
context</a> for which the <code><a href="#applet">applet</a></code>
element's document is the <a href="#active">active document</a>, then the
element must be ignored (it represents nothing).
Modified: source
===================================================================
--- source 2008-05-21 00:30:41 UTC (rev 1643)
+++ source 2008-05-21 00:44:35 UTC (rev 1644)
@@ -12271,7 +12271,7 @@
<dl>
- <dt>The <dfn>sandboxed navigation browsing context</dfn> flag</dt>
+ <dt>The <dfn>sandboxed navigation browsing context flag</dfn></dt>
<dd>
@@ -12288,7 +12288,7 @@
</dd>
- <dt>The <dfn>sandboxed plugins browsing context</dfn> flag</dt>
+ <dt>The <dfn>sandboxed plugins browsing context flag</dfn></dt>
<dd>
@@ -12303,7 +12303,7 @@
</dd>
- <dt>The <dfn>sandboxed origin browsing context</dfn> flag, unless
+ <dt>The <dfn>sandboxed origin browsing context flag</dfn>, unless
the <code title="attr-iframe-sandbox">sandbox</code> attribute's
value, when <span title="split a string on spaces">split on
spaces</span>, is found to have the <dfn
@@ -12341,7 +12341,7 @@
</dd>
- <dt>The <dfn>sandboxed forms browsing context</dfn> flag, unless
+ <dt>The <dfn>sandboxed forms browsing context flag</dfn>, unless
the <code title="attr-iframe-sandbox">sandbox</code> attribute's
value, when <span title="split a string on spaces">split on
spaces</span>, is found to have the <dfn
@@ -12356,7 +12356,7 @@
</dd>
- <dt>The <dfn>sandboxed scripts browsing context</dfn> flag, unless
+ <dt>The <dfn>sandboxed scripts browsing context flag</dfn>, unless
the <code title="attr-iframe-sandbox">sandbox</code> attribute's
value, when <span title="split a string on spaces">split on
spaces</span>, is found to have the <dfn
@@ -12392,7 +12392,7 @@
<ul>
<li><p>The user agent must set the <dfn>seamless browsing
- context</dfn> flag to true for that <span>browsing
+ context flag</dfn> to true for that <span>browsing
context</span>. This will <a href="#seamlessLinks">cause links to
open in the parent browsing context</a>.</p></li>
@@ -12466,13 +12466,13 @@
conditions listed above are not met, then the user agent should
render the <span>nested browsing context</span> in a manner that is
clearly distinguishable as a separate <span>browsing context</span>,
- and the <span>seamless browsing context</span> flag must be set to
+ and the <span>seamless browsing context flag</span> must be set to
false for that <span>browsing context</span>.</p>
<p class="warning">It is important that user agents recheck the
above conditions whenever the <span>active document</span> of the
<span>nested browsing context</span> of the <code>iframe</code>
- changes, such that the <span>seamless browsing context</span> flag
+ changes, such that the <span>seamless browsing context flag</span>
gets unset if the <span>nested browsing context</span> is <span
title="navigate">navigated</span> to another origin.</p>
@@ -12549,14 +12549,14 @@
represents nothing).</p>
<p id="sandboxPluginEmbed">If the <span>sandboxed plugins browsing
- context</span> flag is set on the <span>browsing context</span> for
+ context flag</span> is set on the <span>browsing context</span> for
which the <code>embed</code> element's document is the <span>active
document</span>, then the user agent must render the
<code>embed</code> element in a manner that conveys that the plugin
was disabled. The user agent may offer the user the option to
override the sandbox and instantiate the handler anyway; if the user
invokes such an option, the user agent must act as if the
- <span>sandboxed plugins browsing context</span> flag was not set for
+ <span>sandboxed plugins browsing context flag</span> was not set for
the purposes of this element.</p>
<p class="warning">Plugins are disabled in sandboxed browsing
@@ -12960,7 +12960,7 @@
handler is not a nested <span>browsing context</span>.</p>
<p id="sandboxPluginObject">If the <span>sandboxed plugins browsing
- context</span> flag is set on the <span>browsing context</span> for
+ context flag</span> is set on the <span>browsing context</span> for
which the <code>object</code> element's document is the <span>active
document</span>, then the steps above must always act as if they had
failed to find a handler, even if one would otherwise have been
@@ -20861,8 +20861,8 @@
<p class="big-issue">See <a href="http://www.whatwg.org/specs/web-forms/current-work/#form-submission">WF2</a> for now</p>
<p class="big-issue" id="sandboxSubmitBlocked">If a form is in a
- browsing context whose <span>sandboxed forms browsing context</span>
- is set, it must not be submitted.</p>
+ browsing context whose <span>sandboxed forms browsing context
+ flag</span> is set, it must not be submitted.</p>
@@ -25842,7 +25842,7 @@
themselves <span>fully active</span>.</p>
<p>A <span>nested browsing context</span> can have a <span>seamless
- browsing context</span> flag set, if it is embedded through an
+ browsing context flag</span> set, if it is embedded through an
<code>iframe</code> element with a <code
title="attr-iframe-seamless">seamless</code> attribute.</p>
@@ -26018,7 +26018,7 @@
<dl>
<dt id="sandboxWindowOpen">If the current browsing context has
- the <span>sandboxed navigation browsing context</span> flag
+ the <span>sandboxed navigation browsing context flag</span>
set.</dt>
<dd>The user agent may offer to create a new <span>top-level
@@ -26513,7 +26513,7 @@
<dt id="sandboxOrigin">If a <code>Document</code> is in a
<span>browsing context</span> whose <span>sandboxed origin
- browsing context</span> is set</dt>
+ browsing context flag</span> is set</dt>
<dd>The <span>origin</span> is a globally unique identifier
assigned when the <code>Document</code> is created.</dd>
@@ -26843,7 +26843,7 @@
<li id="sandboxScriptBlocked">The <span>script execution browsing
context</span> is a <span>browsing context</span> whose
- <span>sandboxed scripts browsing context</span> flag is set.</li>
+ <span>sandboxed scripts browsing context flag</span> is set.</li>
</ul>
@@ -30032,7 +30032,7 @@
not one of the <span title="ancestor browsing context">ancestor
browsing contexts</span> of the <span>browsing context</span> being
navigated, and the <span>source browsing context</span> has its
- <span>sandboxed navigation browsing context</span> flag set, then
+ <span>sandboxed navigation browsing context flag</span> set, then
abort these steps. The user agent may offer to open the specified
resource in a new <span>top-level browsing context</span> or in the
<span>top-level browsing context</span> of the <span>source
@@ -30044,9 +30044,9 @@
<li id="seamlessLinks"><p>If the <span>source browsing
context</span> is the same as the <span>browsing context</span>
being navigated, and this browsing context has its <span>seamless
- browsing context</span> flag set, then find the nearest
+ browsing context flag</span> set, then find the nearest
<span>ancestor browsing context</span> that does not have its
- <span>seamless browsing context</span> flag set, and continue these
+ <span>seamless browsing context flag</span> set, and continue these
steps as if <em>that</em> <span>browsing context</span> was the one
that was going to be <span title="navigate">navigated</span>
instead.</p></li>
@@ -30541,7 +30541,7 @@
the document a <code>title</code>.</p>
<p class="note" id="sandboxPluginNavigate">If the <span>sandboxed
- plugins browsing context</span> flag is set on the <span>browsing
+ plugins browsing context flag</span> is set on the <span>browsing
context</span>, the synthesized <code>embed</code> element will <a
href="#sandboxPluginEmbed">fail to render the content</a>.</p>
@@ -46006,7 +46006,7 @@
etc) are handled in a consistent manner.</p>
<p id="sandboxPluginApplet">If the <span>sandboxed plugins browsing
- context</span> flag is set on the <span>browsing context</span> for
+ context flag</span> is set on the <span>browsing context</span> for
which the <code>applet</code> element's document is the <span>active
document</span>, then the element must be ignored (it represents
nothing).</p>
More information about the Commit-Watchers
mailing list