Skip to content

Prettier marshalling of a11y data #281

@chocolatkey

Description

@chocolatkey

In the output, we can get for example:

"accessibility": {
  "conformsTo": ["https://www.w3.org/TR/epub-a11y-11#wcag-2.2-aa"],
  "accessModeSufficient": [["textual"]],
}

These properties could be better marshalled and result in the following output:

"accessibility": {
  "conformsTo": "https://www.w3.org/TR/epub-a11y-11#wcag-2.2-aa",
  "accessModeSufficient": ["textual"],
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions