Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions style/accessibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"no-duplicate-header": true,
"no-emphasis-as-header": true,
"no-generic-link-text": true,
"no-heading-increment": true,
"no-space-in-links": false,
Copy link
Contributor Author

@khiga8 khiga8 Dec 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andrialexandrou I am curious about why this "no-space-in-links" rule is part of accessibility and is false.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relatedly, #21!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for looking into these. I'll need some time to get my head back into this space and revisit the reasoning.

"ol-prefix": "ordered",
"single-h1": true,
Expand Down
1 change: 1 addition & 0 deletions test/usage.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ describe("usage", () => {
"no-space-in-links": false,
"single-h1": true,
"no-emphasis-as-header": true,
"no-heading-increment": true,
"no-generic-link-text": true,
"ul-style": true,
default: true,
Expand Down