Skip to content

Commit 5e1d37e

Browse files
committed
[css-text-decor] Move graphical associations to place where they're already defined.
--HG-- extra : rebase_source : c09815df480274234438a6acb07e03e9cb6cf696
1 parent 4dc6c0c commit 5e1d37e

2 files changed

Lines changed: 7 additions & 11 deletions

File tree

css-text-decor/Overview.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,10 @@ <h2 id=line-decoration><span class=secno>2. </span> Line Decoration:
384384
href="#text-shadow"><code class=property>text-shadow</code></a>’,
385385
filters, and other graphical transformations likewise affect text
386386
decorations as part of the text they're drawn on, even if the decorations
387-
were specified on an ancestor box.
387+
were specified on an ancestor box. (In the case of line decorations drawn
388+
over an atomic inline or across box decorations, they are similarly
389+
associated with the affected box rather than the <a
390+
href="#decorating-box"><i>decorating box</i></a>.)
388391

389392
<div class=example>
390393
<p>In the following style sheet and document fragment:
@@ -1739,15 +1742,9 @@ <h2 id=painting-order><span class=secno>5. </span> Painting Order of Text
17391742
class=property>text-decoration</code></a>’)
17401743
</ul>
17411744

1742-
<p> Text decorations are graphically affected by
1743-
filters/opacity/transformations/etc. atomically with the text they
1744-
decorate.
1745-
17461745
<p> Where line decorations are drawn across box decorations or atomic
17471746
inlines, they are drawn over non-positioned content and just below any
17481747
positioned descendants (immediately below layer #8 in CSS2.1 Appendix E).
1749-
These portions of a line decoration are graphically associated with the
1750-
affected box.
17511748

17521749
<h2 id=conformance><span class=secno>6. </span> Conformance</h2>
17531750

css-text-decor/Overview.src.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@ <h2 id="line-decoration">
214214
The 'visibility' property, 'text-shadow', filters, and other graphical transformations
215215
likewise affect text decorations as part of the text they're drawn on,
216216
even if the decorations were specified on an ancestor box.
217+
(In the case of line decorations drawn over an atomic inline
218+
or across box decorations, they are similarly associated with the affected box
219+
rather than the <i>decorating box</i>.)
217220

218221
<div class="example">
219222
<p>In the following style sheet and document fragment:</p>
@@ -1178,15 +1181,11 @@ <h2 id="painting-order">
11781181
<li>emphasis marks ('text-emphasis')
11791182
<li>line-through ('text-decoration')
11801183
</ul>
1181-
<p>
1182-
Text decorations are graphically affected by filters/opacity/transformations/etc.
1183-
atomically with the text they decorate.
11841184

11851185
<p>
11861186
Where line decorations are drawn across box decorations or atomic inlines,
11871187
they are drawn over non-positioned content and just below any positioned descendants
11881188
(immediately below layer #8 in CSS2.1 Appendix E).
1189-
These portions of a line decoration are graphically associated with the affected box.
11901189

11911190
<h2 id="conformance">
11921191
Conformance</h2>

0 commit comments

Comments
 (0)