teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

.

2022/05/31 09:59

投稿

int32_t
int32_t

スコア21933

answer CHANGED
@@ -5,3 +5,5 @@
5
5
 
6
6
  https://www.w3.org/TR/css-values-4/#functional-notation
7
7
  > Some legacy functional notations, such as rgba(), use commas unnecessarily, but generally commas are only used to separate items in a list, or pieces of a grammar that would be ambiguous otherwise.
8
+
9
+ 関数表記以外だと、`transition` や `box-shadow` のように複数の値の組のリストを指定するときはカンマ区切りになります。