Skip to content

Commit b98d191

Browse files
committed
[css-text] Ruby line break rules should refer to CSS Ruby <http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html>
1 parent 5ab6197 commit b98d191

2 files changed

Lines changed: 18 additions & 15 deletions

File tree

css-text/Overview.html

Lines changed: 17 additions & 10 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" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2014-04-19 name=dcterms.date>
13+
<meta content=2014-04-20 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>
17-
<meta content="http://www.w3.org/TR/2014/WD-css-text-3-20140419/"
17+
<meta content="http://www.w3.org/TR/2014/WD-css-text-3-20140420/"
1818
name=dcterms.identifier>
1919
<link href="#contents" rel=contents><!--<link rel=index href="#index">-->
2020

@@ -69,13 +69,13 @@
6969

7070
<h1>CSS Text Module Level 3</h1>
7171

72-
<h2 class="no-num no-toc">W3C Working Draft 19 April 2014</h2>
72+
<h2 class="no-num no-toc">W3C Working Draft 20 April 2014</h2>
7373

7474
<dl>
7575
<dt>This version:
7676

7777
<dd><a
78-
href="http://www.w3.org/TR/2014/WD-css-text-3-20140419/">http://www.w3.org/TR/2014/WD-css-text-3-20140419/</a></dd>
78+
href="http://www.w3.org/TR/2014/WD-css-text-3-20140420/">http://www.w3.org/TR/2014/WD-css-text-3-20140420/</a></dd>
7979
<!--
8080
<dd><a href="http://dev.w3.org/csswg/css3-text/">http://dev.w3.org/csswg/css3-text/</a>
8181
-->
@@ -1271,12 +1271,9 @@ <h3 id=line-break-details><span class=secno>5.1. </span> Line Breaking
12711271
edge) rather than breaking the box between its content edge and the
12721272
content.
12731273

1274-
<li>For line breaking in/around <a
1275-
href="http://www.w3.org/TR/css3-ruby/">ruby</a>, the base text is
1276-
considered part of the same inline formatting context as its surrounding
1277-
content, but the ruby text is not: i.e. line breaking opportunities
1278-
between the ruby element and its surrounding content are determined as if
1279-
the ruby base were inline and the ruby text were not there.
1274+
<li>Line breaking in/around Ruby is defined in Ruby box and line breaking
1275+
<a href="#ref-CSS3RUBY"
1276+
rel=biblioentry>[CSS3RUBY]<!--{{!CSS3RUBY}}--></a>.
12801277
</ul>
12811278

12821279
<h3 id=line-break-property><span class=secno>5.2. </span> Breaking Rules
@@ -3660,6 +3657,16 @@ <h3 class=no-num id=normative-ref> Normative references</h3>
36603657
</dd>
36613658
<!---->
36623659

3660+
<dt id=ref-CSS3RUBY>[CSS3RUBY]
3661+
3662+
<dd>Elika J. Etemad; Koji Ishii; Richard Ishida. <a
3663+
href="http://www.w3.org/TR/2013/WD-css3-ruby-20130919/"><cite>CSS Ruby
3664+
Module Level 1.</cite></a> 19 September 2013. W3C Working Draft. (Work in
3665+
progress.) URL: <a
3666+
href="http://www.w3.org/TR/2013/WD-css3-ruby-20130919/">http://www.w3.org/TR/2013/WD-css3-ruby-20130919/</a>
3667+
</dd>
3668+
<!---->
3669+
36633670
<dt id=ref-RFC2119>[RFC2119]
36643671

36653672
<dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key

css-text/Overview.src.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -863,11 +863,7 @@ <h3 id="line-break-details">
863863
<li>For <i>soft wrap opportunities</i> before the first or after the last character of a box,
864864
the break occurs immediately before/after the box (at its margin edge)
865865
rather than breaking the box between its content edge and the content.
866-
<li>For line breaking in/around <a href="http://www.w3.org/TR/css3-ruby/">ruby</a>,
867-
the base text is considered part of the same inline formatting context as its surrounding content,
868-
but the ruby text is not:
869-
i.e. line breaking opportunities between the ruby element and its surrounding content
870-
are determined as if the ruby base were inline and the ruby text were not there.
866+
<li>Line breaking in/around Ruby is defined in Ruby box and line breaking [[!CSS3RUBY]].
871867
</ul>
872868

873869
<h3 id="line-break-property">

0 commit comments

Comments
 (0)