[html5] r5252 - [t] (0) Make relative URLs work when moved to Atom feeds.

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 9 11:35:47 PDT 2010


Author: ianh
Date: 2010-08-09 11:35:45 -0700 (Mon, 09 Aug 2010)
New Revision: 5252

Modified:
   complete.html
   index
   source
Log:
[t] (0) Make relative URLs work when moved to Atom feeds.

Modified: complete.html
===================================================================
--- complete.html	2010-08-09 06:11:02 UTC (rev 5251)
+++ complete.html	2010-08-09 18:35:45 UTC (rev 5252)
@@ -57015,6 +57015,21 @@
     <ol><li><p>Let <var title="">E</var> be an <code title="">entry</code> element in the <a href=#atom-namespace>Atom namespace</a>,
      and append <var title="">E</var> to the root element of <var title="">R</var>.</li>
 
+     <li>
+
+      <p>Set the <code title=attr-xml-base><a href=#the-xml:base-attribute-(xml-only)>xml:base</a></code> attribute
+      of <var title="">E</var> to the <i>base URI of the element</i>
+      <var title="">article</var>, as defined by the XML Base
+      specification, with <i>the base URI of the document entity</i>
+      being defined as the <a href=#document-base-url>document base URL</a> of the
+      <code><a href=#document>Document</a></code> <var title="">source</var>. <a href=#refsXMLBASE>[XMLBASE]</a></p>
+
+      <p>For the purposes of the XML Base specification, user agents
+      must act as if all <code><a href=#document>Document</a></code> objects represented XML
+      documents.</p>
+
+     </li>
+
      <li><p>Let <var title="">heading</var> be the first element of
      <a href=#heading-content>heading content</a> whose nearest ancestor of
      <a href=#sectioning-content>sectioning content</a> is <var title="">article</var>,

Modified: index
===================================================================
--- index	2010-08-09 06:11:02 UTC (rev 5251)
+++ index	2010-08-09 18:35:45 UTC (rev 5252)
@@ -56942,6 +56942,21 @@
     <ol><li><p>Let <var title="">E</var> be an <code title="">entry</code> element in the <a href=#atom-namespace>Atom namespace</a>,
      and append <var title="">E</var> to the root element of <var title="">R</var>.</li>
 
+     <li>
+
+      <p>Set the <code title=attr-xml-base><a href=#the-xml:base-attribute-(xml-only)>xml:base</a></code> attribute
+      of <var title="">E</var> to the <i>base URI of the element</i>
+      <var title="">article</var>, as defined by the XML Base
+      specification, with <i>the base URI of the document entity</i>
+      being defined as the <a href=#document-base-url>document base URL</a> of the
+      <code><a href=#document>Document</a></code> <var title="">source</var>. <a href=#refsXMLBASE>[XMLBASE]</a></p>
+
+      <p>For the purposes of the XML Base specification, user agents
+      must act as if all <code><a href=#document>Document</a></code> objects represented XML
+      documents.</p>
+
+     </li>
+
      <li><p>Let <var title="">heading</var> be the first element of
      <a href=#heading-content>heading content</a> whose nearest ancestor of
      <a href=#sectioning-content>sectioning content</a> is <var title="">article</var>,

Modified: source
===================================================================
--- source	2010-08-09 06:11:02 UTC (rev 5251)
+++ source	2010-08-09 18:35:45 UTC (rev 5252)
@@ -64314,6 +64314,22 @@
      and append <var title="">E</var> to the root element of <var
      title="">R</var>.</p></li>
 
+     <li>
+
+      <p>Set the <code title="attr-xml-base">xml:base</code> attribute
+      of <var title="">E</var> to the <i>base URI of the element</i>
+      <var title="">article</var>, as defined by the XML Base
+      specification, with <i>the base URI of the document entity</i>
+      being defined as the <span>document base URL</span> of the
+      <code>Document</code> <var title="">source</var>. <a
+      href="#refsXMLBASE">[XMLBASE]</a></p>
+
+      <p>For the purposes of the XML Base specification, user agents
+      must act as if all <code>Document</code> objects represented XML
+      documents.</p>
+
+     </li>
+
      <li><p>Let <var title="">heading</var> be the first element of
      <span>heading content</span> whose nearest ancestor of
      <span>sectioning content</span> is <var title="">article</var>,




More information about the Commit-Watchers mailing list