html5/markup/elements article.html,1.6,1.7 footer.html,1.6,1.7

Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv7093/elements

Modified Files:
	article.html footer.html 
Log Message:
mark article and footer elements as new (thx=OlafHoffmann)


Index: footer.html
===================================================================
RCS file: /sources/public/html5/markup/elements/footer.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- footer.html	29 Jan 2010 04:11:58 -0000	1.6
+++ footer.html	2 Mar 2010 07:29:51 -0000	1.7
@@ -1,6 +1,6 @@
 <div xmlns="http://www.w3.org/1999/xhtml">
   <h4>The footer element</h4>
-  <div id="shortdesc">footer</div>
+  <div id="shortdesc" class="new">footer</div>
   <div id="longdesc">
     <p>The <a href="#footer" class="element">footer</a> element
     represents the footer for the section it applies to.</p>

Index: article.html
===================================================================
RCS file: /sources/public/html5/markup/elements/article.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- article.html	29 Jan 2010 02:30:51 -0000	1.6
+++ article.html	2 Mar 2010 07:29:51 -0000	1.7
@@ -1,6 +1,6 @@
 <div xmlns="http://www.w3.org/1999/xhtml">
   <h4>The article element</h4>
-  <div id="shortdesc">article</div>
+  <div id="shortdesc" class="new">article</div>
   <div id="longdesc">
     <p>The <a href="#article" class="element">article</a> element
     represents a section of content that forms an independent part

Received on Tuesday, 2 March 2010 07:29:54 UTC