We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a309f4 + b5082bc commit 8b25aaeCopy full SHA for 8b25aae
standards/accessibility.md
@@ -259,30 +259,6 @@ Button elements require a value between the opening and closing tags.
259
<button type="submit">Submit</button>
260
```
261
262
-## Form Button Values
263
-
264
-Form input buttons require a `value` attribute.
265
266
-```html
267
-<input type="submit" value="Submit" />
268
-```
269
270
271
-<input type="reset" value="Reset" />
272
273
274
-Image type inputs require an `alt` attribute.
275
276
277
-<input type="image" src="button.png" alt="Submit" />
278
279
280
-Button elements require a value between the opening and closing tags.
281
282
283
-<button type="submit">Submit</button>
284
285
286
## Form Placeholder Text
287
288
Use placeholder text to provide a hint to the user.
0 commit comments