- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Jun 2009 05:57:17 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv10113/elements Modified Files: article.html section.html Log Message: h:tml; pulled upstream schema change that adds pubdate attribute to article element; added remaining attribute descriptions for article and section elements Index: section.html =================================================================== RCS file: /sources/public/html5/markup/elements/section.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- section.html 25 Feb 2009 08:07:57 -0000 1.4 +++ section.html 15 Jun 2009 05:57:15 -0000 1.5 @@ -6,4 +6,11 @@ represents a section of a document, typically with a title or heading.</p> </div> + <div id="attributes"> + <dl> + <dt id="section.attrs.cite">cite</dt> + <dd>A URL referencing the original source for the + section.</dd> + </dl> + </div> </div> Index: article.html =================================================================== RCS file: /sources/public/html5/markup/elements/article.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- article.html 8 Jan 2009 10:19:31 -0000 1.3 +++ article.html 15 Jun 2009 05:57:15 -0000 1.4 @@ -7,4 +7,16 @@ of a document or site; for example, a magazine or newspaper article, or a blog entry.</p> </div> + <div id="attributes"> + <dl> + <dt id="article.attrs.cite">cite</dt> + <dd>A URL referencing the original source for the + article.</dd> + </dl> + <dl> + <dt id="article.attrs.pubdate">pubdate</dt> + <dd>The time and date when the article was first + published.</dd> + </dl> + </div> </div>
Received on Monday, 15 June 2009 05:57:24 UTC