Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/number-placeholder-right-aligned.html - WPT Dashboard Interop Dashboard
<!doctype html>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<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>