- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Jul 2011 22:06:08 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv9942
Modified Files:
Overview.html Overview.src.html
Log Message:
Add colgroups to table
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -d -r1.189 -r1.190
--- Overview.html 26 Jul 2011 19:12:22 -0000 1.189
+++ Overview.html 29 Jul 2011 22:06:06 -0000 1.190
@@ -32,7 +32,7 @@
<h1>CSS Writing Modes Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 July 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 July 2011</h2>
<dl>
<dt>This version:
@@ -40,7 +40,7 @@
<dd><a
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
<!--
- <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>
+ <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>
-->
@@ -2039,6 +2039,18 @@
<p>The following table summarizes the abstract-to-physical mappings:
<table class=data>
+ <colgroup class=header></colgroup>
+
+ <colgroup span=2></colgroup>
+
+ <colgroup span=2></colgroup>
+
+ <colgroup span=2></colgroup>
+
+ <colgroup span=2></colgroup>
+
+ <colgroup span=2></colgroup>
+
<caption>Abstract-Physical Mapping</caption>
<thead>
@@ -3294,9 +3306,9 @@
following settings are recommended:
<ol>
- <li>Set any spaces (Zs), dashes (Pd), connectors (Pc), and bracketing
- punctuation (Ps, Pe, Pi, Pf) either upright using vertical font settings
- if available or sideways if they are not.
+ <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.
<p class=note>Thus a THREE-PER-EM SPACE (U+2004) can be expected to
provide a 1/3-em advance in the inline dimension, and brackets can be
expected to encase their contents.</p>
@@ -3304,6 +3316,10 @@
<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).
@@ -3574,6 +3590,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>
-->
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -d -r1.200 -r1.201
--- Overview.src.html 29 Jul 2011 21:01:36 -0000 1.200
+++ Overview.src.html 29 Jul 2011 22:06:06 -0000 1.201
@@ -1490,6 +1490,12 @@
<p>The following table summarizes the abstract-to-physical mappings:</p>
<table class="data">
+ <colgroup class="header"></colgroup>
+ <colgroup span=2></colgroup>
+ <colgroup span=2></colgroup>
+ <colgroup span=2></colgroup>
+ <colgroup span=2></colgroup>
+ <colgroup span=2></colgroup>
<caption>Abstract-Physical Mapping</caption>
<thead>
<tr>
Received on Friday, 29 July 2011 22:06:13 UTC