Skip to content

Commit 4655559

Browse files
committed
[css-text] Include all currency symbols in line-breaking rules <https://www.w3.org/Style/CSS/Tracker/issues/301>
--HG-- extra : rebase_source : 316c8451cfb3f44a579b504bbc345deb7acad184
1 parent 5a2340f commit 4655559

2 files changed

Lines changed: 27 additions & 25 deletions

File tree

css-text/Overview.html

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Text Module Level 3 (CSS3 Text)" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-03-06 name=dcterms.issued>
13+
<meta content=2013-05-10 name=dcterms.date>
1414
<meta content="Elika J. Etemad" name=dcterms.creator>
1515
<meta content="Koji Ishii" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
@@ -43,12 +43,12 @@
4343

4444
<h1>CSS Text Module Level 3</h1>
4545

46-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 March 2013</h2>
46+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 May 2013</h2>
4747

4848
<dl>
4949
<dt>This version:</dt>
5050
<!--
51-
<dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130306/">http://www.w3.org/TR/2013/WD-css3-text-20130306/</a></dd>
51+
<dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130510/">http://www.w3.org/TR/2013/WD-css3-text-20130510/</a></dd>
5252
-->
5353

5454
<dd><a
@@ -74,12 +74,14 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 March 2013</h2>
7474
<dd><a
7575
href="http://www.w3.org/Style/CSS/Tracker/products/10">http://www.w3.org/Style/CSS/Tracker/products/10</a>
7676

77-
<dt>Feedback:</dt>
78-
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-text%5D%20feedback">www-style@w3.org</a>
79-
with subject line &ldquo;<kbd>[css-text]
80-
<var>&hellip; message topic &hellip;</var></kbd>&rdquo;
81-
(<a rel="discussion" href="http://lists.w3.org/Archives/Public/www-style/">archives</a>)
77+
<dt>Feedback:
8278

79+
<dd><a
80+
href="mailto:www-style@w3.org?subject=%5Bcss-text%5D%20feedback">www-style@w3.org</a>
81+
with subject line “<kbd>[css-text] <var>… message topic
82+
</var></kbd>” (<a
83+
href="http://lists.w3.org/Archives/Public/www-style/"
84+
rel=discussion>archives</a>)
8385

8486
<dt>Editors:
8587

@@ -1288,13 +1290,13 @@ <h3 id=line-break><span class=secno>5.2. </span> Breaking Rules for
12881290
・ U+FF65, ! U+0021, ? U+003F, ‼ U+203C, ⁇ U+2047,
12891291
⁈ U+2048, ⁉ U+2049, ! U+FF01, ? U+FF1F
12901292

1291-
<li>breaks before postfixes:<br>
1293+
<li>breaks before suffixes:<br>
12921294
% U+0025, ¢ U+00A2, ° U+00B0, ‰ U+2030, ′ U+2032,
12931295
″ U+2033, ℃ U+2103, % U+FF05, ¢ U+FFE0
12941296

12951297
<li>breaks after prefixes:<br>
1296-
$ U+0024, £ U+00A3, ¥ U+00A5, € U+20AC, № U+2116,
1297-
$ U+FF04, £ U+FFE1, ¥ U+FFE5
1298+
 U+2116 and all currency symbols (Unicode general category Sc)
1299+
other than ¢ U+00A2 and ¢ U+FFE0
12981300
</ul>
12991301
</ul>
13001302

@@ -3232,26 +3234,26 @@ <h3 class=no-num id=normative-ref>Normative references</h3>
32323234
<!-- Sorted by label -->
32333235

32343236
<dl class=bibliography>
3235-
<dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
3237+
<dd style="display: none"><!-- keeps the doc valid if the DL is empty -->
32363238
<!---->
32373239

32383240
<dt id=CSS21>[CSS21]
32393241

32403242
<dd>Bert Bos; et al. <a
3241-
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/"><cite>Cascading Style
3243+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
32423244
Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 June
32433245
2011. W3C Recommendation. URL: <a
3244-
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">http://www.w3.org/TR/2011/REC-CSS2-20110607/</a>
3246+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
32453247
</dd>
32463248
<!---->
32473249

