16
16

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

iPhone5/iOS8.0 SafariでCSSの不具合

Last updated at Posted at 2014-09-21

#iPhone5/iOS8.0 SafariでCSSの不具合

現象としては

"このWebページで問題が起きたため、再度よみこまれました"
"~URL~で問題が繰り返し起きました。"

と表示されページが読み込めない。

原因っぽかったのは要素を指定するのに

.hoge > div:nth-child(3) > div > div > div:nth-child(3) a

のように**E:nth-child(n)**を複数回しようすると上記のようなエラーが起こるっぽい。

そもそも設計の仕方が間違えてると思うんだけど。。。
誰が書いたか分からないCSSにはまった。。。

16
16
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
16
16

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?