- From: poot <cvsmail@w3.org>
- Date: Wed, 30 Mar 2011 14:28:47 -0400
- To: public-html-diffs@w3.org
: Percentages in width/height are not allowed. Fixing
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11991
http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.120&r2=1.121&f=h
===================================================================
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:28:49 UTC