Skip to content

Commit 76ee448

Browse files
committed
[css-text-decor-3] Mongolian underlines go to the right per <https://lists.w3.org/Archives/Public/www-style/2011Mar/0405.html>.
1 parent 63c1359 commit 76ee448

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

css-text-decor-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -985,9 +985,9 @@ Appendix B: Default UA Stylesheet</h2>
985985

986986
/* set language-appropriate default underline position */
987987
:root:lang(ja), [lang|=ja],
988+
:root:lang(mn), [lang|=mn],
988989
:root:lang(ko), [lang|=ko] { text-underline-position: auto right; }
989-
:root:lang(zh), [lang|=zh],
990-
:root:lang(mn), [lang|=mn] { text-underline-position: auto left; }
990+
:root:lang(zh), [lang|=zh] { text-underline-position: auto left; }
991991
/* auto is used above instead of under due to content-compatibility concerns */
992992
[lang]:not([lang|=zh], [lang|=ja], [lang|=ko], [lang|=mn]) {
993993
text-underline-position: auto;

css-text-decor-3/issues-

Whitespace-only changes.

css-text-decor-3/issues-cr-2013.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ <h1>CSS Text Decoration Level 3 Disposition of Comments for 2013-08-01 CR</h1>
5151
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/727#issuecomment-337748467'>https://github.com/w3c/csswg-drafts/issues/727#issuecomment-337748467</a></span>
5252
<span>Changes: <a href='https://hg.csswg.org/drafts/diff/776c8197d091/css-text-decor/Overview.bs'>https://hg.csswg.org/drafts/diff/776c8197d091/css-text-decor/Overview.bs</a></span>
5353
<span class="a">Closed: Accepted</span>
54-
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Feb/0069.html'>https://lists.w3.org/Archives/Public/www-style/2017Feb/0069.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Feb/0069.html"><abbr title="Thread">&#x2208;</abbr></a></span></pre>
54+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Feb/0069.html'>https://lists.w3.org/Archives/Public/www-style/2017Feb/0069.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Feb/0069.html"><abbr title="Thread">&#x2208;</abbr></a></span>
55+
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/727#issuecomment-338185006'>https://github.com/w3c/csswg-drafts/issues/727#issuecomment-338185006</a></span></pre>
5556
<pre class=' d' id='issue-2'>
5657
<span>Issue 2. <a href='#issue-2'>#</a></span>
5758
<span>Summary: text-decoration-color doesn't handle SVG fills</span>

css-text-decor-3/issues-cr-2013.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Response: https://github.com/w3c/csswg-drafts/issues/727#issuecomment-337748467
1414
Changes: https://hg.csswg.org/drafts/diff/776c8197d091/css-text-decor/Overview.bs
1515
Closed: Accepted
1616
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Feb/0069.html
17+
Verified: https://github.com/w3c/csswg-drafts/issues/727#issuecomment-338185006
1718
----
1819
Issue 2.
1920
Summary: text-decoration-color doesn't handle SVG fills
@@ -314,3 +315,10 @@ Changes: https://hg.csswg.org/drafts/rev/5683d7ffe07b
314315
Closed: Accepted
315316
Resolved: Bugfix
316317
----
318+
Issue 36.
319+
Summary: List Mongolian as `text-underline-position: under right`
320+
From: Koji Ishii
321+
Comment: https://lists.w3.org/Archives/Public/www-style/2011Mar/0405.html
322+
Closed: Accepted
323+
Resolved: =i18n= Review
324+
----

0 commit comments

Comments
 (0)