|
32 | 32 |
|
33 | 33 | <h1>CSS Writing Modes Module Level 3</h1> |
34 | 34 |
|
35 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 July 2011</h2> |
| 35 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 July 2011</h2> |
36 | 36 |
|
37 | 37 | <dl> |
38 | 38 | <dt>This version: |
39 | 39 |
|
40 | 40 | <dd><a |
41 | 41 | href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a> |
42 | 42 | <!-- |
43 | | - <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110726">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110726/</a> |
| 43 | + <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110729">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110729/</a> |
44 | 44 | --> |
45 | 45 |
|
46 | 46 |
|
@@ -2039,6 +2039,18 @@ <h3 id=logical-to-physical><span class=secno>6.5. </span> |
2039 | 2039 | <p>The following table summarizes the abstract-to-physical mappings: |
2040 | 2040 |
|
2041 | 2041 | <table class=data> |
| 2042 | + <colgroup class=header></colgroup> |
| 2043 | + |
| 2044 | + <colgroup span=2></colgroup> |
| 2045 | + |
| 2046 | + <colgroup span=2></colgroup> |
| 2047 | + |
| 2048 | + <colgroup span=2></colgroup> |
| 2049 | + |
| 2050 | + <colgroup span=2></colgroup> |
| 2051 | + |
| 2052 | + <colgroup span=2></colgroup> |
| 2053 | + |
2042 | 2054 | <caption>Abstract-Physical Mapping</caption> |
2043 | 2055 |
|
2044 | 2056 | <thead> |
@@ -3294,16 +3306,20 @@ <h2 class=no-num id=vertical-typesetting-details>Appendix C: Vertical |
3294 | 3306 | following settings are recommended: |
3295 | 3307 |
|
3296 | 3308 | <ol> |
3297 | | - <li>Set any spaces (Zs), dashes (Pd), connectors (Pc), and bracketing |
3298 | | - punctuation (Ps, Pe, Pi, Pf) either upright using vertical font settings |
3299 | | - if available or sideways if they are not. |
| 3309 | + <li>Set any spaces (Zs), connectors (Pc), and bracketing punctuation (Ps, |
| 3310 | + Pe, Pi, Pf) either upright using vertical font settings if available or |
| 3311 | + sideways if they are not. |
3300 | 3312 | <p class=note>Thus a THREE-PER-EM SPACE (U+2004) can be expected to |
3301 | 3313 | provide a 1/3-em advance in the inline dimension, and brackets can be |
3302 | 3314 | expected to encase their contents.</p> |
3303 | 3315 |
|
3304 | 3316 | <li>Set East Asian fullwidth (F) and wide (W) characters upright (using |
3305 | 3317 | vertical font settings if available). |
3306 | 3318 |
|
| 3319 | + <li>Set any dashes (Pd) either upright using vertical font settings if |
| 3320 | + available or sideways if they are not. |
| 3321 | + <!-- fullwidth hyphen-minus need to be upright --> |
| 3322 | + |
3307 | 3323 | <li>Set East Asian halfwidth (H) characters sideways (or upright with |
3308 | 3324 | vertical font settings if possible). |
3309 | 3325 |
|
@@ -3574,6 +3590,19 @@ <h4 id="multicol-intrinsic-measures"> |
3574 | 3590 | CSS2.1 block-level boxes, the extent that would be calculated for an |
3575 | 3591 | ''auto'' extent per [[CSS3MULTICOL]]. |
3576 | 3592 |
|
| 3593 | +NOTES FROM ROSSEN: |
| 3594 | + min-content measure is min(column-width, min-content) |
| 3595 | + max-content measure is |
| 3596 | + 1. Pass w/ colspans displ: none; |
| 3597 | + Get width |
| 3598 | + 2. Pass with colspans only in width |
| 3599 | + Get remaining height |
| 3600 | + 3. Pass w/ spans again using remaining height |
| 3601 | + Get width |
| 3602 | + 4. Layout in width as final |
| 3603 | + Will lay out perfectly without colspans; will have some slack but no |
| 3604 | + overflow when colspans present. |
| 3605 | +
|
3577 | 3606 | <h4 id="multicol-intrinsic-columns"> |
3578 | 3607 | Intrinsic Sizes for Columns</h4> |
3579 | 3608 | --> |
|
0 commit comments