Skip to content

Commit 47588ff

Browse files
committed
Fix error in form control example
1 parent 102090b commit 47588ff

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,12 +1169,12 @@ <h3 id=writing-mode><span class=secno>3.1. </span> Block Flow Direction:
11691169
<!-- --> form { writing-mode: vertical-rl; }
11701170
<!-- -->&lt;/style>
11711171
<!-- -->...
1172-
<!-- -->&lt;form style="writing-mode: tb-lr">
1173-
<!-- -->&lt;p>&lt;label>姓名&lt;input value="艾俐俐">&lt;/label>
1174-
<!-- -->&lt;p>&lt;label>语文&lt;select>&lt;option>English
1172+
<!-- -->&lt;form>
1173+
<!-- -->&lt;p>&lt;label>姓名&#x3000;&lt;input value="艾俐俐">&lt;/label>
1174+
<!-- -->&lt;p>&lt;label>语文&#x3000;&lt;select>&lt;option>English
11751175
<!-- --> &lt;option>français
11761176
<!-- --> &lt;option>فارسی
1177-
<!-- --> &lt;option> 中文
1177+
<!-- --> &lt;option>中文
11781178
<!-- --> &lt;option>日本语&lt;/select>&lt;/label>
11791179
<!-- -->&lt;/form></pre>
11801180

css3-writing-modes/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -808,12 +808,12 @@ <h3 id="writing-mode">
808808
<!-- --> form { writing-mode: vertical-rl; }
809809
<!-- -->&lt;/style>
810810
<!-- -->...
811-
<!-- -->&lt;form style="writing-mode: tb-lr">
812-
<!-- -->&lt;p>&lt;label>姓名&lt;input value="艾俐俐">&lt;/label>
813-
<!-- -->&lt;p>&lt;label>语文&lt;select>&lt;option>English
811+
<!-- -->&lt;form>
812+
<!-- -->&lt;p>&lt;label>姓名&#x3000;&lt;input value="艾俐俐">&lt;/label>
813+
<!-- -->&lt;p>&lt;label>语文&#x3000;&lt;select>&lt;option>English
814814
<!-- --> &lt;option>français
815815
<!-- --> &lt;option>فارسی
816-
<!-- --> &lt;option> 中文
816+
<!-- --> &lt;option>中文
817817
<!-- --> &lt;option>日本语&lt;/select>&lt;/label>
818818
<!-- -->&lt;/form></pre>
819819

-64 Bytes
Loading

0 commit comments

Comments
 (0)