Skip to content

Commit 5780cc9

Browse files
committed
[css-size-adjust] Point to the right level of css-text and have almost-duplicate references again.
1 parent 78d21f7 commit 5780cc9

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

css-size-adjust/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ED: https://drafts.csswg.org/css-size-adjust/
1010
Editor: L. David Baron, Mozilla https://www.mozilla.org/, http://dbaron.org/
1111
Editor: Tantek Çelik, Mozilla https://www.mozilla.org/, http://tantek.com/
1212
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 &lt;percentage&gt; value for 'text-size-adjust'</li> <li>the reference to [[!CSS-TEXT-3]]&apos;s 'text-wrap' property</li> </ul>
13+
Status Text: <p>The following features are at risk:</p> <ul> <li>the &lt;percentage&gt; value for 'text-size-adjust'</li> <li>the reference to [[!CSS-TEXT-4]]&apos;s 'text-wrap' property</li> </ul>
1414
</pre>
1515

1616
Introduction {#intro}
@@ -124,7 +124,7 @@ conditions are:
124124

125125
<li>when the objects to be adjusted have 'white-space' of ''white-space/pre'' or
126126
''white-space/nowrap'' (see [[!CSS21]]) or a 'text-wrap' of ''text-wrap/none'' (see
127-
[[!CSS-TEXT-3]]).</li>
127+
[[!CSS-TEXT-4]]).</li>
128128

129129
</ul>
130130

css-size-adjust/Overview.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h2 class="no-num no-toc no-ref heading settled" id="status"><span class="conten
102102
<p>The following features are at risk:</p>
103103
<ul>
104104
<li>the &lt;percentage> value for <a class="property" data-link-type="propdesc" href="#propdef-text-size-adjust">text-size-adjust</a>
105-
<li>the reference to <a data-link-type="biblio" href="#biblio-css-text-3">[CSS-TEXT-3]</a>'s <a class="property" data-link-type="propdesc">text-wrap</a> property
105+
<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">text-wrap</a> property
106106
</ul>
107107
</div>
108108
<div data-fill-with="at-risk"></div>
@@ -226,7 +226,7 @@ <h3 class="heading settled" data-level="2.2" id="default-adjustment-conditions">
226226
<li>when the objects to be adjusted are inside a block-level or <a class="css" data-link-type="propdesc" href="https://drafts.csswg.org/css2/visuren.html#propdef-display">display: inline-block</a> element with a <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/visudet.html#propdef-height">height</a> other than <span class="css">auto</span> (see <a data-link-type="biblio" href="#biblio-css21">[CSS21]</a>),
227227
<li>when the objects to be adjusted are inside a <a class="css" data-link-type="propdesc" href="https://drafts.csswg.org/css2/visuren.html#propdef-display">display: inline-block</a> element
228228
with a <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/visudet.html#propdef-width">width</a> other than <span class="css">auto</span> (see <a data-link-type="biblio" href="#biblio-css21">[CSS21]</a>),
229-
<li>when the objects to be adjusted have <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-text-3/#propdef-white-space">white-space</a> of <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-text-3/#valdef-white-space-pre">pre</a> or <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-text-3/#valdef-white-space-nowrap">nowrap</a> (see <a data-link-type="biblio" href="#biblio-css21">[CSS21]</a>) or a <a class="property" data-link-type="propdesc">text-wrap</a> of <span class="css">none</span> (see <a data-link-type="biblio" href="#biblio-css-text-3">[CSS-TEXT-3]</a>).
229+
<li>when the objects to be adjusted have <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-text-3/#propdef-white-space">white-space</a> of <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-text-3/#valdef-white-space-pre">pre</a> or <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-text-3/#valdef-white-space-nowrap">nowrap</a> (see <a data-link-type="biblio" href="#biblio-css21">[CSS21]</a>) or a <a class="property" data-link-type="propdesc">text-wrap</a> of <span class="css">none</span> (see <a data-link-type="biblio" href="#biblio-css-text-4">[CSS-TEXT-4]</a>).
230230
</ul>
231231
<h3 class="heading settled" data-level="2.3" id="default-adjustment-calculation"><span class="secno">2.3. </span><span class="content">Calculation of default adjustment</span><a class="self-link" href="#default-adjustment-calculation"></a></h3>
232232
<p>The adjustment performed should be based on preferences (of the
@@ -422,7 +422,9 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
422422
<dt id="biblio-css-fonts-3"><a class="self-link" href="#biblio-css-fonts-3"></a>[CSS-FONTS-3]
423423
<dd>John Daggett. <a href="http://dev.w3.org/csswg/css-fonts/">CSS Fonts Module Level 3</a>. 3 October 2013. CR. URL: <a href="http://dev.w3.org/csswg/css-fonts/">http://dev.w3.org/csswg/css-fonts/</a>
424424
<dt id="biblio-css-text-3"><a class="self-link" href="#biblio-css-text-3"></a>[CSS-TEXT-3]
425-
<dd>Elika Etemad; Koji Ishii. <a href="http://www.w3.org/TR/css-text-3/">CSS Text Module Level 3</a>. 10 October 2013. LCWD. URL: <a href="http://www.w3.org/TR/css-text-3/">http://www.w3.org/TR/css-text-3/</a>
425+
<dd>Elika Etemad; Koji Ishii. <a href="http://dev.w3.org/csswg/css-text-3/">CSS Text Module Level 3</a>. 10 October 2013. LCWD. URL: <a href="http://dev.w3.org/csswg/css-text-3/">http://dev.w3.org/csswg/css-text-3/</a>
426+
<dt id="biblio-css-text-4"><a class="self-link" href="#biblio-css-text-4"></a>[CSS-TEXT-4]
427+
<dd>Elika Etemad; Koji Ishii; Alan Stearns. <a href="http://www.w3.org/TR/css-text-4/">CSS Text Module Level 4</a>. 22 September 2015. WD. URL: <a href="http://www.w3.org/TR/css-text-4/">http://www.w3.org/TR/css-text-4/</a>
426428
<dt id="biblio-css-values"><a class="self-link" href="#biblio-css-values"></a>[CSS-VALUES]
427429
<dd>Tab Atkins Jr.; Elika Etemad. <a href="http://dev.w3.org/csswg/css-values/">CSS Values and Units Module Level 3</a>. 11 June 2015. CR. URL: <a href="http://dev.w3.org/csswg/css-values/">http://dev.w3.org/csswg/css-values/</a>
428430
<dt id="biblio-rfc2119"><a class="self-link" href="#biblio-rfc2119"></a>[RFC2119]

0 commit comments

Comments
 (0)