html5/spec acknowledgements.html,1.1055,1.1056 association-of-controls-and-forms.html,1.53,1.54 dom.html,1.1028,1.1029 links.html,1.42,1.43 origin-0.html,1.21,1.22 spec.html,1.1346,1.1347 syntax.html,1.1023,1.1024 the-end.html,1.28,1.29 urls.html,1.27,1.28

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12457

Modified Files:
	acknowledgements.html association-of-controls-and-forms.html 
	dom.html links.html origin-0.html spec.html syntax.html 
	the-end.html urls.html 
Log Message:
oops, missed <track> and <source> void elements (whatwg r5712)

[updated by splitter]


Index: association-of-controls-and-forms.html
===================================================================
RCS file: /sources/public/html5/spec/association-of-controls-and-forms.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- association-of-controls-and-forms.html	7 Dec 2010 00:47:08 -0000	1.53
+++ association-of-controls-and-forms.html	8 Dec 2010 00:47:14 -0000	1.54
@@ -709,11 +709,11 @@
   element is a <a href="forms.html#concept-submit-button" title="concept-submit-button">submit
   button</a> and has such an attribute; or the value of its
   <a href="#form-owner">form owner</a>'s <code title="attr-fs-target"><a href="#attr-fs-target">target</a></code>
-  attribute, if <em>it</em> has such an attribute; or, if one of the
-  child nodes of <a href="dom.html#the-head-element">the <code>head</code> element</a> is a
-  <code><a href="semantics.html#the-base-element">base</a></code> element with a <code title="attr-base-target"><a href="semantics.html#attr-base-target">target</a></code> attribute, then the value of
-  the <code title="attr-base-target"><a href="semantics.html#attr-base-target">target</a></code> attribute of the
-  first such <code><a href="semantics.html#the-base-element">base</a></code> element; or, if there is no such
+  attribute, if <em>it</em> has such an attribute; or, if the
+  <code><a href="infrastructure.html#document">Document</a></code> contains a <code><a href="semantics.html#the-base-element">base</a></code> element with a
+  <code title="attr-base-target"><a href="semantics.html#attr-base-target">target</a></code> attribute, then the
+  value of the <code title="attr-base-target"><a href="semantics.html#attr-base-target">target</a></code> attribute
+  of the first such <code><a href="semantics.html#the-base-element">base</a></code> element; or, if there is no such
   element, the empty string.</p><!-- c.f. hyperlink following --><hr><p>The <dfn id="attr-fs-novalidate" title="attr-fs-novalidate"><code>novalidate</code></dfn>
   and <dfn id="attr-fs-formnovalidate" title="attr-fs-formnovalidate"><code>formnovalidate</code></dfn>
   content attributes are <a href="common-microsyntaxes.html#boolean-attribute" title="boolean attribute">boolean

Index: the-end.html
===================================================================
RCS file: /sources/public/html5/spec/the-end.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- the-end.html	5 Dec 2010 09:44:15 -0000	1.28
+++ the-end.html	8 Dec 2010 00:47:23 -0000	1.29
@@ -913,14 +913,15 @@
         <p>If <var title="">current node</var> is an
         <code><a href="the-map-element.html#the-area-element">area</a></code>, <code><a href="semantics.html#the-base-element">base</a></code>, <code><a href="obsolete.html#basefont">basefont</a></code>,
         <code><a href="obsolete.html#bgsound">bgsound</a></code>, <code><a href="text-level-semantics.html#the-br-element">br</a></code>, <code><a href="tabular-data.html#the-col-element">col</a></code>,
