Skip to content

Commit a9432fa

Browse files
committed
1 parent e8258f8 commit a9432fa

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

css-text-decor/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Editor: Koji Ishii, Invited Expert, kojiishi@gluesoft.co.jp
1616
Abstract: This module contains the features of CSS relating to text decoration, such as underlines, text shadows, and emphasis marks.
1717
At Risk: The 'text-decoration-skip' property.
1818
At Risk: The line positioning rules.
19-
At Risk: The ability to place both emphasis marks and ruby above the same base text.
19+
At Risk: The ability to place both emphasis marks and ruby on the same base text.
2020
Link Defaults: css-color-3 (property) color
2121
</pre>
2222

@@ -1039,7 +1039,7 @@ Emphasis Mark Position: the 'text-emphasis-position' property</h3>
10391039

10401040
<p>If emphasis marks are applied to characters
10411041
for which ruby is drawn in the same position as the emphasis mark,
1042-
the emphasis marks are placed above the ruby.
1042+
the emphasis marks are placed outside the ruby.
10431043

10441044
<div class="figure">
10451045
<p><img

css-text-decor/Overview.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ <h2 class="no-num no-toc no-ref heading settled" id="status"><span class="conten
171171
<ul>
172172
<li>The <a class="property" data-link-type="propdesc" href="#propdef-text-decoration-skip">text-decoration-skip</a> property.
173173
<li>The line positioning rules.
174-
<li>The ability to place both emphasis marks and ruby above the same base text.
174+
<li>The ability to place both emphasis marks and ruby on the same base text.
175175
</ul></div>
176176

177177

@@ -378,7 +378,7 @@ <h2 class="heading settled" data-level="2" id="line-decoration"><span class="sec
378378
rather than with the <i>decorating box</i>.)
379379

380380
</p>
381-
<div class="example">
381+
<div class="example" id="example-0cf84204"><a class="self-link" href="#example-0cf84204"></a>
382382

383383
<p>In the following style sheet and document fragment:</p>
384384

@@ -746,7 +746,7 @@ <h3 class="heading settled" data-level="2.4" id="text-decoration-property"><span
746746
with CSS Levels 1 and 2.</p>
747747

748748

749-
<div class="example">
749+
<div class="example" id="example-496701f7"><a class="self-link" href="#example-496701f7"></a>
750750

751751
<p>The following example underlines unvisited links with a solid blue
752752
underline in CSS1 and CSS2 UAs and a navy dotted underline in CSS3 UAs.</p>
@@ -985,7 +985,7 @@ <h3 class="heading settled" data-level="2.6" id="text-underline-position-propert
985985
<a class="css" data-link-type="maybe" href="#underline-under">under</a> is also implied.
986986

987987
</p>
988-
<div class="example">
988+
<div class="example" id="example-affafc32"><a class="self-link" href="#example-affafc32"></a>
989989

990990
<p>The following example styles modern Chinese, Japanese, and Korean
991991
texts with the appropriate underline positions in both horizontal
@@ -1053,7 +1053,7 @@ <h3 class="heading settled" data-level="2.6" id="text-underline-position-propert
10531053
</div>
10541054

10551055

1056-
<div class="example">
1056+
<div class="example" id="example-fc4e6f92"><a class="self-link" href="#example-fc4e6f92"></a>
10571057

10581058
<p>Because <a class="property" data-link-type="propdesc" href="#propdef-text-underline-position">text-underline-position</a> inherits, and is not reset
10591059
by the <a class="property" data-link-type="propdesc" href="#propdef-text-decoration">text-decoration</a> shorthand, the following example
@@ -1209,7 +1209,7 @@ <h2 class="heading settled" data-level="3" id="emphasis-marks"><span class="secn
12091209
<div class="figure">
12101210

