[html5] r1638 - /

whatwg at whatwg.org whatwg at whatwg.org
Mon May 19 16:33:25 PDT 2008


Author: ianh
Date: 2008-05-19 16:33:25 -0700 (Mon, 19 May 2008)
New Revision: 1638

Modified:
   index
   source
Log:
[e] (0) Fix all the typos, cross-reference errors, dandling links, and markup errors of the last checkin...

Modified: index
===================================================================
--- index	2008-05-19 23:26:09 UTC (rev 1637)
+++ index	2008-05-19 23:33:25 UTC (rev 1638)
@@ -14138,7 +14138,7 @@
    <dd><code title=attr-iframe-name><a href="#name1">name</a></code>
 
    <dd><code title=attr-iframe-seamless><a
-    href="#seamlesscode">seamless</a></code>
+    href="#seamless">seamless</a></code>
 
    <dt>DOM interface:
 
@@ -14146,8 +14146,8 @@
     <pre
      class=idl>interface <dfn id=htmliframeelement>HTMLIFrameElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
            attribute DOMString <a href="#src2" title=dom-iframe-src>src</a>;
-           attribute DOMString <span title=dom-iframe-name>name</span>;
-           attribute DOMString <span title=dom-iframe-seamless>seamless</span>;<!--
+           attribute DOMString <a href="#name2" title=dom-iframe-name>name</a>;
+           attribute DOMString <a href="#seamless1" title=dom-iframe-seamless>seamless</a>;<!--
   readonly attribute Document <span title="dom-iframe-contentDocument">contentDocument</span>;
   readonly attribute <span>Window</span> <span title="dom-iframe-contentWindow">contentWindow</span>;-->
 };</pre>
@@ -14226,9 +14226,9 @@
    href="#navigate" title=navigate>navigated</a>, that will further <a
    href="#delays">delay the <code title=event-load>load</code> event</a>.
 
-  <p>The <dfn id=seamlesscode
-   title=attr-iframe-seamless><code>seamless/code></code></dfn> attribute is
-   a boolean attribute. When specified, it indicates that the <code><a
+  <p>The <dfn id=seamless
+   title=attr-iframe-seamless><code>seamless</code></dfn> attribute is a
+   boolean attribute. When specified, it indicates that the <code><a
    href="#iframe">iframe</a></code> element's <a href="#browsing1">browsing
    context</a> is to be rendered in a manner that makes it appear to be part
    of the containing document (seamlessly included in the parent document).
@@ -14243,10 +14243,10 @@
 
   <ul>
    <li>
-    <p>The user agent must set the <span>seamless browsing context</span>
-     flag 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>.
+    <p>The user agent must set the <dfn id=seamless0>seamless browsing
+     context</dfn> flag 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>.
 
    <li>
     <p>In a CSS-supporting user agent: the user agent must add all the style
@@ -14305,9 +14305,9 @@
    href="#origin0">origin</a> conditions listed above are not met, then the
    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 <span>seamless browsing
-   context</span> flag must be set to false for that <a
-   href="#browsing1">browsing context</a>.
+   href="#browsing1">browsing context</a>, and the <a
+   href="#seamless0">seamless browsing context</a> flag must be set to false
+   for that <a href="#browsing1">browsing context</a>.
 
   <p>An <code><a href="#iframe">iframe</a></code> element never has <a
    href="#fallback">fallback content</a>, as it will always create a nested
@@ -14331,9 +14331,11 @@
   <p class=note>The <a href="#html-0">HTML parser</a> treats markup inside
    <code><a href="#iframe">iframe</a></code> elements as text.
 
-  <p>The DOM attribute <dfn id=src2
-   title=dom-iframe-src><code>src</code></dfn> must <a
-   href="#reflect">reflect</a> the content attribute of the same name.
+  <p>The DOM attributes <dfn id=src2
+   title=dom-iframe-src><code>src</code></dfn>, <dfn id=name2
+   title=dom-iframe-name><code>name</code></dfn>, and <dfn id=seamless1
+   title=dom-iframe-seamless><code>seamless</code></dfn> must <a
+   href="#reflect">reflect</a> the content attributes of the same name.
 
   <h4 id=the-embed><span class=secno>3.12.4 </span>The <dfn
    id=embed><code>embed</code></dfn> element</h4>
@@ -14488,7 +14490,7 @@
 
    <dd><code title=attr-object-type><a href="#type6">type</a></code>
 
-   <dd><code title=attr-object-name><a href="#name2">name</a></code>
+   <dd><code title=attr-object-name><a href="#name3">name</a></code>
 
    <dd><code title=attr-hyperlink-usemap><a href="#usemap1">usemap</a></code>
 
@@ -14503,7 +14505,7 @@
      class=idl>interface <dfn id=htmlobjectelement>HTMLObjectElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
            attribute DOMString <a href="#data0" title=dom-object-data>data</a>;
            attribute DOMString <a href="#type7" title=dom-object-type>type</a>;
