Skip to content

Commit f82f660

Browse files
committed
Fix error in replaced element sizing
1 parent 45dcc75 commit f82f660

2 files changed

Lines changed: 8 additions & 16 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3102,15 +3102,11 @@ <h2 class=no-num id=intrinsic-sizing>Appendix D: Intrinsic Dimensions</h2>
31023102
href="http://www.w3.org/TR/CSS21/tables.html#height-layout">CSS2.1&sect;17.5.3</a>
31033103
for elements with &lsquo;<code class=css>height: auto</code>&rsquo;.
31043104

3105-
<p>Because they are derived from the content of the element, the <a
3106-
href="#min-content"><i>min-content</i></a> and <a
3107-
href="#max-content"><i>max-content</i></a> sizes are considered to be
3108-
types of <dfn id=intrinsic-size>intrinsic size</dfn>. For replaced
3109-
elements, the <a href="#min-content"><i>min-content</i></a> and <a
3110-
href="#max-content"><i>max-content</i></a> sizes are the same and
3111-
correspond to the <a
3112-
href="http://www.w3.org/TR/css3-images/#intrinsic-dimensions">intrinsic
3113-
dimensions</a> of the replaced element.
3105+
<p>For replaced elements, the <a href="#min-content"><i>min-content</i></a>
3106+
and <a href="#max-content"><i>max-content</i></a> sizes are the same and
3107+
correspond used size of the replaced element according to the &lsquo;<a
3108+
href="#auto"><code class=css>auto</code></a>&rsquo; width and height
3109+
calculations.
31143110

31153111
<h3 id=multicol-intrinsic><span class=secno>9.1. </span> Intrinsic Sizes in
31163112
Multi-column Layout</h3>

css3-writing-modes/Overview.src.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2298,13 +2298,9 @@ <h2 id="intrinsic-sizing" class="no-num">Appendix D:
22982298
and <a href="http://www.w3.org/TR/CSS21/tables.html#height-layout">CSS2.1&sect;17.5.3</a>
22992299
for elements with ''height: auto''.
23002300

2301-
<p>Because they are derived from the content of the element, the
2302-
<i>min-content</i> and <i>max-content</i> sizes are considered
2303-
to be types of <dfn>intrinsic size</dfn>. For replaced elements,
2304-
the <i>min-content</i> and <i>max-content</i> sizes are the same
2305-
and correspond to the
2306-
<a href="http://www.w3.org/TR/css3-images/#intrinsic-dimensions">intrinsic
2307-
dimensions</a> of the replaced element.
2301+
<p>For replaced elements, the <i>min-content</i> and <i>max-content</i>
2302+
sizes are the same and correspond used size of the replaced element
2303+
according to the ''auto'' width and height calculations.
23082304

23092305
<h3 id="multicol-intrinsic">
23102306
Intrinsic Sizes in Multi-column Layout</h3>

0 commit comments

Comments
 (0)