Skip to content

Commit 07a903a

Browse files
committed
[css-text-decor] a bit more info in the image caption
1 parent 7a98032 commit 07a903a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

css-text-decor/Overview.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -1082,8 +1082,11 @@ <h3 id=text-underline-position-property><span class=secno>2.6. </span> Text
10821082
alt="An underline for just the superscript 'st' in '1st' is drawn just below the superscript, whereas an underline for the entire text is drawn at the appropriate position for full-size text."
10831083
src=underline-superscript.png>
10841084

1085-
<p class=caption>Example of underline applied to superscripted text vs.
1086-
underline applied to text containing a superscript
1085+
<p class=caption>Example of underline applied to <abbr
1086+
title="element with 'vertical-align' or 'font-variant-position' applied">superscripted
1087+
text</abbr> vs. underline applied to <abbr
1088+
title="element containing an element with 'vertical-align' or 'font-variant-position' applied">text
1089+
containing a superscript</abbr>
10871090
<!-- illustration code, for future alterations
10881091
<!DOCTYPE html>
10891092
<style>html { font: 2em Sawasdee; } big { font-size: 2em; }</style>

css-text-decor/Overview.src.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,8 @@ <h3 id="text-underline-position-property">
719719
<p><img src="underline-superscript.png"
720720
alt="An underline for just the superscript 'st' in '1st' is drawn just below the superscript,
721721
whereas an underline for the entire text is drawn at the appropriate position for full-size text.">
722-
<p class="caption">Example of underline applied to superscripted text vs. underline applied to text containing a superscript
722+
<p class="caption">Example of underline applied to <abbr title="element with 'vertical-align' or 'font-variant-position' applied">superscripted text</abbr>
723+
vs. underline applied to <abbr title="element containing an element with 'vertical-align' or 'font-variant-position' applied">text containing a superscript</abbr>
723724
<!-- illustration code, for future alterations
724725
<!DOCTYPE html>
725726
<style>html { font: 2em Sawasdee; } big { font-size: 2em; }</style>

0 commit comments

Comments
 (0)