2
1

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.

textareaのplaceholderで改行されず突き抜ける

2
Last updated at Posted at 2017-01-05

どうしても改行ができない機種があるようです。
(Firefox, Android一部機種)

W3C仕様に従順なFirefoxが対応していないということで、仕様を確認したところ、

The placeholder attribute is applied to the input element, and must have a value that is a short hint, word or phrase.

「input element向けのもので、短くまとめなさい。」 ということで、textareaで長文のケースには公式で対応していないようです。

2
1
2

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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?