-        <code><a href="the-iframe-element.html#the-embed-element">embed</a></code>, <code><a href="obsolete.html#frame">frame</a></code>, <code><a href="grouping-content.html#the-hr-element">hr</a></code>,
-        <code><a href="embedded-content-1.html#the-img-element">img</a></code>, <code><a href="the-input-element.html#the-input-element">input</a></code>, <code><a href="the-button-element.html#the-keygen-element">keygen</a></code>,
-        <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="semantics.html#meta">meta</a></code>, <code><a href="the-iframe-element.html#the-param-element">param</a></code>, or
+        <code><a href="interactive-elements.html#the-command">command</a></code>, <code><a href="the-iframe-element.html#the-embed-element">embed</a></code>, <code><a href="obsolete.html#frame">frame</a></code>,
+        <code><a href="grouping-content.html#the-hr-element">hr</a></code>, <code><a href="embedded-content-1.html#the-img-element">img</a></code>, <code><a href="the-input-element.html#the-input-element">input</a></code>,
+        <code><a href="the-button-element.html#the-keygen-element">keygen</a></code>, <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="semantics.html#meta">meta</a></code>,
+        <code><a href="the-iframe-element.html#the-param-element">param</a></code>, <code><a href="video.html#the-source-element">source</a></code>, <code><a href="video.html#the-track-element">track</a></code> or
         <code><a href="text-level-semantics.html#the-wbr-element">wbr</a></code> element, then continue on to the next child
-        node at this point.</p> <!-- also, i guess: image and isindex,
-        but we don't list those because we don't consider those
-        "elements", more "macros", and thus we should never serialize
-        them -->
+        node at this point.</p> <!-- VOIDLIST superset -->
+        <!-- also, i guess: image and isindex, but we don't list those
+        because we don't consider those "elements", more "macros", and
+        thus we should never serialize them -->
 
         <p>If <var title="">current node</var> is a <code><a href="grouping-content.html#the-pre-element">pre</a></code>,
         <code><a href="the-button-element.html#the-textarea-element">textarea</a></code>, or <code><a href="obsolete.html#listing">listing</a></code> element, append

Index: origin-0.html
===================================================================
RCS file: /sources/public/html5/spec/origin-0.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- origin-0.html	5 Dec 2010 09:44:14 -0000	1.21
+++ origin-0.html	8 Dec 2010 00:47:22 -0000	1.22
@@ -450,6 +450,7 @@
 
    </dd>
 
+
    <dt>For scripts</dt>
 
    <dd>
@@ -527,6 +528,7 @@
 
    </dd>
 
+
    <dt>For <code><a href="infrastructure.html#document">Document</a></code> objects and images</dt>
 
    <dd>
@@ -543,13 +545,6 @@
      assigned when the <code><a href="infrastructure.html#document">Document</a></code> is created.</dd>
 
 
-     <dt>If a <code><a href="infrastructure.html#document">Document</a></code> or image was returned by the
-     <code>XMLHttpRequest</code> API</dt>
-
-     <dd>The <a href="#origin">origin</a> is equal to the <span>XMLHttpRequest
-     origin</span> of the <code>XMLHttpRequest</code> object. <a href="references.html#refsXHR">[XHR]</a></dd>
-
-
      <dt>If a <code><a href="infrastructure.html#document">Document</a></code> or image was generated from a
      <a href="webappapis.html#javascript-protocol" title="javascript protocol"><code>javascript:</code>
      URL</a></dt>
@@ -620,6 +615,7 @@
 
    </dd>
 
+
    <dt>For <code><a href="video.html#audio">audio</a></code> and <code><a href="video.html#video">video</a></code> elements</dt>
 
    <dd>
@@ -635,7 +631,20 @@
 
    </dd>
 
-  </dl><p>The <dfn id="unicode-serialization-of-an-origin">Unicode serialization of an origin</dfn> is the string
+  </dl><p>Other specifications can override the above definitions by
+  themselves specifying the origin of a particular URL, script,
+  <code><a href="infrastructure.html#document">Document</a></code>, or image.</p>
+
+  <!-- e.g.:
+
+    <p>The <span>origin</span> of a <code>Document</code> object
+    returned by the <code>XMLHttpRequest</code> API is equal to the
+    <span>XMLHttpRequest origin</span> of the
+    <code>XMLHttpRequest</code> object.</p>
+
+  -->
+
+  <hr><p>The <dfn id="unicode-serialization-of-an-origin">Unicode serialization of an origin</dfn> is the string
   obtained by applying the following algorithm to the given
   <a href="#origin">origin</a>:</p>
 

Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec/dom.html,v
retrieving revision 1.1028
retrieving revision 1.1029
diff -u -d -r1.1028 -r1.1029
--- dom.html	7 Dec 2010 22:46:41 -0000	1.1028
+++ dom.html	8 Dec 2010 00:47:14 -0000	1.1029
@@ -594,19 +594,20 @@
   attribute represents the cookies of the resource from which the
   <code><a href="infrastructure.html#document">Document</a></code> was created.</p>
 
