@@ -844,7 +844,7 @@ Implied Minimum Size of Flex Items</h3>
844844 <colgroup span=1></colgroup>
845845 <thead>
846846 <tr>
847- <th> Clamped Size
847+ <th> Specified Size
848848 <th> Transferred Size
849849 <th> Minimum Size
850850 <tbody>
@@ -855,25 +855,25 @@ Implied Minimum Size of Flex Items</h3>
855855 <tr>
856856 <td> ✓
857857 <td>
858- <td> min(<var> clamped size</var> , <var> content size</var> )
858+ <td> min(<var> specified size</var> , <var> content size</var> )
859859 <tr>
860860 <td>
861861 <td> ✓
862862 <td> min(<var> transferred size</var> , <var> content size</var> )
863863 <tr>
864864 <td> ✓
865865 <td> ✓
866- <td> min(<var> clamped size</var> , <var> content size</var> )
866+ <td> min(<var> specified size</var> , <var> content size</var> )
867867 </table>
868868
869869 Where:
870870
871871 <dl>
872- <dt><var> clamped size</var>
872+ <dt><var> specified size</var>
873873 <dd>
874874 If the item’s computed 'flex-basis' is ''content''
875875 and its computed <a>main size property</a> is <a>definite</a> ,
876- then the <var> clamped size</var> is that size
876+ then the <var> specified size</var> is that size
877877 (clamped by its <a>max main size property</a> if it's <a>definite</a> ).
878878 It is otherwise undefined.
879879
@@ -3192,6 +3192,9 @@ Clarifications</h4>
31923192 treating a value of ''content'' as ''width/max-content'' .
31933193 </blockquote>
31943194
3195+ <li id="change-201409-clamped-specified">
3196+ Renamed "clamped size" to "specified size" in the definition of ''min-width/height: auto'' .
3197+
31953198 <li>
31963199 Various trivial fixes.
31973200 </ul>
0 commit comments