- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Jul 2011 21:01:38 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv2185
Modified Files:
Overview.src.html orient.data
Log Message:
Add more notes
Index: orient.data
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/orient.data,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- orient.data 26 Jul 2011 22:44:19 -0000 1.1
+++ orient.data 29 Jul 2011 21:01:36 -0000 1.2
@@ -29,10 +29,13 @@
# Latin 1 Supplement — Latin-1 punctuation and symbols
U+00A1 ( ¡ ) INVERTED EXCLAMATION MARK S
-U+00B7 ( · ) MIDDLE DOT c
+U+00B7 ( · ) MIDDLE DOT c // Ko and Ja think it's halfwidth, Zh thinks it's fullwidth
U+00BF ( ¿ ) INVERTED QUESTION MARK S
+# Unicode fractions sideways by default
+
# General Punctuation
+
U+2016 ( ‖ ) DOUBLE VERTICAL LINE U
U+2017 ( ‗ ) DOUBLE LOW LINE U
U+2020 ( † ) DAGGER U
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- Overview.src.html 26 Jul 2011 19:12:22 -0000 1.199
+++ Overview.src.html 29 Jul 2011 21:01:36 -0000 1.200
@@ -2443,7 +2443,7 @@
the following settings are recommended:
<ol>
- <li>Set any spaces (Zs), dashes (Pd), connectors (Pc), and
+ <li>Set any spaces (Zs), connectors (Pc), and
bracketing punctuation (Ps, Pe, Pi, Pf)
either upright using vertical font settings if available
or sideways if they are not.
@@ -2452,6 +2452,8 @@
can be expected to encase their contents.</p>
<li>Set East Asian fullwidth (F) and wide (W) characters upright
(using vertical font settings if available).
+ <li>Set any dashes (Pd) either upright using vertical font settings if
+ available or sideways if they are not. <!-- fullwidth hyphen-minus need to be upright -->
<li>Set East Asian halfwidth (H) characters sideways (or upright with
vertical font settings if possible).
<li>Set any other characters that are assigned to a script
@@ -2667,6 +2669,19 @@
CSS2.1 block-level boxes, the extent that would be calculated for an
''auto'' extent per [[CSS3MULTICOL]].
+NOTES FROM ROSSEN:
+ min-content measure is min(column-width, min-content)
+ max-content measure is
+ 1. Pass w/ colspans displ: none;
+ Get width
+ 2. Pass with colspans only in width
+ Get remaining height
+ 3. Pass w/ spans again using remaining height
+ Get width
+ 4. Layout in width as final
+ Will lay out perfectly without colspans; will have some slack but no
+ overflow when colspans present.
+
<h4 id="multicol-intrinsic-columns">
Intrinsic Sizes for Columns</h4>
-->
Received on Friday, 29 July 2011 21:01:40 UTC