12111211
<p>
1212-
<img alt="Example of emphasis in Japanese appearing over the text" class="example" height="28" src="text-emphasis-ja.gif" width="225"></p>
1212+
<img alt="Example of emphasis in Japanese appearing over the text" class="example" height="28" id="example-d41d8cd9" src="text-emphasis-ja.gif" width="225"><a class="self-link" href="#example-d41d8cd9"></a></p>
12131213

12141214

12151215
<p class="caption">Accent emphasis (shown in blue for clarity) applied to Japanese text</p>
@@ -1733,7 +1733,7 @@ <h3 class="heading settled" data-level="3.4" id="text-emphasis-position-property
17331733

17341734
<p>If emphasis marks are applied to characters
17351735
for which ruby is drawn in the same position as the emphasis mark,
1736-
the emphasis marks are placed above the ruby.
1736+
the emphasis marks are placed outside the ruby.
17371737

17381738
</p>
17391739
<div class="figure">
@@ -1749,7 +1749,7 @@ <h3 class="heading settled" data-level="3.4" id="text-emphasis-position-property
17491749
</div>
17501750

17511751

1752-
<div class="example">
1752+
<div class="example" id="example-4e7b7b79"><a class="self-link" href="#example-4e7b7b79"></a>
17531753

17541754
<p>Some editors prefer to hide emphasis marks when they conflict with ruby.
17551755
In HTML, this can be done with the following style rule:
@@ -1797,6 +1797,7 @@ <h2 class="heading settled" data-level="4" id="text-shadow-property"><span class
17971797
| pink
17981798
| slateblue
17991799
| dodgerblue
1800+
| blueviolet
18001801
| cadetblue
18011802
| lawngreen
18021803
| transparent
@@ -1875,7 +1876,7 @@ <h2 class="heading settled" data-level="4" id="text-shadow-property"><span class
18751876
| coral
18761877
| rosybrown
18771878
| white
1878-
| aliceblue
1879+
| mediumseagreen
18791880
| lightskyblue
18801881
| mediumblue
18811882
| lightcyan
@@ -1888,9 +1889,9 @@ <h2 class="heading settled" data-level="4" id="text-shadow-property"><span class
18881889
| beige
18891890
| seashell
18901891
| slategray
1891-
| blueviolet
18921892
| orange
18931893
| darkgray
1894+
| aliceblue
18941895
| goldenrod
18951896
| deepskyblue
18961897
| olivedrab
@@ -1900,7 +1901,6 @@ <h2 class="heading settled" data-level="4" id="text-shadow-property"><span class
19001901
| lightyellow
19011902
| royalblue
19021903
| lightpink
1903-
| mediumseagreen
19041904
| mistyrose
19051905
| palegreen
19061906
| lavenderblush
@@ -2072,7 +2072,7 @@ <h2 class="no-num heading settled" id="default-stylesheet"><span class="content"
20722072
but UA developers are free to ignore or change.
20732073

20742074
</p>
2075-
<div class="example">
2075+
<div class="example" id="example-b07cc538"><a class="self-link" href="#example-b07cc538"></a>
20762076

20772077
<pre><code>s, strike, del {
20782078
text-decoration: line-through;
@@ -2120,7 +2120,7 @@ <h2 class="no-num heading settled" id="default-stylesheet"><span class="content"
21202120
with <kbd>css-text-decor</kbd> in the subject line.
21212121

21222122
</p>
2123-
<div class="example">
2123+
<div class="example" id="example-2f546026"><a class="self-link" href="#example-2f546026"></a>
21242124

21252125
<p>
21262126
While <a class="css" data-link-type="propdesc" href="#propdef-text-decoration-line">text-decoration-line: blink</a> can’t be fully reproduced with other existing properties,
@@ -2171,7 +2171,7 @@ <h3 class="no-ref heading settled" id="conventions"><span class="content">
21712171
like this:
21722172

21732173
</p>
2174-
<div class="example">
2174+
<div class="example" id="example-f839f6c8"><a class="self-link" href="#example-f839f6c8"></a>
21752175

21762176
<p>This is an example of an informative example.</p>
21772177

0 commit comments

Comments
 (0)