@@ -66,7 +66,7 @@ Module interactions {#placement}
6666Value Definitions {#values}
6767-----------------
6868
69- This specification follows the <a href="https://www.w3.org/TR/CSS2/about.html#property-defs">CSS property definition conventions</a> from [[!CSS2 ]]
69+ This specification follows the <a href="https://www.w3.org/TR/CSS2/about.html#property-defs">CSS property definition conventions</a> from [[!CSS21 ]]
7070 using the <a href="https://www.w3.org/TR/css-values-3/#value-defs">value definition syntax</a> from [[!CSS-VALUES-3]] .
7171 Value types not defined in this specification are defined in CSS Values & Units [[!CSS-VALUES-3]] .
7272 Combination with other CSS modules may expand the definitions of these value types.
@@ -132,15 +132,14 @@ Calculation of default adjustment {#default-adjustment-calculation}
132132-------------------------------------------------------------------
133133
134134The adjustment performed should be based on preferences (of the
135- renderer or the renderer's user) indicating the desired <dfn>minimum
136- readable text size</dfn> .
135+ renderer or the renderer's user) indicating the desired <dfn export>minimum readable text size</dfn> .
137136Given this preference, for each containing block of text to be adjusted,
138- there is a <dfn>minimum block text size</dfn> : the preference for the
137+ there is a <dfn export >minimum block text size</dfn> : the preference for the
139138minimum readable text size, times the width of the containing block,
140139divided by the width of the device.
141140
142141The size adjustment involves multiplication of sizes by a ratio
143- determined by the minimum block text size and the computed value of
142+ determined by the <a> minimum block text size</a> and the computed value of
144143'font-size' . This ratio must be at least the first divided by the
145144second; however, in order to maintain differentiations between font
146145sizes, it should often be slightly larger. <span class="issue"> Define
0 commit comments