Skip to content

Commit 6450857

Browse files
committed
[css-size-adjust] Avoid duplicating the standard sentence in the abstract.
1 parent 9cafff6 commit 6450857

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-size-adjust/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TR: https://www.w3.org/TR/css-size-adjust/
99
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/
12-
Abstract: CSS is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, in speech, etc. 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.
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.
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 [[!CSS3TEXT]]&apos;s 'text-wrap' property</li> </ul>
1414
</pre>
1515

css-size-adjust/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="cont
7474
</div>
7575
<h2 class="no-num no-toc no-ref heading settled" id="abstract"><span class="content">Abstract</span></h2>
7676
<div class="p-summary" data-fill-with="abstract">
77-
<p>CSS is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, in speech, etc. 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.</p>
77+
<p>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.</p>
7878
<a href="http://www.w3.org/TR/CSS/">CSS</a> is a language for describing the rendering of structured documents
7979
(such as HTML and XML)
8080
on screen, on paper, in speech, etc.

0 commit comments

Comments
 (0)