Skip to content

Commit 2f14fed

Browse files
authored
Update alert-orphaned-form-label.md
1 parent d8e2eaf commit 2f14fed

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ WAVE Tool's Reference material on Orphaned form label may not specifically addre
4949
> ```html
5050
> <label for="APN">Assessor Parcel Number</label>
5151
> <input type="checkbox" value="true">
52-
> (where the input element lacks an `id` attribute matching the label's `for="APN"` attribute)
5352
> ```
5453
54+
(where the input element lacks an `id` attribute matching the label's `for="APN"` attribute)
55+
5556
## Project Team Error guidance
5657
5758
The following material covers how the TDM team has provided a solution to the [Error] WAVE error.
@@ -62,19 +63,21 @@ The following material covers how the TDM team has provided a solution to the [E
6263
- Required User Role: Logged in user
6364
6465
### Project Team Issue and PR details
66+
#### Related GitHub Issue, PR and React Component 1
6567
- Related GitHub Issue 1:
66-
- https://github.com/hackforla/tdm-calculator/issues/2572
68+
- https://github.com/hackforla/tdm-calculator/issues/2572
6769
- Related Pull Request:
68-
- https://github.com/hackforla/tdm-calculator/pull/2611
70+
- https://github.com/hackforla/tdm-calculator/pull/2611
6971
- React Component:
70-
- `client/src/components/ProjectWizard/RuleInput/MultiInput.jsx`
72+
- `client/src/components/ProjectWizard/RuleInput/MultiInput.jsx`
7173
74+
#### Related GitHub Issue, PR and React Component 2
7275
- Related GitHub Issue 2:
73-
- https://github.com/hackforla/tdm-calculator/issues/2572
76+
- https://github.com/hackforla/tdm-calculator/issues/2572
7477
- Related Pull Request:
75-
- https://github.com/hackforla/tdm-calculator/pull/2611
78+
- https://github.com/hackforla/tdm-calculator/pull/2611
7679
- React Component:
77-
- `client/src/components/ProjectWizard/RuleInput/MultiInput.jsx`
80+
- `client/src/components/ProjectWizard/RuleInput/MultiInput.jsx`
7881
7982
### Project Team Solution
8083

0 commit comments

Comments
 (0)