Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-pseudo/placeholder-input-number.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>CSS Test: ::placeholder applies to input type="number"</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="mismatch" href="placeholder-input-number-notref.html">
<style>
#number::placeholder {
color: green;
}
</style>
<input id="number" type="number" placeholder="Placeholder">