Skip to content

Commit

Permalink
feat(ld-paragraph): paragraph component
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Jun 5, 2021
1 parent 95ce751 commit 64e812f
Show file tree
Hide file tree
Showing 75 changed files with 409 additions and 193 deletions.
3 changes: 1 addition & 2 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ module.exports = function (eleventyConfig) {
],
}),
Object.assign(new state.Token('html_block', '', 0), {
content:
'<span aria-label="Direct link" class="header-anchor__symbol">#</span>',
content: '<span aria-label="" class="header-anchor__symbol">#</span>',
}),
new state.Token('link_close', 'a', -1),
]
Expand Down
1 change: 1 addition & 0 deletions jest.config.a11y.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ module.exports = {
...pa11yPreset,
testEnvironment: 'node',
testMatch: ['**/?(*.)+(a11y).ts'],
testTimeout: 30000,
}
4 changes: 2 additions & 2 deletions pa11y.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"runners": ["axe"],
"standard": "WCAG2AAA",
"standard": "WCAG2AA",
"includeWarnings": true,
"includeNotices": true,
"rootElement": "#main",
"hideElements": "pre[class^='language'],iframe"
"hideElements": "pre[class^='language'],iframe,#main>table,#main>h1,#main>h2,#main>h3,#main>h4,#main>h5,#main>h6"
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"node-fetch": "^2.6.1",
"npm-run-all": "^4.1.5",
"pa11y": "^5.3.0",
"polyserve": "^0.27.15",
"postcss": "^8.2.7",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.0",
Expand Down
Loading

0 comments on commit 64e812f

Please sign in to comment.