-           attribute DOMString <a href="#name3" title=dom-object-name>name</a>;
+           attribute DOMString <a href="#name4" title=dom-object-name>name</a>;
            attribute DOMString <a href="#usemap0" title=dom-object-useMap>useMap</a>;
            attribute long <a href="#width5" title=dom-dim-width>width</a>;
            attribute long <a href="#height4" title=dom-dim-height>height</a>;<!--
@@ -14540,7 +14542,7 @@
    href="#data">data</a></code> and <code title=attr-object-type><a
    href="#type6">type</a></code> attributes must be present.
 
-  <p>The <dfn id=name2 title=attr-object-name><code>name</code></dfn>
+  <p>The <dfn id=name3 title=attr-object-name><code>name</code></dfn>
    attribute, if present, must be a <a href="#valid8">valid browsing context
    name</a>.
 
@@ -14683,7 +14685,7 @@
          locations.)</p>
 
         <p>If the <code title=attr-object-name><a
-         href="#name2">name</a></code> attribute is present, the <a
+         href="#name3">name</a></code> attribute is present, the <a
          href="#browsing2">browsing context name</a> must be set to the value
          of this attribute; otherwise, the <a href="#browsing2">browsing
          context name</a> must be set to the empty string.</p>
@@ -14771,7 +14773,7 @@
    capabilities, with the user agent picking the first one it supports.
 
   <p>Whenever the <code title=attr-object-name><a
-   href="#name2">name</a></code> attribute is set, if the <code><a
+   href="#name3">name</a></code> attribute is set, if the <code><a
    href="#object">object</a></code> element has a nested <a
    href="#browsing1">browsing context</a>, its <a href="#browsing2"
    title="browsing context name">name</a> must be changed to the new value.
@@ -14792,7 +14794,7 @@
 
   <p>The DOM attributes <dfn id=data0
    title=dom-object-data><code>data</code></dfn>, <dfn id=type7
-   title=dom-object-type><code>type</code></dfn>, <dfn id=name3
+   title=dom-object-type><code>type</code></dfn>, <dfn id=name4
    title=dom-object-name><code>name</code></dfn>, and <dfn id=usemap0
    title=dom-object-useMap><code>useMap</code></dfn> each must <a
    href="#reflect">reflect</a> the respective content attributes of the same
@@ -14845,7 +14847,7 @@
 
    <dt>Element-specific attributes:
 
-   <dd><code title=attr-param-name><a href="#name4">name</a></code>
+   <dd><code title=attr-param-name><a href="#name5">name</a></code>
 
    <dd><code title=attr-param-value><a href="#value5">value</a></code>
 
@@ -14854,7 +14856,7 @@
    <dd>
     <pre
      class=idl>interface <dfn id=htmlparamelement>HTMLParamElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
-           attribute DOMString <a href="#name5" title=dom-param-name>name</a>;
+           attribute DOMString <a href="#name6" title=dom-param-name>name</a>;
            attribute DOMString <a href="#value6" title=dom-param-value>value</a>;
 };</pre>
   </dl>
@@ -14863,7 +14865,7 @@
    for handlers invoked by <code><a href="#object">object</a></code>
    elements.
 
-  <p>The <dfn id=name4 title=attr-param-name><code>name</code></dfn>
+  <p>The <dfn id=name5 title=attr-param-name><code>name</code></dfn>
    attribute gives the name of the parameter.
 
   <p>The <dfn id=value5 title=attr-param-value><code>value</code></dfn>
@@ -14877,7 +14879,7 @@
    id=parameter title=concept-param-parameters>parameter</dfn> with the given
    name/value pair.
 
-  <p>The DOM attributes <dfn id=name5
+  <p>The DOM attributes <dfn id=name6
    title=dom-param-name><code>name</code></dfn> and <dfn id=value6
    title=dom-param-value><code>value</code></dfn> must both <a
    href="#reflect">reflect</a> the respective content attributes of the same
@@ -27922,6 +27924,11 @@
    context">nested</a> within it (either directly or indirectly through other
    nested browsing contexts).
 
+  <p>The transitive closure of <a href="#parent" title="parent browsing
+   context">parent browsing contexts</a> for a <a href="#nested0">nested
+   browsing context</a> gives the list of <dfn id=ancestor title="ancestor
+   browsing context">ancestor browsing contexts</dfn>.
+
   <p>A <code>Document</code> is said to be <dfn id=fully>fully active</dfn>
    when it is the <a href="#active">active document</a> of its <a
    href="#browsing1">browsing context</a>, and either its browsing context is
@@ -27939,6 +27946,12 @@
    contexts</a> of elements that are in <code>Document</code>s that are not
    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
+   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.
+
   <h4 id=auxiliary><span class=secno>4.1.2 </span>Auxiliary browsing contexts</h4>
 
   <p>It is possible to create new browsing contexts that are related to a
@@ -27992,12 +28005,13 @@
     title="">B</var>'s <a href="#opener">opener browsing context</a>, or
 
    <li>The browsing context <var title="">B</var> is not a <a
