Skip to content

Commit 90126b7

Browse files
Merge pull request #17 from hackforla/Rabia2219-patch-3
Update alert-link-to-pdf-document.md
2 parents ef7e6a0 + 65cf994 commit 90126b7

8 files changed

Lines changed: 76 additions & 146 deletions

docs/known-issues-and-solutions/solutions-index/alert-link-to-pdf-document.md

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -77,35 +77,25 @@ The following material covers how the Project Team has provided a solution to th
7777
#### Step-By-Step Guide
7878
<!-- Author Instructions: Replace details dropdown with N/A if this does not apply -->
7979
80-
<details><summary>Click to see step-by-step guide</summary>
81-
<p>
80+
??? Info "Click to see step-by-step guide"
8281
83-
[ADD DETAILED INSTRUCTIONS HERE]
84-
85-
</p>
86-
</details>
82+
[ADD DETAILED INSTRUCTIONS HERE]
8783
8884
#### Other Technical Details
8985
<!-- Author Instructions: Write N/A if this does not apply -->
9086
91-
<details><summary>Click to see other technical details</summary>
92-
<p>
87+
??? Info "Click to see other technical details"
9388
94-
[ INSERT OTHER DETAILS e.g. Prop References, Return Value ]
95-
96-
</p>
97-
</details>
89+
[INSERT OTHER DETAILS e.g. Prop References, Return Value ]
9890
9991
#### Code Snippet With Solution
100-
<details><summary>Click to see code snippets...</summary>
101-
102-
[INSERT PATH file/path/to/Snippet.jsx]
92+
??? Info "Click to see code snippets"
10393
104-
```jsx
105-
[Code example showing the fix/solution]
106-
```
94+
[INSERT PATH file/path/to/Snippet.jsx]
10795
108-
</details>
96+
```jsx
97+
[Code example showing the fix/solution]
98+
```
10999
110100
#### Why the Fix Works
111101
<!-- Author Instruction: Add an explanation of how the code changes resolve the accessibility issue and why this approach was chosen -->
@@ -123,7 +113,7 @@ The following material covers how the Project Team has provided a solution to th
123113
124114
<details><summary>1. [Descriptive Title for Screenshot Set 1]</summary>
125115
126-
<img width="400" alt="Image" src="https://github.com/user-attachments/assets/123456789" />
116+
[INSERT IMAGE HERE]
127117
128118
</p>
129119
</details>

docs/known-issues-and-solutions/solutions-index/alert-missing-fieldset.md

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -80,35 +80,25 @@ The following material covers how the Project Team has provided a solution to th
8080
#### Step-By-Step Guide
8181
<!-- Author Instructions: Replace details dropdown with N/A if this does not apply -->
8282
83-
<details><summary>Click to see step-by-step guide</summary>
84-
<p>
83+
??? Info "Click to see step-by-step guide"
8584
86-
[ADD DETAILED INSTRUCTIONS HERE]
87-
88-
</p>
89-
</details>
85+
[ADD DETAILED INSTRUCTIONS HERE]
9086
9187
#### Other Technical Details
9288
<!-- Author Instructions: Write N/A if this does not apply -->
9389
94-
<details><summary>Click to see other technical details</summary>
95-
<p>
90+
??? Info "Click to see other technical details"
9691
97-
[ INSERT OTHER DETAILS e.g. Prop References, Return Value ]
98-
99-
</p>
100-
</details>
92+
[INSERT OTHER DETAILS e.g. Prop References, Return Value ]
10193
10294
#### Code Snippet With Solution
103-
<details><summary>Click to see code snippets...</summary>
104-
105-
[INSERT PATH file/path/to/Snippet.jsx]
95+
??? Info "Click to see code snippets"
10696
107-
```jsx
108-
[Code example showing the fix/solution]
109-
```
97+
[INSERT PATH file/path/to/Snippet.jsx]
11098
111-
</details>
99+
```jsx
100+
[Code example showing the fix/solution]
101+
```
112102
113103
#### Why the Fix Works
114104
<!-- Author Instruction: Add an explanation of how the code changes resolve the accessibility issue and why this approach was chosen -->
@@ -126,9 +116,8 @@ The following material covers how the Project Team has provided a solution to th
126116
127117
<details><summary>1. [Descriptive Title for Screenshot Set 1]</summary>
128118
129-
<img width="400" alt="Image" src="https://github.com/user-attachments/assets/123456789" />
119+
[INSERT IMAGE HERE]
130120
131-
</p>
132121
</details>
133122
134123
## Credits/Authors

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

