Skip to content

Commit 65cf994

Browse files
authored
Merge pull request #19 from hackforla/Rabia2219-patch-4
Update alert-orphaned-form-label.md
2 parents 87c7f77 + 95add64 commit 65cf994

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/known-issues-and-solutions/solutions-index/alert-orphaned-form-label.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ WAVE Tool's Reference material on Orphaned form label may not specifically addre
4545

4646
## Example of a DOM Snippet Generated From WAVE Tool
4747

48-
```html
49-
<label for="APN">Assessor Parcel Number</label>
50-
<input type="checkbox" value="true">
51-
```
48+
> ```html
49+
> <label for="APN">Assessor Parcel Number</label>
50+
> <input type="checkbox" value="true">
51+
> ```
52+
5253
(where the input element lacks an `id` attribute matching the label's `for="APN"` attribute)
5354
5455
## Project Team Error guidance

0 commit comments

Comments
 (0)