Skip to content

Commit d34d737

Browse files
committed
[css-size-adjust] bikeshed fix
1 parent 7812900 commit d34d737

2 files changed

Lines changed: 19 additions & 11 deletions

File tree

css-size-adjust/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ 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.
1313
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>
14-
Ignored terms: text-wrap
14+
</pre>
15+
16+
<pre class="link-defaults">
17+
spec: css-text-4; type: property; text: text-wrap
1518
</pre>
1619

1720
Introduction {#intro}

css-size-adjust/Overview.html

Lines changed: 15 additions & 10 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-4">[CSS-TEXT-4]</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" href="https://drafts.csswg.org/css-text-4/#propdef-text-wrap">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">nowrap</span> (see <a data-link-type="biblio" href="#biblio-css-text-4">[CSS-TEXT-4]</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" href="https://drafts.csswg.org/css-text-4/#propdef-text-wrap">text-wrap</a> of <span class="css">nowrap</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
@@ -401,6 +401,11 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
401401
<li><a href="https://drafts.csswg.org/css-text-3/#valdef-white-space-pre">pre</a>
402402
<li><a href="https://drafts.csswg.org/css-text-3/#propdef-white-space">white-space</a>
403403
</ul>
404+
<li>
405+
<a data-link-type="biblio" href="#biblio-css-text-4">[css-text-4]</a> defines the following terms:
406+
<ul>
407+
<li><a href="https://drafts.csswg.org/css-text-4/#propdef-text-wrap">text-wrap</a>
408+
</ul>
404409
<li>
405410
<a data-link-type="biblio" href="#biblio-css-values">[css-values]</a> defines the following terms:
406411
<ul>
@@ -417,22 +422,22 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
417422
<h2 class="no-num no-ref heading settled" id="references"><span class="content">References</span><a class="self-link" href="#references"></a></h2>
418423
<h3 class="no-num no-ref heading settled" id="normative"><span class="content">Normative References</span><a class="self-link" href="#normative"></a></h3>
419424
<dl>
420-
<dt id="biblio-css21"><a class="self-link" href="#biblio-css21"></a>[CSS21]
421-
<dd>Bert Bos; et al. <a href="http://www.w3.org/TR/CSS2">Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification</a>. 7 June 2011. REC. URL: <a href="http://www.w3.org/TR/CSS2">http://www.w3.org/TR/CSS2</a>
422-
<dt id="biblio-css-fonts-3"><a class="self-link" href="#biblio-css-fonts-3"></a>[CSS-FONTS-3]
425+
<dt id="biblio-css-fonts-3">[CSS-FONTS-3]
423426
<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>
424-
<dt id="biblio-css-text-3"><a class="self-link" href="#biblio-css-text-3"></a>[CSS-TEXT-3]
427+
<dt id="biblio-css-text-3">[CSS-TEXT-3]
425428
<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]
429+
<dt id="biblio-css-text-4">[CSS-TEXT-4]
427430
<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>
428-
<dt id="biblio-css-values"><a class="self-link" href="#biblio-css-values"></a>[CSS-VALUES]
431+
<dt id="biblio-css-values">[CSS-VALUES]
429432
<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>
430-
<dt id="biblio-rfc2119"><a class="self-link" href="#biblio-rfc2119"></a>[RFC2119]
433+
<dt id="biblio-css21">[CSS21]
434+
<dd>Bert Bos; et al. <a href="http://www.w3.org/TR/CSS2">Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification</a>. 7 June 2011. REC. URL: <a href="http://www.w3.org/TR/CSS2">http://www.w3.org/TR/CSS2</a>
435+
<dt id="biblio-rfc2119">[RFC2119]
431436
<dd>S. Bradner. <a href="https://tools.ietf.org/html/rfc2119">Key words for use in RFCs to Indicate Requirement Levels</a>. March 1997. Best Current Practice. URL: <a href="https://tools.ietf.org/html/rfc2119">https://tools.ietf.org/html/rfc2119</a>
432437
</dl>
433438
<h3 class="no-num no-ref heading settled" id="informative"><span class="content">Informative References</span><a class="self-link" href="#informative"></a></h3>
434439
<dl>
435-
<dt id="biblio-css3color"><a class="self-link" href="#biblio-css3color"></a>[CSS3COLOR]
440+
<dt id="biblio-css3color">[CSS3COLOR]
436441
<dd>Tantek Çelik; Chris Lilley; David Baron. <a href="http://www.w3.org/TR/css3-color">CSS Color Module Level 3</a>. 7 June 2011. REC. URL: <a href="http://www.w3.org/TR/css3-color">http://www.w3.org/TR/css3-color</a>
437442
</dl>
438443
<h2 class="no-num no-ref heading settled" id="property-index"><span class="content">Property Index</span><a class="self-link" href="#property-index"></a></h2>

0 commit comments

Comments
 (0)