- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 24 Aug 2011 07:56:19 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv31913/src
Modified Files:
	map-attributes.html 
Log Message:
various updates to sync to upstream schema
Index: map-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/src/map-attributes.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- map-attributes.html	5 May 2011 18:12:10 -0000	1.14
+++ map-attributes.html	24 Aug 2011 07:56:17 -0000	1.15
@@ -494,6 +494,17 @@
     </ul>
   </div>
   <div>
+    <h2>attributes on the time element</h2>
+    <ul>
+      <li>time.attrs.datetime.dateonly</li>
+      <li>attr-time-datetime</li>
+    </ul>
+    <ul>
+      <li>time.attrs.datetime.tz</li>
+      <li>attr-time-datetime</li>
+    </ul>
+  </div>
+  <div>
     <h2>attributes on the video element</h2>
     <ul>
       <li>video.attrs.autoplay</li>
@@ -524,6 +535,10 @@
       <li>attr-media-muted</li>
     </ul>
     <ul>
+      <li>audio.attrs.muted</li>
+      <li>attr-media-muted</li>
+    </ul>
+    <ul>
       <li>video.attrs.width</li>
       <li>attr-dim-width</li>
     </ul>
Received on Wednesday, 24 August 2011 07:56:20 UTC