32483250
<dt id=CSS3-FONTS>[CSS3-FONTS]
32493251

32503252
<dd>John Daggett. <a
3251-
href="http://www.w3.org/TR/2012/WD-css3-fonts-20121211/"><cite>CSS Fonts
3252-
Module Level 3.</cite></a> 11 December 2012. W3C Working Draft. (Work in
3253+
href="http://www.w3.org/TR/2013/WD-css3-fonts-20130212/"><cite>CSS Fonts
3254+
Module Level 3.</cite></a> 12 February 2013. W3C Working Draft. (Work in
32533255
progress.) URL: <a
3254-
href="http://www.w3.org/TR/2012/WD-css3-fonts-20121211/">http://www.w3.org/TR/2012/WD-css3-fonts-20121211/</a>
3256+
href="http://www.w3.org/TR/2013/WD-css3-fonts-20130212/">http://www.w3.org/TR/2013/WD-css3-fonts-20130212/</a>
32553257
</dd>
32563258
<!---->
32573259

@@ -3331,16 +3333,16 @@ <h3 class=no-num id=informative-ref>Informative references</h3>
33313333
<!-- Sorted by label -->
33323334

33333335
<dl class=bibliography>
3334-
<dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
3336+
<dd style="display: none"><!-- keeps the doc valid if the DL is empty -->
33353337
<!---->
33363338

33373339
<dt id=CSS-COUNTER-STYLES-3>[CSS-COUNTER-STYLES-3]
33383340

33393341
<dd>Tab Atkins Jr. <a
3340-
href="http://www.w3.org/TR/2012/WD-css-counter-styles-3-20121009/"><cite>CSS
3341-
Counter Styles Level 3.</cite></a> 9 October 2012. W3C Working Draft.
3342+
href="http://www.w3.org/TR/2013/WD-css-counter-styles-3-20130221/"><cite>CSS
3343+
Counter Styles Level 3.</cite></a> 21 February 2013. W3C Working Draft.
33423344
(Work in progress.) URL: <a
3343-
href="http://www.w3.org/TR/2012/WD-css-counter-styles-3-20121009/">http://www.w3.org/TR/2012/WD-css-counter-styles-3-20121009/</a>
3345+
href="http://www.w3.org/TR/2013/WD-css-counter-styles-3-20130221/">http://www.w3.org/TR/2013/WD-css-counter-styles-3-20130221/</a>
33443346
</dd>
33453347
<!---->
33463348

css-text/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -912,14 +912,14 @@ <h3 id="line-break">
912912
&#x0021;&nbsp;U+0021, &#x003F;&nbsp;U+003F, &#x203C;&nbsp;U+203C,
913913
&#x2047;&nbsp;U+2047, &#x2048;&nbsp;U+2048, &#x2049;&nbsp;U+2049,
914914
&#xFF01;&nbsp;U+FF01, &#xFF1F;&nbsp;U+FF1F
915-
<li>breaks before postfixes:<br>
915+
<li>breaks before suffixes:<br>
916916
&#x0025;&nbsp;U+0025, &#x00A2;&nbsp;U+00A2, &#x00B0;&nbsp;U+00B0,
917917
&#x2030;&nbsp;U+2030, &#x2032;&nbsp;U+2032, &#x2033;&nbsp;U+2033,
918918
&#x2103;&nbsp;U+2103, &#xFF05;&nbsp;U+FF05, &#xFFE0;&nbsp;U+FFE0
919919
<li>breaks after prefixes:<br>
920-
&#x0024;&nbsp;U+0024, &#x00A3;&nbsp;U+00A3, &#x00A5;&nbsp;U+00A5,
921-
&#x20AC;&nbsp;U+20AC, &#x2116;&nbsp;U+2116, &#xFF04;&nbsp;U+FF04,
922-
&#xFFE1;&nbsp;U+FFE1, &#xFFE5;&nbsp;U+FFE5
920+
&#x2116;&nbsp;U+2116
921+
and all currency symbols (Unicode general category Sc) other than
922+
&#x00A2;&nbsp;U+00A2 and &#xFFE0;&nbsp;U+FFE0
923923
</ul>
924924
</ul>
925925

0 commit comments

Comments
 (0)