Skip to content

Commit ca9df4e

Browse files
cdoublevsvgeesus
authored andcommitted
[css-color-4] Add production rule for <opacity-value>
1 parent 4153651 commit ca9df4e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css-color-4/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,11 @@ Transparency: the 'opacity' property</h3>
657657

658658
Opacity in CSS is represented using the <<opacity-value>> syntax,
659659
for example in the 'opacity' property.
660+
661+
<pre class='prod'>
662+
<<opacity-value>> = <<number>> | <<percentage>>
663+
</pre>
664+
660665
Represented as a <<number>>, the useful range of the value is ''0''
661666
(representing full transparency)
662667
to ''1''

0 commit comments

Comments
 (0)