Skip to content

Commit 3b4c479

Browse files
committed
[css-ruby] Add issue wrt spacing out ruby contents in case of spanning annotations
--HG-- extra : rebase_source : d95e99bf960d55a157ed7dc16d5749cc8cc0f1cd
1 parent 043a8bf commit 3b4c479

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

css-ruby/Overview.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1558,14 +1558,15 @@ <h3 id=ruby-align-property><span class=secno>3.3. </span><a
15581558
</div>
15591559
</dl>
15601560

1561-
<p>For a complex ruby with spanning elements, one additional consideration
1562-
is required. If the spanning element spans multiple ‘<code
1563-
class=property>rows</code>’ (other rbc or rtc elements), and the ruby
1564-
alignment requires space distribution among the ‘<code
1565-
class=property>spanned</code>’ elements, a ratio must be determined
1566-
among the ‘<code class=property>columns</code>’ of spanned elements.
1567-
This ratio is computed by taking into consideration the widest element
1568-
within each column.
1561+
<p class=issue>Add a paragraph explaining how to distribute space in
1562+
situations with spanning annotations. <!--
1563+
<p>For a complex ruby with spanning elements, one additional consideration is
1564+
required. If the spanning element spans multiple 'rows' (other rbc or rtc
1565+
elements), and the ruby alignment requires space distribution among the
1566+
'spanned' elements, a ratio must be determined among the 'columns' of spanned
1567+
elements. This ratio is computed by taking into consideration the widest
1568+
element within each column.</p>
1569+
-->
15691570

15701571
<h2 id=edge-effects><span class=secno>4. </span> Edge Effects</h2>
15711572

css-ruby/Overview.src.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,13 +1077,15 @@ <h3 id="ruby-align-property"><a name="rubyalign"></a>
10771077
</dd>
10781078
</dl>
10791079

1080+
<p class="issue">Add a paragraph explaining how to distribute space in situations with spanning annotations.
1081+
<!--
10801082
<p>For a complex ruby with spanning elements, one additional consideration is
10811083
required. If the spanning element spans multiple 'rows' (other rbc or rtc
10821084
elements), and the ruby alignment requires space distribution among the
10831085
'spanned' elements, a ratio must be determined among the 'columns' of spanned
10841086
elements. This ratio is computed by taking into consideration the widest
10851087
element within each column.</p>
1086-
1088+
-->
10871089
<h2 id="edge-effects">
10881090
Edge Effects</h2>
10891091

0 commit comments

Comments
 (0)