You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editor: L. David Baron, Mozilla https://www.mozilla.org/, http://dbaron.org/
11
11
Editor: Tantek Çelik, Mozilla https://www.mozilla.org/, http://tantek.com/
12
12
Abstract: This module contains features of CSS relating to one possible mechanism for adapting pages designed for desktop computer displays for display on smaller screens such as those of mobile phones. This mechanism involves displaying a scaled down display of the Web page and allowing the user to pan and zoom within that display, but within that scaled down display making certain text and similar elements larger than specified by the page author in order to ensure that when a block of wrapped text is zoomed to the width of the device (so it can be read without side-to-side scrolling for each line), the text is large enough to be readable.
13
-
Status Text: <p>The following features are at risk:</p> <ul> <li>the <percentage> value for 'text-size-adjust'</li> <li>the reference to [[!CSS-TEXT-3]]'s 'text-wrap' property</li> </ul>
13
+
Status Text: <p>The following features are at risk:</p> <ul> <li>the <percentage> value for 'text-size-adjust'</li> <li>the reference to [[!CSS-TEXT-4]]'s 'text-wrap' property</li> </ul>
14
14
</pre>
15
15
16
16
Introduction {#intro}
@@ -124,7 +124,7 @@ conditions are:
124
124
125
125
<li>when the objects to be adjusted have 'white-space' of ''white-space/pre'' or
126
126
''white-space/nowrap'' (see [[!CSS21]]) or a 'text-wrap' of ''text-wrap/none'' (see
<li>when the objects to be adjusted are inside a block-level or <aclass="css" data-link-type="propdesc" href="https://drafts.csswg.org/css2/visuren.html#propdef-display">display: inline-block</a> element with a <aclass="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/visudet.html#propdef-height">height</a> other than <spanclass="css">auto</span> (see <adata-link-type="biblio" href="#biblio-css21">[CSS21]</a>),
227
227
<li>when the objects to be adjusted are inside a <aclass="css" data-link-type="propdesc" href="https://drafts.csswg.org/css2/visuren.html#propdef-display">display: inline-block</a> element
228
228
with a <aclass="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/visudet.html#propdef-width">width</a> other than <spanclass="css">auto</span> (see <adata-link-type="biblio" href="#biblio-css21">[CSS21]</a>),
229
-
<li>when the objects to be adjusted have <aclass="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-text-3/#propdef-white-space">white-space</a> of <aclass="css" data-link-type="maybe" href="https://drafts.csswg.org/css-text-3/#valdef-white-space-pre">pre</a> or <aclass="css" data-link-type="maybe" href="https://drafts.csswg.org/css-text-3/#valdef-white-space-nowrap">nowrap</a> (see <adata-link-type="biblio" href="#biblio-css21">[CSS21]</a>) or a <aclass="property" data-link-type="propdesc">text-wrap</a> of <spanclass="css">none</span> (see <adata-link-type="biblio" href="#biblio-css-text-3">[CSS-TEXT-3]</a>).
229
+
<li>when the objects to be adjusted have <aclass="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-text-3/#propdef-white-space">white-space</a> of <aclass="css" data-link-type="maybe" href="https://drafts.csswg.org/css-text-3/#valdef-white-space-pre">pre</a> or <aclass="css" data-link-type="maybe" href="https://drafts.csswg.org/css-text-3/#valdef-white-space-nowrap">nowrap</a> (see <adata-link-type="biblio" href="#biblio-css21">[CSS21]</a>) or a <aclass="property" data-link-type="propdesc">text-wrap</a> of <spanclass="css">none</span> (see <adata-link-type="biblio" href="#biblio-css-text-4">[CSS-TEXT-4]</a>).
230
230
</ul>
231
231
<h3class="heading settled" data-level="2.3" id="default-adjustment-calculation"><spanclass="secno">2.3. </span><spanclass="content">Calculation of default adjustment</span><aclass="self-link" href="#default-adjustment-calculation"></a></h3>
232
232
<p>The adjustment performed should be based on preferences (of the
<dd>Elika Etemad; Koji Ishii. <ahref="http://www.w3.org/TR/css-text-3/">CSS Text Module Level 3</a>. 10 October 2013. LCWD. URL: <ahref="http://www.w3.org/TR/css-text-3/">http://www.w3.org/TR/css-text-3/</a>
425
+
<dd>Elika Etemad; Koji Ishii. <ahref="http://dev.w3.org/csswg/css-text-3/">CSS Text Module Level 3</a>. 10 October 2013. LCWD. URL: <ahref="http://dev.w3.org/csswg/css-text-3/">http://dev.w3.org/csswg/css-text-3/</a>
<dd>Elika Etemad; Koji Ishii; Alan Stearns. <ahref="http://www.w3.org/TR/css-text-4/">CSS Text Module Level 4</a>. 22 September 2015. WD. URL: <ahref="http://www.w3.org/TR/css-text-4/">http://www.w3.org/TR/css-text-4/</a>
0 commit comments