@markuplint/html-spec 3.12.0 → 3.13.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.
Files changed (2) hide show
  1. package/index.json +1 -13
  2. package/package.json +5 -5
package/index.json CHANGED
@@ -35491,18 +35491,6 @@
35491
35491
  "href": {
35492
35492
  "description": "The hyperlink target for the area. Its value is a valid URL. This attribute may be omitted; if so, the <area> element does not represent a hyperlink."
35493
35493
  },
35494
- "hreflang": {
35495
- "description": "Indicates the language of the linked resource. Allowed values are defined by RFC 5646: Tags for Identifying Languages (also known as BCP 47). Use this attribute only if the href attribute is present.",
35496
- "deprecated": true
35497
- },
35498
- "name": {
35499
- "description": "Define a names for the clickable area so that it can be scripted by older browsers.",
35500
- "deprecated": true
35501
- },
35502
- "nohref": {
35503
- "description": "Indicates that no hyperlink exists for the associated area. Note: The nohref attribute is not necessary, as omitting the href attribute is sufficient.",
35504
- "deprecated": true
35505
- },
35506
35494
  "ping": {
35507
35495
  "description": "Contains a space-separated list of URLs to which, when the hyperlink is followed, POST requests with the body PING will be sent by the browser (in the background). Typically used for tracking."
35508
35496
  },
@@ -36662,7 +36650,7 @@
36662
36650
  {
36663
36651
  "name": "dialog",
36664
36652
  "cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog",
36665
- "description": "The <dialog> HTML element represents a dialog box or other interactive component, such as a dismissible alert, inspector, or subwindow.",
36653
+ "description": "The <dialog> HTML element represents a modal or non-modal dialog box or other interactive component, such as a dismissible alert, inspector, or subwindow.",
36666
36654
  "categories": ["#flow"],
36667
36655
  "contentModel": {
36668
36656
  "contents": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/html-spec",
3
- "version": "3.12.0",
3
+ "version": "3.13.0",
4
4
  "description": "A specification of HTML Living Standard for markuplint",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -17,11 +17,11 @@
17
17
  "gen:prettier": "prettier --write index.json"
18
18
  },
19
19
  "devDependencies": {
20
- "@markuplint/spec-generator": "3.12.0",
21
- "@markuplint/test-tools": "3.6.1"
20
+ "@markuplint/spec-generator": "3.13.0",
21
+ "@markuplint/test-tools": "3.7.0"
22
22
  },
23
23
  "dependencies": {
24
- "@markuplint/ml-spec": "3.12.0"
24
+ "@markuplint/ml-spec": "3.13.0"
25
25
  },
26
- "gitHead": "ef31aef8f2fff319d0f692feead332ec5fc5c7cf"
26
+ "gitHead": "e2adbe92c74631af9c98cb816286287f9f983053"
27
27
  }