-  <p>Some <code><a href="infrastructure.html#document">Document</a></code> objects are <dfn id="cookie-free-document-object" title="cookie-free
-  Document object">cookie-free <code>Document</code>
-  objects</dfn>. Any <code><a href="infrastructure.html#document">Document</a></code> object created by the <code title="">createDocument()</code> or <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a href="#dom-domhtmlimplementation-createhtmldocument">createHTMLDocument()</a></code>
-  factory methods is a <a href="#cookie-free-document-object">cookie-free <code>Document</code>
-  object</a>. Any <code><a href="infrastructure.html#document">Document</a></code> whose <a href="#the-document-s-address" title="the
-  document's address">address</a> does not use a server-based
-  naming authority is a <a href="#cookie-free-document-object">cookie-free <code>Document</code>
-  object</a>. Other specifications can also define
-  <code><a href="infrastructure.html#document">Document</a></code> objects as being <a href="#cookie-free-document-object" title="cookie-free
-  Document object">cookie-free <code>Document</code>
-  objects</a>.</p>
+  <p>A <code><a href="infrastructure.html#document">Document</a></code> object that falls into one of the
+  following conditions is a <dfn id="cookie-free-document-object">cookie-free <code>Document</code>
+  object</dfn>:</p>
 
-  <p id="sandboxCookies">On getting, if the document is a
+  <ul><li>A <code><a href="infrastructure.html#document">Document</a></code> that has no <a href="browsers.html#browsing-context">browsing
+   context</a>.</li>
+
+   <li>A <code><a href="infrastructure.html#document">Document</a></code> whose <a href="#the-document-s-address" title="the document's
+   address">address</a> does not use a server-based naming
+   authority.</li>
+
+  </ul><!--Other specifications can also define <code>Document</code>
+  objects as being <span title="cookie-free Document
+  object">cookie-free <code>Document</code> objects</span>.--><p id="sandboxCookies">On getting, if the document is a
   <a href="#cookie-free-document-object">cookie-free <code>Document</code> object</a>, then the user
   agent must return the empty string. Otherwise, if the
   <code><a href="infrastructure.html#document">Document</a></code>'s <a href="origin-0.html#origin">origin</a> is not a

Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.1055
retrieving revision 1.1056
diff -u -d -r1.1055 -r1.1056
--- acknowledgements.html	7 Dec 2010 03:46:42 -0000	1.1055
+++ acknowledgements.html	8 Dec 2010 00:47:14 -0000	1.1056
@@ -827,6 +827,7 @@
   Roy Fielding,
   Ruud Steltenpool,
   Ryan King,
+  Ryosuke Niwa,
   S. Mike Dierken,
   Salvatore Loreto,
   Sam Dutton,

Index: urls.html
===================================================================
RCS file: /sources/public/html5/spec/urls.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- urls.html	5 Dec 2010 09:44:16 -0000	1.27
+++ urls.html	8 Dec 2010 00:47:28 -0000	1.28
@@ -494,15 +494,11 @@
      context</a>'s <a href="browsers.html#browsing-context-container">browsing context container</a>'s
      <code><a href="infrastructure.html#document">Document</a></code> instead.</p></li>
 
-     <li><p>If there is no <code><a href="semantics.html#the-base-element">base</a></code> element that is both a
-     child of <a href="dom.html#the-head-element">the <code>head</code> element</a> and has an
-     <code title="attr-base-href"><a href="semantics.html#attr-base-href">href</a></code> attribute, then the
+     <li><p>If there is no <code><a href="semantics.html#the-base-element">base</a></code> element that has an <code title="attr-base-href"><a href="semantics.html#attr-base-href">href</a></code> attribute, then the
      <a href="#document-base-url">document base URL</a> is <var title="">fallback base
