- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 20 May 2011 07:25:52 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv27875
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix error in replaced element sizing
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- Overview.html 20 May 2011 07:14:15 -0000 1.125
+++ Overview.html 20 May 2011 07:25:50 -0000 1.126
@@ -3102,15 +3102,11 @@
href="http://www.w3.org/TR/CSS21/tables.html#height-layout">CSS2.1§17.5.3</a>
for elements with ‘<code class=css>height: auto</code>’.
- <p>Because they are derived from the content of the element, the <a
- href="#min-content"><i>min-content</i></a> and <a
- href="#max-content"><i>max-content</i></a> sizes are considered to be
- types of <dfn id=intrinsic-size>intrinsic size</dfn>. For replaced
- elements, the <a href="#min-content"><i>min-content</i></a> and <a
- href="#max-content"><i>max-content</i></a> sizes are the same and
- correspond to the <a
- href="http://www.w3.org/TR/css3-images/#intrinsic-dimensions">intrinsic
- dimensions</a> of the replaced element.
+ <p>For replaced elements, the <a href="#min-content"><i>min-content</i></a>
+ and <a href="#max-content"><i>max-content</i></a> sizes are the same and
+ correspond used size of the replaced element according to the ‘<a
+ href="#auto"><code class=css>auto</code></a>’ width and height
+ calculations.
<h3 id=multicol-intrinsic><span class=secno>9.1. </span> Intrinsic Sizes in
Multi-column Layout</h3>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- Overview.src.html 20 May 2011 07:14:16 -0000 1.131
+++ Overview.src.html 20 May 2011 07:25:50 -0000 1.132
@@ -2298,13 +2298,9 @@
and <a href="http://www.w3.org/TR/CSS21/tables.html#height-layout">CSS2.1§17.5.3</a>
for elements with ''height: auto''.
- <p>Because they are derived from the content of the element, the
- <i>min-content</i> and <i>max-content</i> sizes are considered
- to be types of <dfn>intrinsic size</dfn>. For replaced elements,
- the <i>min-content</i> and <i>max-content</i> sizes are the same
- and correspond to the
- <a href="http://www.w3.org/TR/css3-images/#intrinsic-dimensions">intrinsic
- dimensions</a> of the replaced element.
+ <p>For replaced elements, the <i>min-content</i> and <i>max-content</i>
+ sizes are the same and correspond used size of the replaced element
+ according to the ''auto'' width and height calculations.
<h3 id="multicol-intrinsic">
Intrinsic Sizes in Multi-column Layout</h3>
Received on Friday, 20 May 2011 07:25:54 UTC