Skip to content

Commit

Permalink
[t] (0) Make relative URLs work when moved to Atom feeds.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5252 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 9, 2010
1 parent ea31385 commit a417973
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
15 changes: 15 additions & 0 deletions complete.html
Expand Up @@ -57015,6 +57015,21 @@ <h4 id=atom><span class=secno>5.5.3 </span>Atom</h4>
<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>,
Expand Down
15 changes: 15 additions & 0 deletions index
Expand Up @@ -56942,6 +56942,21 @@ _:n2 hcard:adr%20street-address "Avenue Q" ;
<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>,
Expand Down
16 changes: 16 additions & 0 deletions source
Expand Up @@ -64314,6 +64314,22 @@ _:n2 hcard:adr%20street-address "Avenue Q" ;
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>,
Expand Down

0 comments on commit a417973

Please sign in to comment.