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
Copy file name to clipboardexpand all lines: pkg/manifest/a11y.go
+23
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ type A11y struct {
19
19
AccessModesSufficient [][]A11yPrimaryAccessMode`json:"accessModeSufficient,omitempty"`// A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource.
20
20
Features []A11yFeature`json:"feature,omitempty"`// Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility.
21
21
Hazards []A11yHazard`json:"hazard,omitempty"`// A characteristic of the described resource that is physiologically dangerous to some users.
22
+
Exemptions []A11yExemption`json:"exemption,omitempty"`// Justifications for non-conformance based on exemptions in a given jurisdiction.
0 commit comments