docs/known-issues-and-solutions/solutions-index/alert-possible-heading.md

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -80,35 +80,25 @@ The following material covers how the Project Team has provided a solution to th
8080
#### Step-By-Step Guide
8181
<!-- Author Instructions: Replace details dropdown with N/A if this does not apply -->
8282
83-
<details><summary>Click to see step-by-step guide</summary>
84-
<p>
83+
??? Info "Click to see step-by-step guide"
8584
86-
[ADD DETAILED INSTRUCTIONS HERE]
87-
88-
</p>
89-
</details>
85+
[ADD DETAILED INSTRUCTIONS HERE]
9086
9187
#### Other Technical Details
9288
<!-- Author Instructions: Write N/A if this does not apply -->
9389
94-
<details><summary>Click to see other technical details</summary>
95-
<p>
90+
??? Info "Click to see other technical details"
9691
97-
[ INSERT OTHER DETAILS e.g. Prop References, Return Value ]
98-
99-
</p>
100-
</details>
92+
[INSERT OTHER DETAILS e.g. Prop References, Return Value ]
10193
10294
#### Code Snippet With Solution
103-
<details><summary>Click to see code snippets...</summary>
104-
105-
[INSERT PATH file/path/to/Snippet.jsx]
95+
??? Info "Click to see code snippets"
10696
107-
```jsx
108-
[Code example showing the fix/solution]
109-
```
97+
[INSERT PATH file/path/to/Snippet.jsx]
11098
111-
</details>
99+
```jsx
100+
[Code example showing the fix/solution]
101+
```
112102
113103
#### Why the Fix Works
114104
<!-- Author Instruction: Add an explanation of how the code changes resolve the accessibility issue and why this approach was chosen -->
@@ -126,9 +116,8 @@ The following material covers how the Project Team has provided a solution to th
126116
127117
<details><summary>1. [Descriptive Title for Screenshot Set 1]</summary>
128118
129-
<img width="400" alt="Image" src="https://github.com/user-attachments/assets/123456789" />
119+
[INSERT IMAGE HERE]
130120
131-
</p>
132121
</details>
133122
134123
## Credits/Authors

docs/known-issues-and-solutions/solutions-index/alert-redundant-link.md

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -76,35 +76,26 @@ The following material covers how the Project Team has provided a solution to th
7676
#### Step-By-Step Guide
7777
<!-- Author Instructions: Replace details dropdown with N/A if this does not apply -->
7878
79-
<details><summary>Click to see step-by-step guide</summary>
80-
<p>
79+
??? Info "Click to see step-by-step guide"
8180
82-
[ADD DETAILED INSTRUCTIONS HERE]
83-
84-
</p>
85-
</details>
81+
[ADD DETAILED INSTRUCTIONS HERE]
82+
8683
8784
#### Other Technical Details
8885
<!-- Author Instructions: Write N/A if this does not apply -->
8986
90-
<details><summary>Click to see other technical details</summary>
91-
<p>
87+
??? Info "Click to see other technical details"
9288
93-
[ INSERT OTHER DETAILS e.g. Prop References, Return Value ]
94-
95-
</p>
96-
</details>
89+
[INSERT OTHER DETAILS e.g. Prop References, Return Value ]
9790
9891
#### Code Snippet With Solution
99-
<details><summary>Click to see code snippets...</summary>
100-
101-
[INSERT PATH file/path/to/Snippet.jsx]
92+
??? Info "Click to see code snippets"
10293
103-
```jsx
104-
[Code example showing the fix/solution]
105-
```
94+
[INSERT PATH file/path/to/Snippet.jsx]
10695
107-
</details>
96+
```jsx
97+
[Code example showing the fix/solution]
98+
```
10899
109100
#### Why the Fix Works
110101
<!-- Author Instruction: Add an explanation of how the code changes resolve the accessibility issue and why this approach was chosen -->
@@ -122,9 +113,8 @@ The following material covers how the Project Team has provided a solution to th
122113
123114
<details><summary>1. [Descriptive Title for Screenshot Set 1]</summary>
124115
125-
<img width="400" alt="Image" src="https://github.com/user-attachments/assets/123456789" />
116+
[INSERT IMAGE HERE]
126117
127-
</p>
128118
</details>
129119
130120
## Credits/Authors

