- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 18 Jan 2012 23:26:25 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv29257
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix markup errors.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -d -r1.219 -r1.220
--- Overview.html 18 Jan 2012 02:10:40 -0000 1.219
+++ Overview.html 18 Jan 2012 23:26:23 -0000 1.220
@@ -32,8 +32,8 @@
<h1>CSS Text Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 19 January
- 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 18 January
+ 2012</h2>
<dl>
<dt>This version:</dt>
@@ -42,7 +42,7 @@
[...1195 lines suppressed...]
<!-- --> margin: 0;
<!-- --> text-indent: 1em;
<!-- --> text-spacing: normal;
<!-- -->}</pre>
- <li>Brackets hang in indent, flush with other lines (third scheme):
- <pre>p { /* Hanging alignment */
+ <li>Brackets hang in indent, flush with other lines (third scheme):
+ <pre>p { /* Hanging alignment */
<!-- --> margin: 0;
<!-- --> text-indent: 1em;
<!-- --> text-spacing: trim-start;
<!-- --> hanging-punctuation: first;
<!-- -->}</pre>
- </ul>
- </div>
+ </ul>
<h3 id=text-indent><span class=secno>9.1. </span> First Line Indentation:
the ‘<a href="#text-indent0"><code
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.318
retrieving revision 1.319
diff -u -d -r1.318 -r1.319
--- Overview.src.html 18 Jan 2012 02:10:40 -0000 1.318
+++ Overview.src.html 18 Jan 2012 23:26:23 -0000 1.319
@@ -1520,9 +1520,6 @@
and start-aligned otherwise.
All other values have the same meanings as in 'text-align'.</p>
- <div class="example">
- <p>The following example
-
<h3 id="text-justify">
Justification Method: the 'text-justify' property</h3>
@@ -2815,7 +2812,7 @@
and the bottom of most Latin letters, but crossing through
descenders such as the stem of a 'p'."
src="underline-position-alphabetic.png"
- />
+ >
<p class="caption">''text-underline-position: alphabetic''</p>
</div>
<dt><dfn>''below''</dfn></dt>
@@ -2837,7 +2834,7 @@
alt="In a typical Latin font, the underline is far enough
below the text that it does not cross the bottom of a 'g'."
src="underline-position-below.png"
- />
+ >
<p class="caption">''text-underline-position: below''</p>
</div>
<div class="example">
@@ -2872,14 +2869,14 @@
places the underline on the left side of the text."
title="text-underline-position: left"
src="underline-position-left.png"
- />
+ >
</td>
<td>
<img alt="In mixed Japanese-Latin vertical text, 'text-underline-position: right'
places the underline on the right side of the text."
title="text-underline-position: right"
src="underline-position-right.png"
- />
+ >
</td>
</tr>
<tr>
Received on Wednesday, 18 January 2012 23:26:26 UTC