Skip to content

Commit

Permalink
update issues for kings past
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiguelv committed Nov 4, 2024
1 parent a0d5179 commit 80b9a4f
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 5 deletions.
56 changes: 53 additions & 3 deletions projects/kings-past/a11y-issues.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"meta": {
"lastIssueId": 32,
"lastIssueId": 34,
"host": "https://kingsdigitallab.github.io/kings-past",
"version": "0.3.0",
"evaluationStarted": "2024-11-04T12:28:18.867Z",
"evaluationEnded": "2024-11-04T12:28:50.467Z"
"evaluationStarted": "2024-11-04T15:32:01.011Z",
"evaluationEnded": "2024-11-04T15:32:34.704Z"
},
"issues": {
"1": {
Expand Down Expand Up @@ -715,6 +715,50 @@
},
"detected": "2024-11-04T12:28:18.867Z",
"id": 32
},
"33": {
"code": "WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputText.Name",
"type": "error",
"typeCode": 1,
"message": "This textinput element does not have a name available to an accessibility API. Valid names are: label element, title undefined, aria-label undefined, aria-labelledby undefined.",
"context": "<input class=\"pagefind-ui__search-input svelte-e9gkc3\" type=\"text\" placeholder=\"Search\" autocapitalize=\"none\" enterkeyhint=\"search\" autofocus=\"\" style=\"padding-right: 44px;\">",
"selector": "#search > div > form > input",
"runner": "htmlcs",
"runnerExtras": {},
"host": "https://kingsdigitallab.github.io/kings-past",
"webpath": "/search?q=william+cotton",
"rule": {
"standard": "WCAG2",
"code": "H91",
"target": "InputText.Name",
"principle": "4",
"guideline": "1",
"rule": "2"
},
"detected": "2024-11-04T15:32:01.011Z",
"id": 33
},
"34": {
"code": "WCAG2AA.Principle1.Guideline1_3.1_3_1.F68",
"type": "error",
"typeCode": 1,
"message": "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.",
"context": "<input class=\"pagefind-ui__search-input svelte-e9gkc3\" type=\"text\" placeholder=\"Search\" autocapitalize=\"none\" enterkeyhint=\"search\" autofocus=\"\" style=\"padding-right: 44px;\">",
"selector": "#search > div > form > input",
"runner": "htmlcs",
"runnerExtras": {},
"host": "https://kingsdigitallab.github.io/kings-past",
"webpath": "/search?q=william+cotton",
"rule": {
"standard": "WCAG2",
"code": "F68",
"target": "",
"principle": "1",
"guideline": "3",
"rule": "1"
},
"detected": "2024-11-04T15:32:01.011Z",
"id": 34
}
},
"annotations": {
Expand Down Expand Up @@ -813,6 +857,12 @@
},
"32": {
"resolution": "Todo"
},
"33": {
"resolution": "Todo"
},
"34": {
"resolution": "Todo"
}
}
}
Binary file modified projects/kings-past/screenshots/last/-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified projects/kings-past/screenshots/last/-about-demonumenta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified projects/kings-past/screenshots/last/-search-q-william-cotton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified projects/kings-past/screenshots/previous/-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions projects/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
"/database/people/tomas-garrigue-masaryk-360",
"/search?q=william+cotton"
],
"evaluationStarted": "2024-11-04T12:28:18.867Z",
"evaluationEnded": "2024-11-04T12:28:50.467Z"
"evaluationStarted": "2024-11-04T15:32:01.011Z",
"evaluationEnded": "2024-11-04T15:32:34.704Z"
},
"screenshots": {}
}
Expand Down

0 comments on commit 80b9a4f

Please sign in to comment.