We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7c371 commit 08f5d82Copy full SHA for 08f5d82
files/en-us/web/html/reference/elements/input/date/index.md
@@ -266,9 +266,9 @@ input:valid + span::after {
266
<tr>
267
<td><strong>IDL attributes</strong></td>
268
<td>
269
- <a href="/en-US/docs/Web/HTML/Reference/Elements/input#value"><code>value</code></a>,
270
- <code>valueAsDate</code>,
271
- <code>valueAsNumber</code>
+ <a href="/en-US/docs/Web/API/HTMLInputElement/value"><code>value</code></a>,
+ <a href="/en-US/docs/Web/API/HTMLInputElement/valueAsDate"><code>valueAsDate</code></a>,
+ <a href="/en-US/docs/Web/API/HTMLInputElement/valueAsNumber"><code>valueAsNumber</code></a>
272
</td>
273
</tr>
274
0 commit comments