-     url</var>.</p></li>
-
-     <li><p>Otherwise, let <var title="">url</var> be the value of the
-     <code title="attr-base-href"><a href="semantics.html#attr-base-href">href</a></code> attribute of the first
-     such element.</p></li>
+     url</var>. Otherwise, let <var title="">url</var> be the value of
+     the <code title="attr-base-href"><a href="semantics.html#attr-base-href">href</a></code> attribute of the
+     first such element.</p></li>
 
      <li><p><a href="#resolve-a-url" title="resolve a URL">Resolve</a> <var title="">url</var> relative to <var title="">fallback base
      url</var> (thus, the <code><a href="semantics.html#the-base-element">base</a></code> <code title="attr-base-href"><a href="semantics.html#attr-base-href">href</a></code> attribute isn't affected by

Index: links.html
===================================================================
RCS file: /sources/public/html5/spec/links.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- links.html	5 Dec 2010 09:44:13 -0000	1.42
+++ links.html	8 Dec 2010 00:47:14 -0000	1.43
@@ -488,15 +488,16 @@
   as the browsing context to be navigated.</p>
 
   <p>Otherwise, if the element is an <code><a href="text-level-semantics.html#the-a-element">a</a></code> or
-  <code><a href="the-map-element.html#the-area-element">area</a></code> element with no <code title="attr-hyperlink-target"><a href="#attr-hyperlink-target">target</a></code> attribute, but one of
-  the child nodes of <a href="dom.html#the-head-element">the <code>head</code> element</a> is a
-  <code><a href="semantics.html#the-base-element">base</a></code> element with a <code title="attr-base-target"><a href="semantics.html#attr-base-target">target</a></code> attribute, then the browsing
-  context that is navigated must be chosen by 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-base-target"><a href="semantics.html#attr-base-target">target</a></code> attribute of the first such
+  <code><a href="the-map-element.html#the-area-element">area</a></code> element with no <code title="attr-hyperlink-target"><a href="#attr-hyperlink-target">target</a></code> attribute, but the
+  <code><a href="infrastructure.html#document">Document</a></code> contains a <code><a href="semantics.html#the-base-element">base</a></code> element with a
+  <code title="attr-base-target"><a href="semantics.html#attr-base-target">target</a></code> attribute, then the
+  browsing context that is navigated must be chosen by 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-base-target"><a href="semantics.html#attr-base-target">target</a></code> attribute of the first such
   <code><a href="semantics.html#the-base-element">base</a></code> element as the browsing context name. If these
   rules result in the creation of a new <a href="browsers.html#browsing-context">browsing context</a>,
   it must be navigated with <a href="history.html#replacement-enabled">replacement enabled</a>.</p>
+  <!-- c.f. concept-fs-target -->
 
   <p>Otherwise, the browsing context that must be navigated is the
   same browsing context as the one which the element itself is in.</p>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1346
retrieving revision 1.1347
diff -u -d -r1.1346 -r1.1347
--- spec.html	7 Dec 2010 22:46:43 -0000	1.1346
+++ spec.html	8 Dec 2010 00:47:22 -0000	1.1347
@@ -385,7 +385,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.4574.
+This is revision 1.4577.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec/syntax.html,v
retrieving revision 1.1023
retrieving revision 1.1024
diff -u -d -r1.1023 -r1.1024
--- syntax.html	5 Dec 2010 09:44:15 -0000	1.1023
+++ syntax.html	8 Dec 2010 00:47:22 -0000	1.1024
@@ -495,6 +495,7 @@
    <code><a href="the-button-element.html#the-keygen-element">keygen</a></code>, <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="semantics.html#meta">meta</a></code>,
    <code><a href="the-iframe-element.html#the-param-element">param</a></code>, <code><a href="video.html#the-source-element">source</a></code>, <code><a href="video.html#the-track-element">track</a></code>,
    <code><a href="text-level-semantics.html#the-wbr-element">wbr</a></code></dd>
+   <!-- see also other places that say VOIDLIST -->
 
    <dt><dfn id="raw-text-elements">Raw text elements</dfn></dt>
 

Received on Wednesday, 8 December 2010 00:47:38 UTC