Skip to content

Commit 8b25aae

Browse files
authored
Merge pull request #2 from ccheney/patch-1
remove duplicated form button values section
2 parents 2a309f4 + b5082bc commit 8b25aae

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

standards/accessibility.md

-24
Original file line numberDiff line numberDiff line change
@@ -259,30 +259,6 @@ Button elements require a value between the opening and closing tags.
259259
<button type="submit">Submit</button>
260260
```
261261

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-
```html
271-
<input type="reset" value="Reset" />
272-
```
273-
274-
Image type inputs require an `alt` attribute.
275-
276-
```html
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-
```html
283-
<button type="submit">Submit</button>
284-
```
285-
286262
## Form Placeholder Text
287263

288264
Use placeholder text to provide a hint to the user.

0 commit comments

Comments
 (0)