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

回答編集履歴

1

引用符修正

2018/08/29 06:24

投稿

x_x
x_x

スコア13749

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 "visible/clip" computing to "auto/hidden" (respectively) if one of "overflow-x" or "overflow-y" is neither "visible" nor "clip"
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