-    href="#top-level">top-level browsing context</a>, but there exists an
-    <span>ancestor browsing context</span> of <var title="">B</var> whose <a
-    href="#active">active document</a> has the <a href="#same-origin"
-    title="same origin">same</a> <a href="#origin0">origin</a> as the <a
-    href="#active">active document</a> of <var title="">A</var> (possibly in
-    fact being <var title="">A</var> itself).
+    href="#top-level">top-level browsing context</a>, but there exists an <a
+    href="#ancestor">ancestor browsing context</a> of <var title="">B</var>
+    whose <a href="#active">active document</a> has the <a
+    href="#same-origin" title="same origin">same</a> <a
+    href="#origin0">origin</a> as the <a href="#active">active document</a>
+    of <var title="">A</var> (possibly in fact being <var title="">A</var>
+    itself).
   </ul>
 
   <h4 id=threads><span class=secno>4.1.5 </span>Threads</h4>
@@ -28133,7 +28147,7 @@
   // the current browsing context
   readonly attribute <a href="#window">Window</a> <a href="#window0" title=dom-window>window</a>;
   readonly attribute <a href="#window">Window</a> <a href="#self" title=dom-self>self</a>;
-           attribute DOMString <a href="#name6" title=dom-name>name</a>;
+           attribute DOMString <a href="#name7" title=dom-name>name</a>;
   [PutForwards=href] readonly attribute <a href="#location2">Location</a> <a href="#location0" title=dom-document-location>location</a>;
   readonly attribute <a href="#history2">History</a> <a href="#history1" title=dom-history>history</a>;
   readonly attribute <a href="#undomanager">UndoManager</a> <a href="#undomanager0" title=dom-undoManager>undoManager</a>;
@@ -28384,7 +28398,7 @@
    context</a> that was navigated, or null if no browsing context was
    navigated.
 
-  <p>The <dfn id=name6 title=dom-name><code>name</code></dfn> attribute of
+  <p>The <dfn id=name7 title=dom-name><code>name</code></dfn> attribute of
    the <code><a href="#window">Window</a></code> object must, on getting,
    return the current name of the <a href="#browsing1">browsing context</a>,
    and, on setting, set the name of the <a href="#browsing1">browsing
@@ -31926,10 +31940,11 @@
    <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 <span>seamless browsing context</span> flag
-     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 steps as if <em>that</em> <a href="#browsing1">browsing
+     browsing context has its <a href="#seamless0">seamless browsing
+     context</a> flag 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
+     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.
 

Modified: source
===================================================================
--- source	2008-05-19 23:26:09 UTC (rev 1637)
+++ source	2008-05-19 23:33:25 UTC (rev 1638)
@@ -12240,7 +12240,7 @@
   <code title="event-load">load</code> event</span>.</p>
 
 
-  <p>The <dfn title="attr-iframe-seamless"><code>seamless/code></dfn>
+  <p>The <dfn title="attr-iframe-seamless"><code>seamless</code></dfn>
   attribute is a boolean attribute. When specified, it indicates that
   the <code>iframe</code> element's <span>browsing context</span> is
   to be rendered in a manner that makes it appear to be part of the
@@ -12255,8 +12255,8 @@
 
   <ul>
 
-   <li><p>The user agent must set the <span>seamless browsing
-   context</span> flag to true for that <span>browsing
+   <li><p>The user agent must set the <dfn>seamless browsing
+   context</dfn> flag 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>
 
@@ -12340,9 +12340,11 @@
   <p class="note">The <span>HTML parser</span> treats markup inside
   <code>iframe</code> elements as text.</p>
 
-  <p>The DOM attribute <dfn
-  title="dom-iframe-src"><code>src</code></dfn> must
-  <span>reflect</span> the content attribute of the same name.</p>
+  <p>The DOM attributes <dfn
+  title="dom-iframe-src"><code>src</code></dfn>, <dfn
+  title="dom-iframe-name"><code>name</code></dfn>, and <dfn
+  title="dom-iframe-seamless"><code>seamless</code></dfn> must
+  <span>reflect</span> the content attributes of the same name.</p>
 
 
   <h4>The <dfn><code>embed</code></dfn> element</h4>
@@ -25618,6 +25620,11 @@
   it (either directly or indirectly through other nested browsing
   contexts).</p>
 
+  <p>The transitive closure of <span title="parent browsing
+  context">parent browsing contexts</span> for a <span>nested browsing
+  context</span> gives the list of <dfn title="ancestor browsing
+  context">ancestor browsing contexts</dfn>.</p>
+
   <p>A <code>Document</code> is said to be <dfn>fully active</dfn>
   when it is the <span>active document</span> of its <span>browsing
   context</span>, and either its browsing context is a <span>top-level
@@ -25634,7 +25641,12 @@
   of elements that are in <code>Document</code>s that are not
   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
+  <code>iframe</code> element with a <code
+  title="attr-iframe-seamless">seamless</code> attribute.</p>
 
+
   <h4>Auxiliary browsing contexts</h4>
 
   <p>It is possible to create new browsing contexts that are related




More information about the Commit-Watchers mailing list