Skip to content

Commit f49feff

Browse files
committed
[css-text-decor] Shift omitted values rules up, per <http://www.w3.org/mid/20130507073737.GA13683@crum.dbaron.org>
1 parent 2d6a609 commit f49feff

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

css-text-decor/Overview.html

+5-6
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,11 @@ <h3 id=text-underline-position-property><span class=secno>2.6. </span> Text
911911
</table>
912912

913913
<p>This property sets the position of an underline specified on the same
914-
element: it does not affect underlines specified by ancestor elements.
914+
element: it does not affect underlines specified by ancestor elements. If
915+
<code class=css>under</code>’ is specified alone, ‘<code
916+
class=css>left</code>’ is also implied. If ‘<code
917+
class=css>left</code>’ or ‘<code class=css>right</code>’ is
918+
specified alone, ‘<code class=css>under</code>’ is also implied.
915919
Values have the following meanings:
916920

917921
<dl>
@@ -993,11 +997,6 @@ <h3 id=text-underline-position-property><span class=secno>2.6. </span> Text
993997
"under" side.
994998
</dl>
995999

996-
<p>If ‘<code class=css>under</code>’ is specified alone, ‘<code
997-
class=css>left</code>’ is also implied. If ‘<code
998-
class=css>left</code>’ or ‘<code class=css>right</code>’ is
999-
specified alone, ‘<code class=css>under</code>’ is also implied.
1000-
10011000
<div class=figure id=fig-text-underline-position>
10021001
<table>
10031002
<tbody>

css-text-decor/Overview.src.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,10 @@ <h3 id="text-underline-position-property">
578578

579579
<p>This property sets the position of an underline specified
580580
on the same element: it does not affect underlines specified by
581-
ancestor elements. Values have the following meanings:</p>
581+
ancestor elements.
582+
If ''under'' is specified alone, ''left'' is also implied.
583+
If ''left'' or ''right'' is specified alone, ''under'' is also implied.
584+
Values have the following meanings:</p>
582585

583586
<dl>
584587
<dt><dfn id="underline-auto" title="text-underline-position: auto">''auto''</dfn></dt>
@@ -640,10 +643,6 @@ <h3 id="text-underline-position-property">
640643
the "under" side.</dd>
641644
</dl>
642645

643-
<p>If ''under'' is specified alone, ''left'' is also implied.
644-
If ''left'' or ''right'' is specified alone, ''under'' is also
645-
implied.
646-
647646
<div class="figure" id="fig-text-underline-position">
648647
<table>
649648
<tr>

0 commit comments

Comments
 (0)