Commits (28)
-
WhiteSource Renovate authored45394d33
-
WhiteSource Renovate authoreddd368f95
-
David Sveningsson authored6d5d9630
-
David Sveningsson authored
refs #67
eb01542a -
David Sveningsson authored04a73318
-
David Sveningsson authored
Handle aria-label on link for WCAG H30 See merge request !373
6edb539c -
WhiteSource Renovate authored758ea92b
-
WhiteSource Renovate authored833e1040
-
WhiteSource Renovate authored21f252d2
-
David Sveningsson authored6e62852c
-
David Sveningsson authored
instead of applying passed config first it is not applied last allowing users to rely on config from `.htmlvalidate.json` and then override it instead of vice-versa which in most cases prevented users from disabling rules enabled in `.htmlvalidate.json`
204a8faa -
David Sveningsson authored03d95b5a
-
David Sveningsson authored
Config override See merge request !374
9ede2907 -
David Sveningsson authored
refs #58
c93c63b1 -
David Sveningsson authored
refs #58
f30de03e -
David Sveningsson authored
refs #58
d9c869b3 -
David Sveningsson authored
replaced with `void-element`, `void-style` and `no-self-closing`. fixes #58
f6afc0fd -
David Sveningsson authored48ad6da1
-
David Sveningsson authored
Split void into multiple rules Closes #58 See merge request !375
391190da -
David Sveningsson authored1156c1e8
-
David Sveningsson authored27699ad0
-
David Sveningsson authoreda680f1d2
-
David Sveningsson authored
feat(rules): new rule `script-type` See merge request !376
216f0dab -
David Sveningsson authored8bbf3195
-
WhiteSource Renovate authored9319d63c
-
WhiteSource Renovate authored8c272057
-
David Sveningsson authored4efae544
-
David Sveningsson authored
# [2.17.0](v2.16.0...v2.17.0) (2020-02-17) ### Bug Fixes * **elements:** `<img>` `srcset` attribute cannot be empty ([27699ad0](27699ad0)) * **jest:** typescript compatibility with jest@23 ([4efae544](4efae544)) * **rules:** add `aria-label` helper ([6d5d9630](6d5d9630)) * **rules:** fix `deprecated-rule` missing location ([1156c1e8](1156c1e8)) * change config merge order in `toHTMLValidate` ([204a8faa](204a8faa)) * **rules:** handle `aria-label` on links for WCAG H30 ([eb01542a](eb01542a)), closes [#67](#67) ### Features * **rules:** mark `void` as deprecated ([f6afc0fd](f6afc0fd)), closes [#58](#58) * **rules:** new rule `no-self-closing` ([d9c869b3](d9c869b3)), closes [#58](#58) * **rules:** new rule `script-element` ([48ad6da1](48ad6da1)) * **rules:** new rule `script-type` ([a680f1d2](a680f1d2)) * **rules:** new rule `void-content` ([c93c63b1](c93c63b1)), closes [#58](#58) * **rules:** new rule `void-style` ([f30de03e](f30de03e)), closes [#58](#58) * allow configuration override when using `validate{String,Source}` ([6e62852c](6e62852c))
Showing
docs/rules/script-element.md
0 → 100644
docs/rules/script-type.md
0 → 100644
docs/rules/void-content.md
0 → 100644
docs/rules/void-style.md
0 → 100644
This diff is collapsed.