回答編集履歴
1
引用符修正
answer
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
もう終わったと思って放置していたのですが「まだ回答を求めています」とのことなので、根拠を述べましょう。
|
2
2
|
[https://drafts.csswg.org/css-overflow-3/#overflow-properties](https://drafts.csswg.org/css-overflow-3/#overflow-properties)
|
3
|
-
> as specified, except with
|
3
|
+
> as specified, except with 'visible'/'clip' computing to 'auto'/'hidden' (respectively) if one of 'overflow-x' or 'overflow-y' is neither 'visible' nor 'clip'
|
4
4
|
|
5
5
|
overflow-x、overflow-y のいずれかが visible でも clip でもない場合、visible/clip はそれぞれ auto/hidden と計算されます。
|
6
6
|
|