Skip to content

Commit 9362121

Browse files
committed
Generated. Do not edit!
1 parent 72730d8 commit 9362121

1 file changed

Lines changed: 15 additions & 11 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
h2, .example { clear: both; }
1919
img, object { max-width: 100%; }
2020
</style>
21-
<link href="http://www.w3.org/StyleSheets/tr/W3C-ED.css" rel=stylesheet
21+
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
2222
type="text/css">
2323

2424
<body>
@@ -28,14 +28,14 @@
2828

2929
<h1>CSS Writing Modes Module Level 3</h1>
3030

31-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 November
31+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 01 December
3232
2010</h2>
3333

3434
<dl>
3535
<dt>This version:
3636

3737
<dd><a
38-
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
38+
href="http://www.w3.org/TR/2010/ED-css3-writing-modes-20101201">http://www.w3.org/TR/2010/ED-css3-writing-modes-20101201</a>
3939

4040

4141
<dt>Latest version:
@@ -45,8 +45,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 November
4545

4646
<dt>Previous version:
4747

48-
<dd><a
49-
href="http://www.w3.org/TR/2003/CR-css3-text-20030514/">http://www.w3.org/TR/2003/CR-css3-text-20030514/</a>
48+
<dd>-
5049

5150
<dt>Editors:
5251

@@ -128,7 +127,12 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
128127
W3C Patent Policy</a>.</p>
129128
<!--end-status-->
130129

131-
<h2 class="no-num no-toc" id=Contents>Contents</h2>
130+
<p>This is the first public working draft of the CSS Writing Modes module
131+
as a separate specification. The functionality was split off from the <a
132+
href="/TR/2003/CR-css3-text-20030514/">CSS Text module of 14 May 2003.</a>
133+
134+
135+
<h2 class="no-num no-toc" id=Contents>Table of Contents</h2>
132136
<!--begin-toc-->
133137

134138
<ul class=toc>
@@ -251,11 +255,6 @@ <h3 id=vertical-intro><span class=secno>1.1. </span>Introduction to
251255
left-to-right horizontal case translates to indentation from the top edge
252256
in the top-to-bottom vertical case.
253257

254-
<p>The change from horizontal to vertical writing can affect not just the
255-
layout, but also the typesetting. For example, the position of punctuation
256-
mark within its spacing box may change from the horizontal to the vertical
257-
case:
258-
259258
<div class=figure>
260259
<p><img alt="A comparison of horizontal and vertical Japanese shows that
261260
although the lines rotate, the characters remain upright. Some glyphs,
@@ -269,6 +268,11 @@ <h3 id=vertical-intro><span class=secno>1.1. </span>Introduction to
269268
<p class=note>For Chinese and Japanese lines are ordered either right to
270269
left, while for Mongolian and Manchu left to right.
271270

271+
<p>The change from horizontal to vertical writing can affect not just the
272+
layout, but also the typesetting. For example, the position of a
273+
punctuation mark within its spacing box can change from the horizontal to
274+
the vertical case, and in some cases alternate glyphs are used.
275+
272276
<p>Vertical text that includes Latin script text or text from other scripts
273277
normally displayed horizontally can display that text in a number of ways.
274278
For example, Latin words can be rotated sideways, or each letter can be

0 commit comments

Comments
 (0)