@@ -54,12 +54,9 @@ This module also extends the <a href="http://www.w3.org/TR/2dcontext2/#dom-conte
5454<h3 id="values">Values</h3>
5555
5656This specification follows the <a href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property
57- definition conventions</a> from <a href="#ref-CSS21"
58- rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> . Value types not defined in
59- this specification are defined in CSS Level 2 Revision 1 <a
60- href="#ref-CSS21" rel=biblioentry> [CSS21] <!--{{!CSS21}} --></a> . Other CSS
61- modules may expand the definitions of these value types: for example <a
62- href="#CSS3COLOR" rel=biblioentry> [CSS3COLOR] <!--{{CSS3COLOR}} --></a> ,
57+ definition conventions</a> from [CSS21] . Value types not defined in
58+ this specification are defined in CSS Level 2 Revision 1 [CSS21] . Other CSS
59+ modules may expand the definitions of these value types: for example [CSS3COLOR] ,
6360when combined with this module, expands the definition of the <color>
6461value type as used in this specification.
6562
@@ -670,7 +667,7 @@ However, the <a href="http://www.w3.org/TR/2dcontext/#clipping-region">clipping
670667
671668The syntax of the property of <<composite-mode>> is given with:
672669
673- <pre class="composite"> <dfn id="ltcompositegt"><composite-mode></dfn> = <a href="#porterduffcompositingoperators_clear">clear</a> | <a href="#porterduffcompositingoperators_src">copy</a> | <a href="#porterduffcompositingoperators_dst">destination</a> | <a href="# porterduffcompositingoperators_srcover">source-over</a> | <a href="#porterduffcompositingoperators_dstover">destination-over</a> | <a href="#porterduffcompositingoperators_srcin">source-in</a> | <br> <a href="#porterduffcompositingoperators_dstin">destination-in</a> | <a href="#porterduffcompositingoperators_srcout">source-out</a> | <a href="#porterduffcompositingoperators_dstout">destination-out</a> | <a href="#porterduffcompositingoperators_srcatop">source-atop</a> | <a href="#porterduffcompositingoperators_dstatop">destination-atop</a> | <a href="#porterduffcompositingoperators_xor">xor</a> | <a href="#porterduffcompositingoperators_plus">lighter</a> </pre>
670+ <pre class="composite"> <dfn id="ltcompositegt"><composite-mode></dfn> = <a href="#porterduffcompositingoperators_clear">clear</a> | <a href="#porterduffcompositingoperators_src">copy</a> | <a href="#porterduffcompositingoperators_srcover">source-over</a> | <a href="#porterduffcompositingoperators_dstover">destination-over</a> | <a href="#porterduffcompositingoperators_srcin">source-in</a> | <br> <a href="#porterduffcompositingoperators_dstin">destination-in</a> | <a href="#porterduffcompositingoperators_srcout">source-out</a> | <a href="#porterduffcompositingoperators_dstout">destination-out</a> | <a href="#porterduffcompositingoperators_srcatop">source-atop</a> | <br> <a href="#porterduffcompositingoperators_dstatop">destination-atop</a> | <a href="#porterduffcompositingoperators_xor">xor</a> | <a href="#porterduffcompositingoperators_plus">lighter</a> </pre>
674671
675672<h2 id="whatiscompositing">Introduction to compositing</h2>
676673
0 commit comments