Skip to content

Commit 30cd435

Browse files
committed
[css3-writing-modes] Fix i18n-ISSUE-168: Incorrect Japanese for nihongo in example
http://lists.w3.org/Archives/Public/www-style/2012Oct/0476.html
1 parent 1f56597 commit 30cd435

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Writing Modes Module Level 3" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2012-10-15 name=dcterms.issued>
13+
<meta content=2012-10-18 name=dcterms.issued>
1414
<meta content="Elika J. Etemad" name=dcterms.creator>
1515
<meta content="Koji Ishii" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
17-
<meta content="http://www.w3.org/TR/2012/ED-css3-writing-modes-20121015/"
17+
<meta content="http://www.w3.org/TR/2012/ED-css3-writing-modes-20121018/"
1818
name=dcterms.identifier>
1919
<link href="../default.css" rel=stylesheet type="text/css">
2020
<style type="text/css">
@@ -43,7 +43,7 @@
4343

4444
<h1>CSS Writing Modes Module Level 3</h1>
4545

46-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 15 October
46+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 October
4747
2012</h2>
4848

4949
<dl>
@@ -52,7 +52,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 15 October
5252
<dd><a
5353
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
5454
<!--
55-
<dd><a href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20121015/">http://www.w3.org/TR/2012/ED-css3-writing-modes-20121015/</a>
55+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20121018/">http://www.w3.org/TR/2012/ED-css3-writing-modes-20121018/</a>
5656
-->
5757

5858
<dt>Latest version:
@@ -1368,7 +1368,7 @@ <h3 id=writing-mode><span class=secno>3.1. </span> Block Flow Direction:
13681368
<!-- --> &lt;option>français
13691369
<!-- --> &lt;option>فارسی
13701370
<!-- --> &lt;option>中文
1371-
<!-- --> &lt;option>日本语&lt;/select>&lt;/label>
1371+
<!-- --> &lt;option>日本語&lt;/select>&lt;/label>
13721372
<!-- -->&lt;/form></pre>
13731373

13741374
<p><img

css3-writing-modes/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ <h3 id="writing-mode">
887887
<!-- --> &lt;option>français
888888
<!-- --> &lt;option>فارسی
889889
<!-- --> &lt;option>中文
890-
<!-- --> &lt;option>日本语&lt;/select>&lt;/label>
890+
<!-- --> &lt;option>日本語&lt;/select>&lt;/label>
891891
<!-- -->&lt;/form></pre>
892892

893893
<p><img alt="Screenshot of vertical layout: the input element is

0 commit comments

Comments
 (0)