You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[08/2022, real]({{site.url}}/graduate/exams/analysis/2022Aug_real.html)•<ahref="{{site.url}}/graduate/exams/analysis/2022Aug_real.pdf"aria-label="PDF version for printing">PDF</a>
109
115
```
110
116
111
-
**Important**: The `•` (bullet point) must be used as the separator between PDF and HTML links.
117
+
**Key requirements:**
118
+
- Primary link text (e.g., "08/2022, real") links to the HTML version
119
+
- Use `•` as separator
120
+
- PDF link must have `aria-label="PDF version for printing"`
121
+
- PDF link text is simply "PDF"
122
+
123
+
**Rationale:** This follows WCAG 2.1 Level AA guidelines by:
124
+
- Making the accessible format (HTML) primary and most prominent
125
+
- Clearly labeling the PDF as "for printing" to indicate its purpose
126
+
- Using ARIA labels to communicate that PDFs may have accessibility limitations
112
127
113
128
## Important Notes
114
129
- Do NOT use the direct .html download from Mathpix - it uses MathJax SVG rendering
115
-
- Always use the .mmd → pandoc → post-processing pipeline
130
+
- Always use the tex.zip → pandoc → post-processing pipeline
116
131
- Verify that NO Unicode mathematical characters remain in the final output
117
132
- Verify proper heading hierarchy (use grep or check a sample)
118
133
- The final HTML should be fully accessible with screen readers
@@ -130,4 +145,4 @@ The output HTML must have:
130
145
✓ Main content wrapped in <main> landmark element
131
146
✓ Valid, well-formed HTML5 document with proper semantic structure
132
147
✓ HTML file saved next to the PDF with .html extension
133
-
✓ Link added to graduate/general_exams.md with • separator
148
+
✓ Link in graduate/general_exams.md updated with HTML as primary, PDF as secondary with aria-label
Copy file name to clipboardExpand all lines: _includes/grad_general_exams.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,12 @@ Students are expected to attempt two different general examinations before the b
13
13
Syllabi for the Algebra, Analysis, and Topology General Examinations:
14
14
<ul>
15
15
<li>
16
-
<a href="{{ site.url }}/graduate/docs/Syllabus for Algebra General Exam 1 - update 2023.pdf">Syllabus for Algebra General Exam</a> • <a href="{{ site.url }}/graduate/docs/algebra-general-exam-syllabus/">HTML version</a><br>
16
+
<a href="{{ site.url }}/graduate/docs/algebra-general-exam-syllabus/">Syllabus for Algebra General Exam</a> • <a href="{{ site.url }}/graduate/docs/Syllabus for Algebra General Exam 1 - update 2023.pdf" aria-label="PDF version for printing">PDF</a><br>
17
17
</li>
18
18
<li>
19
-
<a href="{{ site.url }}/graduate/docs/Syllabus for Analysis General Exam 2.pdf">Syllabus for Analysis General Exam</a> • <a href="{{ site.url }}/graduate/docs/analysis-general-exam-syllabus/">HTML version</a><br>
19
+
<a href="{{ site.url }}/graduate/docs/analysis-general-exam-syllabus/">Syllabus for Analysis General Exam</a> • <a href="{{ site.url }}/graduate/docs/Syllabus for Analysis General Exam 2.pdf" aria-label="PDF version for printing">PDF</a><br>
20
20
</li>
21
21
<li>
22
-
<a href="{{ site.url }}/graduate/docs/Syllabus for Topology General Exam 3.pdf">Syllabus for Topology General Exam</a> • <a href="{{ site.url }}/graduate/docs/topology-general-exam-syllabus/">HTML version</a><br>
22
+
<a href="{{ site.url }}/graduate/docs/topology-general-exam-syllabus/">Syllabus for Topology General Exam</a> • <a href="{{ site.url }}/graduate/docs/Syllabus for Topology General Exam 3.pdf" aria-label="PDF version for printing">PDF</a><br>
**Accessibility Note:** This page links to syllabi and exams with HTML versions that are screen-reader accessible and recommended for all users. PDF versions are provided for printing only and may not be fully accessible. External links to the Graduate Record are maintained by the University Registrar.
0 commit comments