Skip to content

Commit

Permalink
[css-color-4] Consistently distinguished opacity from alpha, #8311
Browse files Browse the repository at this point in the history
  • Loading branch information
svgeesus committed Jan 29, 2024
1 parent c332f16 commit 461e559
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions css-color-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -649,10 +649,8 @@ Transparency: the 'opacity' property</h3>
inline-opacity-float-child.html
</wpt>

Opacity in CSS is typically represented using the <<opacity-value>> syntax,
for example in the 'opacity' property
or as the [=alpha component=] in a [=color function=],
using the <<alpha-value>> syntax.
Opacity in CSS is represented using the <<opacity-value>> syntax,
for example in the 'opacity' property.
Represented as a <<number>>, the useful range of the value is ''0''
(representing full transparency)
to ''1''
Expand Down

0 comments on commit 461e559

Please sign in to comment.