4 :is(input, textarea)::placeholder {
11 * This list could be endless given that all non-whitelisted properties
17 <input placeholder='foo'
>
18 <textarea placeholder='foo'
></textarea>
19 <!-- for overflow and white-space -->
20 <input placeholder='this is a quitelongetextforasmallelement'
>
21 <textarea placeholder='this is a quitelongetextforasmallelement'
></textarea>