@markuplint/html-spec 4.0.0-alpha.2 → 4.0.0-dev.28

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 +15 -15
  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
  },
@@ -39031,7 +39019,11 @@
39031
39019
  },
39032
39020
  "blocking": {
39033
39021
  "type": {
39034
- "enum": ["render"]
39022
+ "token": {
39023
+ "enum": ["render"]
39024
+ },
39025
+ "separator": "space",
39026
+ "unique": true
39035
39027
  },
39036
39028
  "condition": "[rel~='stylesheet' i]"
39037
39029
  },
@@ -40493,7 +40485,11 @@
40493
40485
  },
40494
40486
  "blocking": {
40495
40487
  "type": {
40496
- "enum": ["render"]
40488
+ "token": {
40489
+ "enum": ["render"]
40490
+ },
40491
+ "separator": "space",
40492
+ "unique": true
40497
40493
  }
40498
40494
  },
40499
40495
  "charset": {
@@ -40938,7 +40934,11 @@
40938
40934
  "attributes": {
40939
40935
  "blocking": {
40940
40936
  "type": {
40941
- "enum": ["render"]
40937
+ "token": {
40938
+ "enum": ["render"]
40939
+ },
40940
+ "separator": "space",
40941
+ "unique": true
40942
40942
  }
40943
40943
  },
40944
40944
  "media": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/html-spec",
3
- "version": "4.0.0-alpha.2",
3
+ "version": "4.0.0-dev.28+0131de5e",
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": "4.0.0-alpha.2",
21
- "@markuplint/test-tools": "4.0.0-alpha.2"
20
+ "@markuplint/spec-generator": "4.0.0-alpha.3",
21
+ "@markuplint/test-tools": "4.0.0-alpha.3"
22
22
  },
23
23
  "dependencies": {
24
- "@markuplint/ml-spec": "4.0.0-alpha.2"
24
+ "@markuplint/ml-spec": "4.0.0-dev.28+0131de5e"
25
25
  },
26
- "gitHead": "51ad52c760435641f9bff8685707d8178b0787eb"
26
+ "gitHead": "0131de5ea9dd6d3fd5472d7b414b66644c758881"
27
27
  }