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.
2 parents 87c7f77 + 95add64 commit 65cf994Copy full SHA for 65cf994
1 file changed
docs/known-issues-and-solutions/solutions-index/alert-orphaned-form-label.md
@@ -45,10 +45,11 @@ WAVE Tool's Reference material on Orphaned form label may not specifically addre
45
46
## Example of a DOM Snippet Generated From WAVE Tool
47
48
-```html
49
-<label for="APN">Assessor Parcel Number</label>
50
-<input type="checkbox" value="true">
51
-```
+> ```html
+> <label for="APN">Assessor Parcel Number</label>
+> <input type="checkbox" value="true">
+> ```
52
+
53
(where the input element lacks an `id` attribute matching the label's `for="APN"` attribute)
54
55
## Project Team Error guidance
0 commit comments