- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 30 Aug 2011 18:20:57 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv22792
Modified Files:
Overview.src.html
Log Message:
Fixed two bibliographic references and two fragment IDs.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -d -r1.277 -r1.278
--- Overview.src.html 29 Aug 2011 17:29:43 -0000 1.277
+++ Overview.src.html 30 Aug 2011 18:20:55 -0000 1.278
@@ -1,4 +1,4 @@
-<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN'
+<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN'
'http://www.w3.org/TR/html4/strict.dtd'>
<html lang="en">
<head>
@@ -34,10 +34,10 @@
<dl>
<dt>This version:</dt>
- <!--
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date$ (CVS $Revision$)</a>
- -->
+ <!--
<dd><a href="http://www.w3.org/TR/[YEAR]/WD-css3-text-[CDATE]/">http://www.w3.org/TR/[YEAR]/WD-css3-text-[CDATE]/</a></dd>
+ -->
<dt>Latest version:</dt>
<dd><a href="http://www.w3.org/TR/css3-text/">http://www.w3.org/TR/css3-text/</a></dd>
<dt>Latest editor's draft:</dt>
@@ -286,7 +286,7 @@
back to the original code point.</p>
<p>The mappings for small Kana to normal Kana are defined in
- <a href="#small-kana-map">Small Kana Mappings</a>.</p>
+ <a href="#small-kana">Small Kana Mappings</a>.</p>
<p>When multiple values are specified and therefore multiple
transformations need to be applied, they are applied in the following
@@ -322,7 +322,7 @@
<p class="note">A future level of CSS may introduce the ability to create
custom mapping tables for less common text transforms, such as by
- ''@text-transform'' rule similar to ''@counter-style'' from [[CSS3LISTS]].
+ ''@text-transform'' rule similar to ''@counter-style'' from [[CSS3LIST]].
<h2 id="white-space-processing">
White Space Processing</h2>
@@ -1989,7 +1989,7 @@
</tr>
<tr>
- <th scope="row"><a href="connected-scripts">connected</a></th>
+ <th scope="row"><a href="#connected-scripts">connected</a></th>
<td>never</td>
<td>never</td>
<td>never</td>
@@ -4173,7 +4173,7 @@
<li>Renamed 'bikeshedding' to 'text-space-collapse'.
<li>Removed 'hyphenate-resource' property / ''@hyphenate-resource'' rule.
<li>Merged 'text-trim' and 'text-autospace' into 'text-spacing'.
- <li>Renamed ''fullwidth'' and ''fullsize-kana'' to ''full-width'' and ''full-size-kana'' to match values in 'font-variant-width'. [[CSS3FONT]]
+ <li>Renamed ''fullwidth'' and ''fullsize-kana'' to ''full-width'' and ''full-size-kana'' to match values in 'font-variant-width'. [[!CSS3FONT]]
<li>Added ''<length>'' values to 'tab-size' (at-risk).
<li>Removed ''all'' value of 'hyphens' property.
<li>Renamed 'word-wrap' to 'overflow-wrap'.
@@ -4522,13 +4522,13 @@
<li><a href="#white-space-rules">white space processing</a> part I (pre-wrapping)
<li><a href="#text-transform">text transformation</a>
<li><a href="#spacing">default spacing</a>
- <li><a href="#text-wrapping">text wrapping</a> while applying per line:
+ <li><a href="#wrapping">text wrapping</a> while applying per line:
<ol>
<li><a href="#white-space-rules">white space processing</a> part II
<li><a href="#text-indent">indentation</a>
<li><a href="http://www.w3.org/TR/css3-writing-modes/#text-direction">bidirectional reordering</a> [[!CSS21]] / [[!CSS3-WRITING-MODES]]
<li><a href="http://www.w3.org/TR/css3-writing-modes/#text-orientation">text orientation</a> [[!CSS3-WRITING-MODES]]
- <li><a href="http://www.w3.org/TR/css3-fonts/">font/glyph selection and kerning</a> [[!CSS21]] / [[!CSS3FONTS]]
+ <li><a href="http://www.w3.org/TR/css3-fonts/">font/glyph selection and kerning</a> [[!CSS21]] / [[!CSS3FONT]]
<li><a href="#hanging-punctuation">hanging punctuation</a>
</ol>
<li><a href="#justification">justification</a> (which may affect glyph selection and/or text wrapping, looping back into that step)
Received on Tuesday, 30 August 2011 18:21:03 UTC