- From: Ishii Koji via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 25 Mar 2011 08:02:11 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv20980
Modified Files:
Overview.html Overview.src.html text-orientation.png
Log Message:
Updated example picture of text-orientation to show multiple lines <http://lists.w3.org/Archives/Public/www-style/2011Mar/0543.html>
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- Overview.html 22 Mar 2011 18:29:21 -0000 1.88
+++ Overview.html 25 Mar 2011 08:02:08 -0000 1.89
@@ -28,7 +28,7 @@
<h1>CSS Writing Modes Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 March 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 March 2011</h2>
<dl>
<dt>This version:
@@ -36,7 +36,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-20110322">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110322</a>
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110325">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110325</a>
-->
@@ -1515,10 +1515,10 @@
</dl>
<div class=figure> <img alt="text-orientation: vertical-right, upright,
- rotate-left, and rotate-right" height=100 src=text-orientation.png
- width=192>
+ rotate-left, and rotate-right" height=114 src=text-orientation.png
+ width=305>
<p class=caption>text-orientation: vertical-right, upright, rotate-left,
- and rotate-right</p>
+ and rotate-right (writing-mode is vertical-rl)</p>
</div>
<div class=example>
Index: text-orientation.png
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/text-orientation.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
Binary files /tmp/cvs3nVoSN and /tmp/cvsFOef04 differ
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- Overview.src.html 22 Mar 2011 18:29:21 -0000 1.92
+++ Overview.src.html 25 Mar 2011 08:02:08 -0000 1.93
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -1096,8 +1096,9 @@
<div class="figure">
<img
alt="text-orientation: vertical-right, upright, rotate-left, and rotate-right"
- src="text-orientation.png" width="192" height="100" >
- <p class="caption">text-orientation: vertical-right, upright, rotate-left, and rotate-right</p>
+ src="text-orientation.png" width="305" height="114" >
+ <p class="caption">text-orientation: vertical-right, upright, rotate-left, and rotate-right
+ (writing-mode is vertical-rl)</p>
</div>
<div class="example">
Received on Friday, 25 March 2011 08:02:12 UTC