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.
1 parent 3b6a3e0 commit 8a66dcbCopy full SHA for 8a66dcb
1 file changed
docs/known-issues-and-solutions/solutions-index/alert-orphaned-form-label.md
@@ -48,10 +48,9 @@ WAVE Tool's Reference material on Orphaned form label may not specifically addre
48
> ```html
49
> <label for="APN">Assessor Parcel Number</label>
50
> <input type="checkbox" value="true">
51
+> (where the input element lacks an `id` attribute matching the label's `for="APN"` attribute)
52
> ```
53
-(where the input element lacks an `id` attribute matching the label's `for="APN"` attribute)
54
-
55
## Project Team Error guidance
56
57
The following material covers how the TDM team has provided a solution to the [Error] WAVE error.
0 commit comments