Skip to content

Commit d594df0

Browse files
committed
[css-ruby] Shift nested ruby out of box generation rules, assume it will be handled by layout rules.
1 parent 1ccceb5 commit d594df0

File tree

2 files changed

+10
-20
lines changed

2 files changed

+10
-20
lines changed

css-ruby/Overview.html

+7-12
Original file line numberDiff line numberDiff line change
@@ -553,11 +553,6 @@ <h3 class="heading settled heading" data-level=2.2 id=box-fixup><span class=secn
553553
is wrapped in an anonymous <a data-link-type=dfn href=#ruby-annotation-container-box title="ruby annotation container">ruby annotation container</a>.
554554
</ol>
555555

556-
<p>For the purpose of the rules above,
557-
a <a data-link-type=dfn href=#ruby-container title="ruby container">ruby container</a> directly parented by a <a data-link-type=dfn href=#ruby-container title="ruby container">ruby container</a>
558-
is considered to be a <a data-link-type=dfn href=#ruby-base-container-box title="ruby base container">ruby base container</a>.
559-
See <a data-link-type=dfn href=#nested-ruby title="nested ruby">nested ruby</a>, below.
560-
561556
<p class=issue id=issue-f2086090><a class=self-link href=#issue-f2086090></a>Make this into an example:
562557
<img src=http://lists.w3.org/Archives/Public/www-archive/2014Jun/att-0027/PastedGraphic-1.png style="display: block; width: 100%">
563558

@@ -674,9 +669,9 @@ <h4 class="heading settled heading" data-level=2.3.3 id=nested-pairing><span cla
674669
Thus, using nested <a data-link-type=dfn href=#ruby-container title="ruby containers">ruby containers</a> allows the representation
675670
of complex spanning relationships.
676671

677-
<p class=issue id=issue-05f90a82><a class=self-link href=#issue-05f90a82></a>This has to be Level 1 because HTML5 allows it, so we have to handle it. Yay HTML5.
678-
(Also, if we’re ever going to support it, it has to be designed into level 1
679-
or authors will depend on whatever degenerate behavior falls out.)
672+
<p class=issue id=issue-9b177ca3><a class=self-link href=#issue-9b177ca3></a>It’s not clear whether this falls out of layout handling of ruby containers inside ruby bases
673+
or needs to be handled specially.
674+
Waiting until layout is better-defined to find out...
680675

681676
<h3 class="heading settled heading" data-level=2.4 id=autohide><span class=secno>2.4 </span><span class=content>
682677
Autohiding Base-identical Annotations</span><a class=self-link href=#autohide></a></h3>
@@ -1731,11 +1726,11 @@ <h2 class="no-num heading settled" id=issues-index><span class=content>Issues In
17311726

17321727
<a href=#issue-f2086090></a></div><div class=issue>Insert diagram<a href=#issue-0230a91a></a></div>
17331728

1734-
<div class=issue>This has to be Level 1 because HTML5 allows it, so we have to handle it. Yay HTML5.
1735-
(Also, if we’re ever going to support it, it has to be designed into level 1
1736-
or authors will depend on whatever degenerate behavior falls out.)
1729+
<div class=issue>It’s not clear whether this falls out of layout handling of ruby containers inside ruby bases
1730+
or needs to be handled specially.
1731+
Waiting until layout is better-defined to find out...
17371732

1738-
<a href=#issue-05f90a82></a></div><div class=issue>Specify how these anonymous white space boxes impact layout.
1733+
<a href=#issue-9b177ca3></a></div><div class=issue>Specify how these anonymous white space boxes impact layout.
17391734

17401735
<a href=#issue-1851041e></a></div><div class=issue>Or should it become a quasi-base between two bases?<a href=#issue-029133da></a></div>
17411736
A spanning <div class=issue>

css-ruby/Overview.src.html

+3-8
Original file line numberDiff line numberDiff line change
@@ -399,11 +399,6 @@ <h3 id="box-fixup">
399399
is wrapped in an anonymous <i>ruby annotation container</i>.
400400
</ol>
401401

402-
<p>For the purpose of the rules above,
403-
a <i>ruby container</i> directly parented by a <i>ruby container</i>
404-
is considered to be a <i>ruby base container</i>.
405-
See <i>nested ruby</i>, below.
406-
407402
<p class="issue">Make this into an example:
408403
<img src="http://lists.w3.org/Archives/Public/www-archive/2014Jun/att-0027/PastedGraphic-1.png" style="display: block; width: 100%">
409404

@@ -520,9 +515,9 @@ <h4 id="nested-pairing">
520515
Thus, using nested <i>ruby containers</i> allows the representation
521516
of complex spanning relationships.
522517

523-
<p class="issue">This has to be Level 1 because HTML5 allows it, so we have to handle it. Yay HTML5.
524-
(Also, if we're ever going to support it, it has to be designed into level 1
525-
or authors will depend on whatever degenerate behavior falls out.)
518+
<p class="issue">It's not clear whether this falls out of layout handling of ruby containers inside ruby bases
519+
or needs to be handled specially.
520+
Waiting until layout is better-defined to find out...
526521

527522
<h3 id="autohide">
528523
Autohiding Base-identical Annotations</h3>

0 commit comments

Comments
 (0)