Skip to content

fix(a11y): add "Indietro" text to dash pages #389

fix(a11y): add "Indietro" text to dash pages

fix(a11y): add "Indietro" text to dash pages #389

Triggered via push November 2, 2024 23:23
Status Failure
Total duration 31s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: src/app.d.ts#L12
Expected an assignment or function call and instead saw an expression
build: src/lib/components/Line.svelte#L50
Buttons and links should either contain text or have an `aria-label` or `aria-labelledby` attribute(a11y_consider_explicit_label)
build: src/lib/components/Line.svelte#L88
Buttons and links should either contain text or have an `aria-label` or `aria-labelledby` attribute(a11y_consider_explicit_label)
build: src/lib/components/Line.svelte#L97
Buttons and links should either contain text or have an `aria-label` or `aria-labelledby` attribute(a11y_consider_explicit_label)
build: src/routes/[...dir]/[file=asciidoc]/+page.svelte#L40
Self-closing HTML tags for non-void elements are ambiguous — use `<section ...></section>` rather than `<section ... />`(element_invalid_self_closing_tag)
build: src/routes/[...dir]/[file=asciidoc]/+page.svelte#L41
Self-closing HTML tags for non-void elements are ambiguous — use `<section ...></section>` rather than `<section ... />`(element_invalid_self_closing_tag)
build: src/routes/[...dir]/[file=markdown]/+page.svelte#L51
Self-closing HTML tags for non-void elements are ambiguous — use `<span ...></span>` rather than `<span ... />`(element_invalid_self_closing_tag)
build: src/routes/[...dir]/[file=markdown]/+page.svelte#L53
Self-closing HTML tags for non-void elements are ambiguous — use `<span ...></span>` rather than `<span ... />`(element_invalid_self_closing_tag)
build: src/routes/[...dir]/[file=markdown]/+page.svelte#L92
Self-closing HTML tags for non-void elements are ambiguous — use `<section ...></section>` rather than `<section ... />`(element_invalid_self_closing_tag)
build: src/routes/[...dir]/[zfile=dir]/+page.svelte#L16
'editUrls' is assigned a value but never used