Commit 9616a23
authored
refactor: testing (#14)
* refactor: disabled some html validation aspects
either because of example related or specific usage
* refactor: we don't need to declare this role
as it's set implicitly, compare to e.g. developer.mozilla.org/en-US/docs/Web/HTML/Element/footer
* refactor: we don't need to declare this role
as it's set implicitly, compare to e.g. developer.mozilla.org/en-US/docs/Web/HTML/Element/main
* refactor: disabled the correct code line
* refactor: disabled html validation aspect
* refactor: consistent quotes
* refactor: consistent quotes
* refactor: in case we don't have a description, we won't need the aria-describedby attribute
* chore: providing another default
* refactor: set a default for the buttontype
* refactor: restructured the sample page
to reflect a correct headline structure
* refactor: ignore those headline structures on HTML validation
as they are too hard to influence in sample pages
* refactor: we don't need to declare this role
as it's set implicitly, compare to e.g. developer.mozilla.org/en-US/docs/Web/HTML/Element/nav
* refactor: ignore those headline structures on HTML validation
as they are too hard to influence in sample pages
* refactor: ignore this headline structures on HTML validation
as a headline of type 2 is perfectly fine in this new context
* refactor: there shouldn't be more than one main landmark elements
* refactor: ignore those headline structures on HTML validation
as they are too hard to influence in sample pages
* refactor: details tag nesting in p not allowed
Element <details> is not permitted as content in <p>
* refactor: corrected that attributes naming
* refactor: ignore this headline structures on HTML validation
as they are too hard to influence in sample pages
* refactor: adapted the HTML validation rules to our needs
* refactor: optimized the test and lint scripts
reordered, renamed and added npx
* chore: removed leftover
* refactor: optimized list of test urls for accessibility
* refactor: optimized test scripts
and added new dependency for running server and tests in parallel
* refactor: disabling stylelint rules for specific code parts
* refactor: stylelint feedback
* refactor: stylelint feedback
* refactor: html validate feedback
* test: we don't want to test for self-closing tags
* feat: suggesting html validate as well as VS Code extension
* refactor(test): using the smaller markup-only files for HTML testing
* chore: regenerated package-lock.json
* chore: prettier optimization
* refactor: running prettier for linting
* chore: we need the SCSS function here
* chore: we need to provide different ID values here1 parent cbc3aae commit 9616a23
File tree
40 files changed
+727
-542
lines changed- .github/workflows
- .vscode
- source/_patterns
- 00-base
- colors
- icons
- enterprise
- type
- 01-elements
- buttons
- chips
- image/enterprise
- input
- progress
- select
- tags
- 02-components
- accordion
- brand/enterprise
- cards
- dialog
- language-switcher
- pagination
- table
- 03-areas
- 00-header/enterprise
- enterprise
- 04-pages
40 files changed
+727
-542
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
17 | | - | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
0 commit comments