@markuplint/html-spec 2.2.1-dev.20220307.1 → 2.3.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/index.json CHANGED
@@ -13302,7 +13302,8 @@
13302
13302
  "allow-scripts",
13303
13303
  "allow-top-navigation",
13304
13304
  "allow-top-navigation-by-user-activation",
13305
- "allow-downloads"
13305
+ "allow-downloads",
13306
+ "allow-custom-protocols-navigation"
13306
13307
  ]
13307
13308
  },
13308
13309
  "caseInsensitive": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/html-spec",
3
- "version": "2.2.1-dev.20220307.1",
3
+ "version": "2.3.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>",
@@ -28,5 +28,5 @@
28
28
  "dependencies": {
29
29
  "@markuplint/ml-spec": "2.0.1-dev.20220307.0"
30
30
  },
31
- "gitHead": "c0a9d36c32ae278bd2fdb9ec9434fd4af46918c3"
31
+ "gitHead": "a3afaec438be673b82af0111fcb831e5fe35ad69"
32
32
  }
@@ -39,7 +39,8 @@
39
39
  "allow-scripts",
40
40
  "allow-top-navigation",
41
41
  "allow-top-navigation-by-user-activation",
42
- "allow-downloads"
42
+ "allow-downloads",
43
+ "allow-custom-protocols-navigation"
43
44
  ]
44
45
  },
45
46
  "caseInsensitive": true,