File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -633,7 +633,7 @@ Transparency: the 'opacity' property
633
633
634
634
635
635
636
- <<alpha -value>>
636
+ <<opacity -value>>
637
637
638
638
The opacity to be applied to the element.
639
639
The resulting opacity is applied to the entire element,
@@ -649,9 +649,10 @@ Transparency: the 'opacity' property
649
649
inline-opacity-float-child.html
650
650
651
651
652
- Opacity in CSS is typically represented using the <<alpha -value>> syntax,
652
+ Opacity in CSS is typically represented using the <<opacity -value>> syntax,
653
653
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
+
655
656
Represented as a <> , the useful range of the value is ''0''
656
657
(representing full transparency)
657
658
to ''1''
@@ -691,7 +692,7 @@ Transparency: the 'opacity' property
691
692
692
693
If separate opacity for each glyph is desired,
693
694
it can be achieved by using a color value
694
- which includes opacity ,
695
+ which includes alpha ,
695
696
rather than setting the 'opacity' property.
696
697
697
698
If a box has 'opacity' less than 1,
You can’t perform that action at this time.
0 commit comments