|
52 | 52 | <div class="head"> |
53 | 53 | <p data-fill-with="logo"><a class="logo" href="http://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/Icons/w3c_home" width="72"> </a> </p> |
54 | 54 | <h1 class="p-name no-ref" id="title">CSS Mobile Text Size Adjustment Module Level 1</h1> |
55 | | - <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2016-03-03">3 March 2016</time></span></h2> |
| 55 | + <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2016-03-06">6 March 2016</time></span></h2> |
56 | 56 | <div data-fill-with="spec-metadata"> |
57 | 57 | <dl> |
58 | 58 | <dt>This version: |
@@ -101,7 +101,6 @@ <h2 class="no-num no-toc no-ref heading settled" id="status"><span class="conten |
101 | 101 | <p></p> |
102 | 102 | <p>The following features are at risk:</p> |
103 | 103 | <ul> |
104 | | - <li>the <percentage> value for <a class="property" data-link-type="propdesc" href="#propdef-text-size-adjust">text-size-adjust</a> |
105 | 104 | <li>the reference to <a data-link-type="biblio" href="#biblio-css-text-4">[CSS-TEXT-4]</a>'s <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-text-4/#propdef-text-wrap">text-wrap</a> property |
106 | 105 | </ul> |
107 | 106 | </div> |
@@ -246,7 +245,7 @@ <h2 class="heading settled" data-level="3" id="adjustment-control"><span class=" |
246 | 245 | <tbody> |
247 | 246 | <tr> |
248 | 247 | <th>Name: |
249 | | - <td><dfn class="dfn-paneled css" data-dfn-type="property" data-export="" data-lt="text-size-adjust" id="propdef-text-size-adjust">text-size-adjust<span class="dfn-panel"><b><a href="#propdef-text-size-adjust">#propdef-text-size-adjust</a></b><b>Referenced in:</b><span><a href="#ref-for-propdef-text-size-adjust-1">2. Default size adjustment</a></span><span><a href="#ref-for-propdef-text-size-adjust-2">3. Size adjustment control: the text-size-adjust property</a></span></span></dfn> |
| 248 | + <td><dfn class="dfn-paneled css" data-dfn-type="property" data-export="" data-lt="text-size-adjust" id="propdef-text-size-adjust">text-size-adjust<span class="dfn-panel" data-deco=""><b><a href="#propdef-text-size-adjust">#propdef-text-size-adjust</a></b><b>Referenced in:</b><span><a href="#ref-for-propdef-text-size-adjust-1">2. Default size adjustment</a></span><span><a href="#ref-for-propdef-text-size-adjust-2">3. Size adjustment control: the text-size-adjust property</a></span></span></dfn> |
250 | 249 | <tr class="value"> |
251 | 250 | <th>Value: |
252 | 251 | <td class="prod">auto <a data-link-type="grammar" href="https://drafts.csswg.org/css-values-3/#comb-one">|</a> none <a data-link-type="grammar" href="https://drafts.csswg.org/css-values-3/#comb-one">|</a> <percentage> |
@@ -281,8 +280,13 @@ <h2 class="heading settled" data-level="3" id="adjustment-control"><span class=" |
281 | 280 | <dt><dfn class="css" data-dfn-for="text-size-adjust" data-dfn-type="value" data-export="" id="valdef-text-size-adjust-none">none<a class="self-link" href="#valdef-text-size-adjust-none"></a></dfn> |
282 | 281 | <dd>Renderers must not do size adjustment when displaying on a small device. |
283 | 282 | <dt><dfn class="css" data-dfn-for="text-size-adjust" data-dfn-type="value" data-export="" id="valdef-text-size-adjust-percentage"><percentage><a class="self-link" href="#valdef-text-size-adjust-percentage"></a></dfn> |
284 | | - <dd><span class="issue" id="issue-3563c84d"><a class="self-link" href="#issue-3563c84d"></a>Need to define what percentages actually mean. Are they a minimum or a set value? What exactly are they relative to?</span> |
| 283 | + <dd> |
| 284 | + When displaying on a small device, renderers must not do size adjustment but instead the computed value of <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-fonts-3/#propdef-font-size">font-size</a> must be multiplied by this percentage. |
| 285 | + <p class="note" role="note">Note: This means that 'text-size-adjust: 100%;' is equivalent to 'text-size-adjust: none;'.</p> |
285 | 286 | </dl> |
| 287 | + <p class="issue" id="issue-0028bf4a"><a class="self-link" href="#issue-0028bf4a"></a> "Small device" is not well defined. We should clearly specify |
| 288 | + when text size adjustment should apply. For example, in practice a |
| 289 | + large tablet is considered by vendors to be a small device.</p> |
286 | 290 | <h2 class="heading settled" data-level="4" id="acknowledgments"><span class="secno">4. </span><span class="content">Acknowledgments</span><a class="self-link" href="#acknowledgments"></a></h2> |
287 | 291 | <p>The editors would like to thank: |
288 | 292 | .</p> |
@@ -479,7 +483,9 @@ <h2 class="no-num no-ref heading settled" id="issues-index"><span class="content |
479 | 483 | innovation and improvement.<a href="#issue-7ada1e3c"> ↵ </a></div> |
480 | 484 | <div class="issue">Define |
481 | 485 | this with more detail/precision.<a href="#issue-499161e9"> ↵ </a></div> |
482 | | - <div class="issue">Need to define what percentages actually mean. Are they a minimum or a set value? What exactly are they relative to?<a href="#issue-3563c84d"> ↵ </a></div> |
| 486 | + <div class="issue"> "Small device" is not well defined. We should clearly specify |
| 487 | + when text size adjustment should apply. For example, in practice a |
| 488 | + large tablet is considered by vendors to be a small device.<a href="#issue-0028bf4a"> ↵ </a></div> |
483 | 489 | </div> |
484 | 490 | <script> |
485 | 491 | document.body.addEventListener("click", function(e) { |
|
0 commit comments