@markuplint/html-spec 5.0.0-rc.7 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [5.0.0](https://github.com/markuplint/markuplint/compare/v5.0.0-rc.7...v5.0.0) (2026-09-11)
7
+
8
+ **Note:** Version bump only for package @markuplint/html-spec
9
+
6
10
  # [5.0.0-rc.7](https://github.com/markuplint/markuplint/compare/v5.0.0-rc.6...v5.0.0-rc.7) (2026-08-31)
7
11
 
8
12
  **Note:** Version bump only for package @markuplint/html-spec
package/index.json CHANGED
@@ -50186,7 +50186,7 @@
50186
50186
  {
50187
50187
  "name": "del",
50188
50188
  "cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/del",
50189
- "description": "The <del> HTML element represents a range of text that has been deleted from a document. This can be used when rendering \"track changes\" or source code diff information, for example. The <ins> element can be used for the opposite purpose: to indicate text that has been added to the document.",
50189
+ "description": "The <del> HTML element represents a range of text that has been deleted from a document. This can be used when rendering \"track changes\" or source code diff information, for example. The <ins> element can be used for the opposite purpose: to indicate text that has been added to the document. This element is often (but need not be) rendered by applying a strike-through style to the text.",
50190
50190
  "categories": ["#flow", "#phrasing"],
50191
50191
  "contentModel": {
50192
50192
  "contents": [
@@ -50754,7 +50754,7 @@
50754
50754
  {
50755
50755
  "name": "form",
50756
50756
  "cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/form",
50757
- "description": "The <form> HTML element represents a document section containing interactive controls for submitting information.",
50757
+ "description": "The <form> HTML element represents a document section containing interactive controls for submitting information. It is possible to use the :valid and :invalid CSS pseudo-classes to style a <form> element based on whether the elements inside the form are valid.",
50758
50758
  "categories": ["#flow", "#palpable"],
50759
50759
  "contentModel": {
50760
50760
  "contents": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/html-spec",
3
- "version": "5.0.0-rc.7",
3
+ "version": "5.0.0",
4
4
  "description": "A specification of HTML Living Standard for markuplint",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,7 +33,7 @@
33
33
  "gen:format": "npx oxfmt --write index.json"
34
34
  },
35
35
  "devDependencies": {
36
- "@markuplint/test-tools": "5.0.0-rc.7",
36
+ "@markuplint/test-tools": "5.0.0",
37
37
  "@types/cheerio": "1.0.0",
38
38
  "@types/cli-progress": "3.11.6",
39
39
  "cheerio": "1.2.0",
@@ -43,7 +43,7 @@
43
43
  "type-fest": "5.6.0"
44
44
  },
45
45
  "dependencies": {
46
- "@markuplint/ml-spec": "5.0.0-rc.7"
46
+ "@markuplint/ml-spec": "5.0.0"
47
47
  },
48
- "gitHead": "8d7a3b801e0f5f88438c003e7eee2bd45e6aedd0"
48
+ "gitHead": "c99706fda4c186aeb87b521eaabc5208ac144bbd"
49
49
  }