Skip to content

Commit 08ca2ce

Browse files
committed
[css-size-adjust] Add "Ignored terms: text-wrap" to fix bikeshed fatal error.
The error I'm fixing is: FATAL ERROR: The only 'property' refs for 'text-wrap' were in ignored specs: which is happening because css-text-4 is an ignored spec. Since there doesn't seem to be a way to remove things from the set of ignored specs, I'll instead add to ignored terms.
1 parent 033ed1e commit 08ca2ce

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

css-size-adjust/Overview.bs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ 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
1415
</pre>
1516

1617
Introduction {#intro}

css-size-adjust/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<div class="head">
5353
<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>
5454
<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-01">1 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-03">3 March 2016</time></span></h2>
5656
<div data-fill-with="spec-metadata">
5757
<dl>
5858
<dt>This version:
@@ -246,7 +246,7 @@ <h2 class="heading settled" data-level="3" id="adjustment-control"><span class="
246246
<tbody>
247247
<tr>
248248
<th>Name:
249-
<td><dfn class="dfn-paneled css" data-dfn-type="property" data-export="" 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>
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>
250250
<tr class="value">
251251
<th>Value:
252252
<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> &lt;percentage>
@@ -402,7 +402,7 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
402402
<li><a href="https://drafts.csswg.org/css-text-3/#propdef-white-space">white-space</a>
403403
</ul>
404404
<li>
405-
<a data-link-type="biblio" href="#biblio-css-values-3">[css-values]</a> defines the following terms:
405+
<a data-link-type="biblio" href="#biblio-css-values">[css-values]</a> defines the following terms:
406406
<ul>
407407
<li><a href="https://drafts.csswg.org/css-values-3/#comb-one">|</a>
408408
</ul>

0 commit comments

Comments
 (0)