- From: poot <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 16:50:16 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Support <meta name=author> in Atom generation. (whatwg r4238) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3383&r2=1.3384&f=h http://html5.org/tools/web-apps-tracker?from=4237&to=4238 =================================================================== 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:47 UTC