Skip to content

Commit 319a521

Browse files
committed
[css3-text] Remove optionality of line-break and hanging-punctuation per CSSWG discussion today.
--HG-- extra : rebase_source : 9b915858045663d3da92bc3c456dca4e0184f3ea
1 parent 359c1e1 commit 319a521

2 files changed

Lines changed: 4 additions & 20 deletions

File tree

css3-text/Overview.html

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
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-02-06 name=dcterms.issued>
13+
<meta content=2013-02-07 name=dcterms.issued>
1414
<meta content="Elika J. Etemad" name=dcterms.creator>
1515
<meta content="Koji Ishii" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
17-
<meta content="http://www.w3.org/TR/2013/ED-css3-text-20130206/"
17+
<meta content="http://www.w3.org/TR/2013/ED-css3-text-20130207/"
1818
name=dcterms.identifier>
1919
<link href="#contents" rel=contents><!--<link rel=index href="#index">-->
2020

@@ -44,13 +44,13 @@
4444

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

47-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 February
47+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 February
4848
2013</h2>
4949

5050
<dl>
5151
<dt>This version:</dt>
5252
<!--
53-
<dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130206/">http://www.w3.org/TR/2013/WD-css3-text-20130206/</a></dd>
53+
<dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130207/">http://www.w3.org/TR/2013/WD-css3-text-20130207/</a></dd>
5454
-->
5555

5656
<dd><a
@@ -1315,10 +1315,6 @@ <h3 id=line-break><span class=secno>5.2. </span> Breaking Rules for
13151315
some additional common codepoints are affected. However a future level of
13161316
CSS may add behaviors affecting non-CJK text.
13171317

1318-
<p>Support for this property is <em>optional</em>. It is recommended for
1319-
UAs that wish to support CJK typography and strongly recommended for UAs
1320-
in the Japanese market.
1321-
13221318
<p class=note>The CSSWG recognizes that in a future edition of the
13231319
specification finer control over line breaking may be necessary to satisfy
13241320
high-end publishing requirements.
@@ -3135,10 +3131,6 @@ <h3 id=hanging-punctuation><span class=secno>9.2. </span> Hanging
31353131
characters would <a href="#status">inform the working group</a> of such
31363132
additions.
31373133

3138-
<p>Support for this property is <em>optional</em>. It is recommended for
3139-
UAs that wish to support CJK typography, particularly those in the
3140-
Japanese market.
3141-
31423134
<div class=example>
31433135
<p>The ‘<code class=css>allow-end</code>’ and ‘<code
31443136
class=css>force-end</code>’ are two variations of hanging punctuation

css3-text/Overview.src.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -931,10 +931,6 @@ <h3 id="line-break">
931931
common codepoints are affected. However a future level of CSS may add
932932
behaviors affecting non-CJK text.
933933

934-
<p>Support for this property is <em>optional</em>. It is recommended
935-
for UAs that wish to support CJK typography and strongly recommended
936-
for UAs in the Japanese market.</p>
937-
938934
<p class="note">The CSSWG recognizes that in a future edition of the
939935
specification finer control over line breaking may be necessary to
940936
satisfy high-end publishing requirements.
@@ -2325,10 +2321,6 @@ <h3 id="hanging-punctuation">
23252321
other characters would <a href="#status">inform the working group</a>
23262322
of such additions.</p>
23272323

2328-
<p>Support for this property is <em>optional</em>. It is recommended
2329-
for UAs that wish to support CJK typography, particularly those in
2330-
the Japanese market.</p>
2331-
23322324
<div class="example">
23332325
<p>The ''allow-end'' and ''force-end'' are two variations of
23342326
hanging punctuation used in East Asia.</p>

0 commit comments

Comments
 (0)