Skip to content

Commit

Permalink
Merge pull request #2 from ccheney/patch-1
Browse files Browse the repository at this point in the history
remove duplicated form button values section
  • Loading branch information
bbellx authored Aug 4, 2016
2 parents 2a309f4 + b5082bc commit 8b25aae
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions standards/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,30 +259,6 @@ Button elements require a value between the opening and closing tags.
<button type="submit">Submit</button>
```

## Form Button Values

Form input buttons require a `value` attribute.

```html
<input type="submit" value="Submit" />
```

```html
<input type="reset" value="Reset" />
```

Image type inputs require an `alt` attribute.

```html
<input type="image" src="button.png" alt="Submit" />
```

Button elements require a value between the opening and closing tags.

```html
<button type="submit">Submit</button>
```

## Form Placeholder Text

Use placeholder text to provide a hint to the user.
Expand Down

0 comments on commit 8b25aae

Please sign in to comment.