html5/html4-differences Overview.html,1.120,1.121 Overview.src.html,1.98,1.99

Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv23927

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Percentages in width/height are not allowed. Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11991

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -d -r1.120 -r1.121
--- Overview.html	30 Mar 2011 18:20:45 -0000	1.120
+++ Overview.html	30 Mar 2011 18:27:24 -0000	1.121
@@ -960,6 +960,11 @@
    <li>
     <p>The <code>summary</code> attribute on <code>table</code>. The HTML5
      draft defines several alternative solutions.
+
+   <li>
+    <p>The <code>width</code> and <code>height</code> attributes on
+     <code>img</code> and other elements are no longer allowed to contain
+     percentages.
   </ul>
 
   <h3 id=absent-elements><span class=secno>3.5. </span>Absent Elements</h3>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- Overview.src.html	30 Mar 2011 18:20:45 -0000	1.98
+++ Overview.src.html	30 Mar 2011 18:27:24 -0000	1.99
@@ -767,6 +767,10 @@
 
      <li><p>The <code>summary</code> attribute on <code>table</code>. The
      HTML5 draft defines several alternative solutions.</p></li>
+
+     <li><p>The <code>width</code> and <code>height</code> attributes on
+     <code>img</code> and other elements are no longer allowed to contain
+     percentages.</p></li>
     </ul>
 
 

Received on Wednesday, 30 March 2011 18:27:28 UTC