- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 07:50:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2278
Modified Files:
Overview.html
Log Message:
Support <meta name=author> in Atom generation. (whatwg r4238)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3383
retrieving revision 1.3384
diff -u -d -r1.3383 -r1.3384
--- Overview.html 21 Oct 2009 07:38:36 -0000 1.3383
+++ Overview.html 21 Oct 2009 07:50:02 -0000 1.3384
@@ -40666,8 +40666,22 @@
<li><p>Append a <code title="">feed</code> element in the
<a href="#atom-namespace">Atom namespace</a> to <var title="">R</var>.</li>
- <!-- <atom:author> is required either at the feed level (here) or
- the entry level (below) but we don't provide it -->
+ <li>
+
+ <p>For each <code><a href="#meta">meta</a></code> element with a <code title="attr-meta-name"><a href="#attr-meta-name">name</a></code> attribute and a <code title="attr-meta-content"><a href="#attr-meta-content">content</a></code> attribute and whose <code title="attr-meta-name"><a href="#attr-meta-name">name</a></code> attribute's value is <code title="meta-author"><a href="#meta-author">author</a></code>, run the following substeps:</p>
+
+ <ol><li><p>Append an <code title="">author</code> element in the
+ <a href="#atom-namespace">Atom namespace</a> to the root element of <var title="">R</var>.</li>
+
+ <li><p>Append a <code title="">name</code> element in the
+ <a href="#atom-namespace">Atom namespace</a> to the element created in the
+ previous step.</p>
+
+ <li><p>Append a text node whose data is the value of the
+ <code><a href="#meta">meta</a></code> element's <code title="attr-meta-content"><a href="#attr-meta-content">content</a></code> attribute to the element
+ created in the previous step.</li>
+
+ </ol></li>
<li>
Received on Wednesday, 21 October 2009 07:50:10 UTC