We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff1ed3 commit 23eb17dCopy full SHA for 23eb17d
css-typed-om/Overview.bs
@@ -3218,6 +3218,12 @@ depending on the property they came from:
3218
return the result of serializing the <<length>> value.
3219
3. Otherwise, return the result of serializing the <<percentage>> value.
3220
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
+
3227
: 'right'
3228
::
3229
1. If the value is the ''auto'' keyword,
0 commit comments