Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
<!doctype html>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="author" title="Mozilla" href="https://mozilla.org">
<link rel="match" href="number-placeholder-right-aligned-ref.html">
<style>
input {
color: black;
text-align: right;
}
input::placeholder {
color: inherit;
opacity: 1;
}
</style>
<input type=number placeholder=0>