csswg/css3-gcpm Overview.src.html,1.147,1.148

Update of /sources/public/csswg/css3-gcpm
In directory hutz:/tmp/cvs-serv31565

Modified Files:
	Overview.src.html 
Log Message:
removed hyphenation, line-snapping

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.src.html,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- Overview.src.html	26 Oct 2011 01:20:23 -0000	1.147
+++ Overview.src.html	26 Oct 2011 01:43:18 -0000	1.148
@@ -22,55 +22,6 @@
 
 <!--logo-->
 
-<!--
-
-/*
-
-http://lists.w3.org/Archives/Public/www-style/2009Mar/0065.html
-
-   - RESOLVED: New syntax is image-resolution: normal | [ <dpi> || auto ]
-     RATIONALE: Removes unused combinations and unnecessary comma
-
-   - RESOLVED: Replace image-resolution: auto; with image-resolution: from-image;
-     RATIONALE: 'auto' vs. 'normal' is hard to understand. ('normal' is 1 pixel == 1px)
-
-
-   - Discussed removing 'background-image-resolution' in favor of various options.
-     So far idea is that 'image-resolution' applies to all images and we will
-     introduce functional notation in the future to allow setting resolution on a
-     per-image basis.
-
-
-http://lists.w3.org/Archives/Public/www-style/2009Jun/0186.html
-
-
-
-align lines: what did michael suggest?
-
-Another approach would be to extend the height of the block to be a 
-multiple of the grid height, but then people would probably want to 
-control where the extra space gets added.
-
-kerning?
-
-
--->
-
-<!--
-http://opengroup.org/onlinepubs/007908775/xbd/locale.html
-
-d_t_fmt
-Define the appropriate date and time representation, corresponding to the %c field descriptor. The operand consists of a string, and can contain any combination of characters and field descriptors. In addition, the string can contain escape sequences defined in the table in Escape Sequences and Associated Actions (\\, \a, \b, \f, \n, \r, \t, \v). 
-d_fmt
-Define the appropriate date representation, corresponding to the %x field descriptor. The operand consists of a string, and can contain any combination of characters and field descriptors. In addition, the string can contain escape sequences defined in the table in Escape Sequences and Associated Actions . 
-t_fmt
-Define the appropriate time representation, corresponding to the %X field descriptor. The operand consists of a string, and can contain any combination of characters and field descriptors. In addition, the string can contain escape sequences defined in the table in Escape Sequences and Associated Actions .
-
-
--->
-
-
-
 <h1>CSS Generated Content for Paged Media Module</h1>
 
 <h2 class="no-num no-toc" id="w3c-working">[LONGSTATUS] [DATE]</h2>
@@ -137,8 +88,7 @@
 <p>(This section is not normative.)
 
 <p>This specification describes features often used in printed
-publications. Some of the proposed functionality (e.g., hyphenation,
-the new list style types, and border segments) may also
+publications. Some of the proposed functionality (e.g., the new list style types, and border segments) may also
 used with other media types. However, this specification is only
 concerned with the 'print' media type.
 
@@ -1215,10 +1165,9 @@
 footnote/sidenote, or are two "magic" areas enough?
 -->
 
-
-
+<!--
 <h2>Hyphenation</h2>
-
+-->
 <!--
 <table class=hyphenate>
 <tr><th>CSS<th>XSL<th>DSSSL
@@ -1259,7 +1208,7 @@
 </table>
 
 -->
-
+<!--
 <p>Hyphenation means splitting words to improve the layout of
 paragraphs. This specifications does not define the exact rules for
 hyphenation, but describes six properties that influence hyphenation. 
@@ -1603,6 +1552,7 @@
    Antarctica.
 <pre>
 </div>
+-->
 
 <h2>New counter styles</h2>
 
@@ -2805,10 +2755,9 @@
 </pre>
 </div>
 
-
+<!--
 <h2>Aligning baselines in multi-column layouts</h2>
 
-
 <p>In multi-column layouts, baselines are typically aligned between
 adjacent columns. This gives the presentation a visual rythm, and text
 in the end of the columns will be alignend. To support this, a new
@@ -2829,13 +2778,13 @@
 </div>
 
 <p class=note>The <a href="http://dev.w3.org/csswg/css3-linebox/#LineStacking">line-box-contain</a> property is defined in <a href="http://dev.w3.org/csswg/css3-linebox">CSS3 module: line</a>.
-
+-->
 <!--
 http://www.w3.org/Style/Group/css3-src/css3-linebox/Overview.html#LineStacking
 -->
-
+<!--
 <p class=note>A similar idea &mdash; 'line-stacking-strategy: grid-height' &mdash; was proposed in a <a href="http://www.w3.org/TR/css3-linebox/#line-stacking-strategy">previous version of the CSS3 line module</a>. The 'line-stacking-strategy' property is <a href="http://www.w3.org/TR/xsl/#line-stacking-strategy">used in XSL</a>.
-
+-->
 
 <h2>The 'first-page' pseudo-element</h2>
 

Received on Wednesday, 26 October 2011 01:43:26 UTC