docs/known-issues-and-solutions/solutions-index/alert-skipped-heading-level.md

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -109,35 +109,26 @@ The following material covers how the Project Team has provided a solution to th
109109
#### Step-By-Step Guide
110110
<!-- Author Instructions: Replace details dropdown with N/A if this does not apply -->
111111
112-
<details><summary>Click to see step-by-step guide</summary>
113-
<p>
112+
??? Info "Click to see step-by-step guide"
114113
115-
[ADD DETAILED INSTRUCTIONS HERE]
114+
[ADD DETAILED INSTRUCTIONS HERE]
116115
117-
</p>
118-
</details>
119116
120117
#### Other Technical Details
121118
<!-- Author Instructions: Write N/A if this does not apply -->
122119
123-
<details><summary>Click to see other technical details</summary>
124-
<p>
125-
126-
[ INSERT OTHER DETAILS e.g. Prop References, Return Value ]
120+
??? Info "Click to see other technical details"
127121
128-
</p>
129-
</details>
122+
[INSERT OTHER DETAILS e.g. Prop References, Return Value ]
130123
131124
#### Code Snippet With Solution
132-
<details><summary>Click to see code snippets...</summary>
133-
134-
[INSERT PATH file/path/to/Snippet.jsx]
125+
??? Info "Click to see code snippets"
135126
136-
```jsx
137-
[Code example showing the fix/solution]
138-
```
127+
[INSERT PATH file/path/to/Snippet.jsx]
139128
140-
</details>
129+
```jsx
130+
[Code example showing the fix/solution]
131+
```
141132
142133
#### Why the Fix Works
143134
<!-- Author Instruction: Add an explanation of how the code changes resolve the accessibility issue and why this approach was chosen -->
@@ -155,9 +146,8 @@ The following material covers how the Project Team has provided a solution to th
155146
156147
<details><summary>1. [Descriptive Title for Screenshot Set 1]</summary>
157148
158-
<img width="400" alt="Image" src="https://github.com/user-attachments/assets/123456789" />
149+
[INSERT IMAGE HERE]
159150
160-
</p>
161151
</details>
162152
163153
## Credits/Authors

docs/known-issues-and-solutions/solutions-index/aria-aria-label.md

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -80,35 +80,25 @@ The following material covers how the Project Team has provided a solution to th
8080
#### Step-By-Step Guide
8181
<!-- Author Instructions: Replace details dropdown with N/A if this does not apply -->
8282
83-
<details><summary>Click to see step-by-step guide</summary>
84-
<p>
83+
??? Info "Click to see step-by-step guide"
8584
86-
[ADD DETAILED INSTRUCTIONS HERE]
87-
88-
</p>
89-
</details>
85+
[ADD DETAILED INSTRUCTIONS HERE]
9086
9187
#### Other Technical Details
9288
<!-- Author Instructions: Write N/A if this does not apply -->
9389
94-
<details><summary>Click to see other technical details</summary>
95-
<p>
90+
??? Info "Click to see other technical details"
9691
97-
[ INSERT OTHER DETAILS e.g. Prop References, Return Value ]
98-
99-
</p>
100-
</details>
92+
[INSERT OTHER DETAILS e.g. Prop References, Return Value ]
10193
10294
#### Code Snippet With Solution
103-
<details><summary>Click to see code snippets...</summary>
104-
105-
[INSERT PATH file/path/to/Snippet.jsx]
95+
??? Info "Click to see code snippets"
10696
107-
```jsx
108-
[Code example showing the fix/solution]
109-
```
97+
[INSERT PATH file/path/to/Snippet.jsx]
11098
111-
</details>
99+
```jsx
100+
[Code example showing the fix/solution]
101+
```
112102
113103
#### Why the Fix Works
114104
<!-- Author Instruction: Add an explanation of how the code changes resolve the accessibility issue and why this approach was chosen -->
@@ -126,9 +116,8 @@ The following material covers how the Project Team has provided a solution to th
126116
127117
<details><summary>1. [Descriptive Title for Screenshot Set 1]</summary>
128118
129-
<img width="400" alt="Image" src="https://github.com/user-attachments/assets/123456789" />
119+
[INSERT IMAGE HERE]
130120
131-
</p>
132121
</details>
133122
134123
## Credits/Authors

0 commit comments

Comments
 (0)