Skip to content

Commit 178b408

Browse files
committed
Index compositing section.
1 parent f2e5d10 commit 178b408

2 files changed

Lines changed: 21 additions & 8 deletions

File tree

css3-color/Overview.html

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4626,15 +4626,17 @@ <h3 id=notes><span class=secno>4.6. </span>Notes on using colors</h3>
46264626

46274627
<h2 id=alpha><span class=secno>5. </span>Simple alpha compositing</h2>
46284628

4629-
<p>When drawing, implementations must handle alpha according to the rules
4630-
in <a
4629+
<p>When drawing, implementations must <span class=index-def id=handle-alpha
4630+
title=compositing>handle alpha</span> according to the rules in <a
46314631
href="http://www.w3.org/TR/2003/REC-SVG11-20030114/masking.html#SimpleAlphaBlending">Section
46324632
14.2 Simple alpha compositing</a> of <a href="#SVG11"
46334633
rel=biblioentry>[SVG11]<!--{{!SVG11}}--></a>. (If the &lsquo;<code
4634-
class=property>color-interpolation</code>&rsquo; or &lsquo;<code
4635-
class=property>color-rendering</code>&rsquo; properties mentioned in that
4636-
section are not implemented or do not apply, implementations must act as
4637-
though they have their initial values.)
4634+
class=css><span class=index-inst
4635+
id=color-interpolation>color-interpolation</span></code>&rsquo; or
4636+
&lsquo;<code class=css><span class=index-inst
4637+
id=color-rendering>color-rendering</span></code>&rsquo; properties
4638+
mentioned in that section are not implemented or do not apply,
4639+
implementations must act as though they have their initial values.)
46384640

46394641
<h2 id=sample><span class=secno>6. </span>Sample style sheet for (X)HTML</h2>
46404642

@@ -5080,6 +5082,15 @@ <h2 class=no-num id=index>Index</h2>
50805082
href="#ltcolorgt" title="&lt;color&gt;">3.1.</a>, <a
50815083
href="#valuea-def-color" title="&lt;color&gt;"><strong>4.</strong></a>
50825084

5085+
<li>color-interpolation, <a href="#color-interpolation"
5086+
title=color-interpolation>5.</a>
5087+
5088+
<li>color-rendering, <a href="#color-rendering"
5089+
title=color-rendering>5.</a>
5090+
5091+
<li>compositing, <a href="#handle-alpha"
5092+
title=compositing><strong>5.</strong></a>
5093+
50835094
<li>currentColor, <a href="#currentcolor0" title=currentColor>3.1.</a>, <a
50845095
href="#currentcolor1" title=currentColor>3.1.</a>, <a
50855096
href="#currentcolor2" title=currentColor>3.1.</a>, <a

css3-color/Overview.src.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1765,11 +1765,13 @@ <h3 id="notes">Notes on using colors</h3>
17651765

17661766
<h2 id="alpha">Simple alpha compositing</h2>
17671767

1768-
<p>When drawing, implementations must handle alpha according to the
1768+
<p>When drawing, implementations must <span class="index-def"
1769+
title="compositing">handle alpha</span> according to the
17691770
rules in <a
17701771
href="http://www.w3.org/TR/2003/REC-SVG11-20030114/masking.html#SimpleAlphaBlending">Section
17711772
14.2 Simple alpha compositing</a> of [[!SVG11]].
1772-
(If the 'color-interpolation' or 'color-rendering' properties mentioned
1773+
(If the '<span class="index-inst">color-interpolation</span>' or
1774+
'<span class="index-inst">color-rendering</span>' properties mentioned
17731775
in that section are not implemented or do not apply, implementations
17741776
must act as though they have their initial values.)
17751777
</p>

0 commit comments

Comments
 (0)