Skip to content

Commit c07d9d3

Browse files
committed
Fix typo
1 parent e988398 commit c07d9d3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929

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

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 June 2011</h2>
32+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 June 2011</h2>
3333

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

3737
<dd><a
3838
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
3939
<!--
40-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110612">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110612/</a>
40+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110616">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110616/</a>
4141
-->
4242

4343

@@ -3006,7 +3006,7 @@ <h2 id=text-combine><span class=secno>9. </span> Glyph Composition: the
30063006
document, rather than to a segment with a known type of numeric content,
30073007
can have unintended consequences:
30083008

3009-
<pre>&lt;p>あれは10,000円ですよ!&gt;/p></pre>
3009+
<pre>&lt;p>あれは10,000円ですよ!&lt;/p></pre>
30103010

30113011
<div class=figure>
30123012
<p><img alt="Rendering of the above markup with 'text-combine-horizontal:

css3-writing-modes/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2246,7 +2246,7 @@ <h2 id="text-combine">
22462246
<p>The following example shows that applying ''text-combine-horizontal: digits''
22472247
to an entire document, rather than to a segment with a known type of
22482248
numeric content, can have unintended consequences:
2249-
<pre>&lt;p>あれは10,000円ですよ!&gt;/p></pre>
2249+
<pre>&lt;p>あれは10,000円ですよ!&lt;/p></pre>
22502250
<div class="figure">
22512251
<p><img alt="Rendering of the above markup with 'text-combine-horizontal: digits':
22522252
the first two digits of the number are rendered as tate-chu-yoko

0 commit comments

Comments
 (0)