@@ -633,7 +633,7 @@ Transparency: the 'opacity' property</h3>
633633 </wpt>
634634
635635 <dl>
636- <dt> <dfn dfn-for="opacity"><<alpha -value>></dfn>
636+ <dt> <dfn dfn-for="opacity"><<opacity -value>></dfn>
637637 <dd>
638638 The opacity to be applied to the element.
639639 The resulting opacity is applied to the entire element,
@@ -649,9 +649,10 @@ Transparency: the 'opacity' property</h3>
649649 inline-opacity-float-child.html
650650 </wpt>
651651
652- Opacity in CSS is typically represented using the <<alpha -value>> syntax,
652+ Opacity in CSS is typically represented using the <<opacity -value>> syntax,
653653 for example in the 'opacity' property
654- or as the [=alpha component=] in a [=color function=] .
654+ or as the [=alpha component=] in a [=color function=] ,
655+ using the <<alpha-value>> syntax.
655656 Represented as a <<number>> , the useful range of the value is ''0''
656657 (representing full transparency)
657658 to ''1''
@@ -691,7 +692,7 @@ Transparency: the 'opacity' property</h3>
691692
692693 If separate opacity for each glyph is desired,
693694 it can be achieved by using a color value
694- which includes opacity ,
695+ which includes alpha ,
695696 rather than setting the 'opacity' property.
696697
697698 If a box has 'opacity' less than 1,
0 commit comments