Skip to content

Commit 0be46e4

Browse files
extHTML-Validate
authored andcommitted
chore(release): 9.7.0
## 9.7.0 (2025-06-15) ### Features * add special `templateRoot` meta property for `<template>` element ([beccfda](https://gitlab.com/html-validate/html-validate/commit/beccfdafca7b21d62040ecef3c53753eebcdc28d)) * **rules:** add `strict` option to `wcag/h63` to enforce for all tables ([51eecf2](https://gitlab.com/html-validate/html-validate/commit/51eecf2422f59e33dc2642e7cc6d5a21a8ead158)) * **rules:** determine if a table is simple or complex before applying `wcag/h63` ([0e84024](https://gitlab.com/html-validate/html-validate/commit/0e84024fe42f814c3ee776f4370c90715aaafb21)), closes [#303](https://gitlab.com/html-validate/html-validate/issues/303) ### Bug Fixes * better dts for html5 metadata ([8e9537c](https://gitlab.com/html-validate/html-validate/commit/8e9537c497ff545d72cfafd862b71d1ec2fc0653))
1 parent 1c325df commit 0be46e4

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# html-validate changelog
22

3+
## 9.7.0 (2025-06-15)
4+
5+
### Features
6+
7+
- add special `templateRoot` meta property for `<template>` element ([beccfda](https://gitlab.com/html-validate/html-validate/commit/beccfdafca7b21d62040ecef3c53753eebcdc28d))
8+
- **rules:** add `strict` option to `wcag/h63` to enforce for all tables ([51eecf2](https://gitlab.com/html-validate/html-validate/commit/51eecf2422f59e33dc2642e7cc6d5a21a8ead158))
9+
- **rules:** determine if a table is simple or complex before applying `wcag/h63` ([0e84024](https://gitlab.com/html-validate/html-validate/commit/0e84024fe42f814c3ee776f4370c90715aaafb21)), closes [#303](https://gitlab.com/html-validate/html-validate/issues/303)
10+
11+
### Bug Fixes
12+
13+
- better dts for html5 metadata ([8e9537c](https://gitlab.com/html-validate/html-validate/commit/8e9537c497ff545d72cfafd862b71d1ec2fc0653))
14+
315
## 9.6.1 (2025-06-14)
416

517
### Bug Fixes

docs/rules/wcag/h63.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,5 @@ When `strict` is enabled, this rule enforces the `scope` attribute on all `<th>`
115115

116116
## Version history
117117

118-
- %version% - Simple tables ignored by default and added `strict` option to validate all tables.
118+
- 9.7.0 - Simple tables ignored by default and added `strict` option to validate all tables.
119119
- 7.10.0 - Rule added.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-validate",
3-
"version": "9.6.1",
3+
"version": "9.7.0",
44
"description": "Offline html5 validator",
55
"keywords": [
66
"html",

0 commit comments

Comments
 (0)