Skip to content

Commit bef5dae

Browse files
committed
[css-size-adjust-1][editorial] Fixed Bikeshed issues
1 parent f62e4e3 commit bef5dae

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

css-size-adjust-1/Overview.bs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Module interactions {#placement}
6666
Value 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 &amp; 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

134134
The 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>.
137136
Given 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
139138
minimum readable text size, times the width of the containing block,
140139
divided by the width of the device.
141140

142141
The 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
145144
second; however, in order to maintain differentiations between font
146145
sizes, it should often be slightly larger. <span class="issue">Define

0 commit comments

Comments
 (0)