Skip to content

Commit 23eb17d

Browse files
darrnshntabatkins
authored andcommitted
[css-typed-om] Add serialization for 'opacity' (#457)
* Add serialization for opacity * Fix typo
1 parent 0ff1ed3 commit 23eb17d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css-typed-om/Overview.bs

+6
Original file line numberDiff line numberDiff line change
@@ -3218,6 +3218,12 @@ depending on the property they came from:
32183218
return the result of serializing the <<length>> value.
32193219
3. Otherwise, return the result of serializing the <<percentage>> value.
32203220

3221+
: 'opacity'
3222+
::
3223+
1. If the value is of type <<number>>,
3224+
return the result of serializing the <<number>> value.
3225+
2. Otherwise, return the result of serializing the <<percentage>> value.
3226+
32213227
: 'right'
32223228
::
32233229
1. If the value is the ''auto'' keyword,

0 commit comments

Comments
 (0)