Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/src/resources/schema/document-a11y.yml
12925 views
1
- name: axe
2
tags:
3
formats: [$html-files]
4
schema:
5
anyOf:
6
- boolean
7
- object:
8
properties:
9
output:
10
enum: [json, console, document]
11
description: "If set, output axe-core results on console. `json`: produce structured output; `console`: print output to javascript console; `document`: produce a visual report of violations in the document itself."
12
description: "When defined, run axe-core accessibility tests on the document."
13
14