File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454</ p >
5555 < h1 class ="p-name no-ref " id =title > CSS Ruby Layout Module Level 1</ h1 >
5656 < h2 class ="no-num no-toc no-ref heading settled heading " id =subtitle > < span class =content > Editor’s Draft,
57- < span class =dt-updated > < span class =value-title title =20140718 > 18 July 2014</ span > </ span > </ span > </ h2 >
57+ < span class =dt-updated > < span class =value-title title =20140723 > 23 July 2014</ span > </ span > </ span > </ h2 >
5858 < div data-fill-with =spec-metadata > < dl >
5959 < dt > This version:
6060 < dd > < a class =u-url href =http://dev.w3.org/csswg/css-ruby-1/ > http://dev.w3.org/csswg/css-ruby-1/</ a >
@@ -1524,6 +1524,7 @@ <h2 class="no-num heading settled heading" id=acknowledgments><span class=conten
15241524 Frank Yung-Fong Tang,
15251525 Chris Thrasher,
15261526 Masafumi Yabe (< span lang =ja > 家辺勝文</ span > ),
1527+ Boris Zbarsky,
15271528 Steve Zilles.
15281529
15291530 < p > Special thanks goes to the previous editors:
@@ -1535,8 +1536,11 @@ <h2 class="no-num heading settled heading" id=changes><span class=content>
15351536
15361537 < p > The following major changes have been made since the previous Working Draft:
15371538 < ul >
1538- < li > Correct and improve anonymous box generation and white space handling rules.
1539- < li > Fix errors and ambiguities in nested ruby handling.
1539+ < li > Rewrote anonymous box generation rules and white space handling rules,
1540+ defined specialized pairing of anonymous white space boxes.
1541+ < li > Took nested ruby handling out of pairing.
1542+ (Will be handling it via sizing/layout.)
1543+ < li > Defined bidi layout of ruby structures.
15401544 </ ul >
15411545
15421546< h2 class ="no-ref no-num heading settled heading " id =conformance > < span class =content >
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ <h1>CSS Ruby Layout Module Level 1</h1>
1919<!--
2020
2121Issues:
22- bidi
2322 box layout/sizing
2423 clean up inter-character vs. parallel layout requirements
2524
@@ -1590,6 +1589,7 @@ <h2 class=no-num id="acknowledgments">
15901589 Frank Yung-Fong Tang,
15911590 Chris Thrasher,
15921591 Masafumi Yabe (< span lang ="ja "> 家辺勝文</ span > ),
1592+ Boris Zbarsky,
15931593 Steve Zilles.
15941594
15951595 < p > Special thanks goes to the previous editors:
@@ -1601,6 +1601,9 @@ <h2 class="no-num" id="changes">
16011601
16021602 < p > The following major changes have been made since the previous Working Draft:
16031603 < ul >
1604- < li > Correct and improve anonymous box generation and white space handling rules.
1605- < li > Fix errors and ambiguities in nested ruby handling.
1604+ < li > Rewrote anonymous box generation rules and white space handling rules,
1605+ defined specialized pairing of anonymous white space boxes.
1606+ < li > Took nested ruby handling out of pairing.
1607+ (Will be handling it via sizing/layout.)
1608+ < li > Defined bidi layout of ruby structures.
16061609 </ ul >
You can’t perform that action at this time.
0 commit comments