@markuplint/html-spec 2.2.0 → 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
@@ -12633,11 +12633,11 @@
12633
12633
  },
12634
12634
  "implicitRole": {
12635
12635
  "summary": "form if the form has an accessible name, otherwise no corresponding role",
12636
- "role": "form",
12636
+ "role": false,
12637
12637
  "conditions": [
12638
12638
  {
12639
12639
  "condition": "#hasAccname",
12640
- "role": false
12640
+ "role": "form"
12641
12641
  }
12642
12642
  ]
12643
12643
  },
@@ -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,
@@ -14388,13 +14389,7 @@
14388
14389
  },
14389
14390
  "implicitRole": {
14390
14391
  "summary": "link with href attribute",
14391
- "role": false,
14392
- "conditions": [
14393
- {
14394
- "condition": "[href]",
14395
- "role": "link"
14396
- }
14397
- ]
14392
+ "role": false
14398
14393
  },
14399
14394
  "omittion": false,
14400
14395
  "globalAttrs": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/html-spec",
3
- "version": "2.2.0",
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>",
@@ -26,7 +26,7 @@
26
26
  "node-fetch": "2"
27
27
  },
28
28
  "dependencies": {
29
- "@markuplint/ml-spec": "2.0.0"
29
+ "@markuplint/ml-spec": "2.0.1-dev.20220307.0"
30
30
  },
31
- "gitHead": "b76084dbdb538119a29fd07b19110ef7d3a44670"
31
+ "gitHead": "a3afaec438be673b82af0111fcb831e5fe35ad69"
32
32
  }
@@ -3,11 +3,11 @@
3
3
  "roles": ["search", "none", "presentation"]
4
4
  },
5
5
  "implicitRole": {
6
- "role": "form",
6
+ "role": false,
7
7
  "conditions": [
8
8
  {
9
9
  "condition": "#hasAccname",
10
- "role": false
10
+ "role": "form"
11
11
  }
12
12
  ]
13
13
  }
@@ -3,12 +3,6 @@
3
3
  "roles": false
4
4
  },
5
5
  "implicitRole": {
6
- "role": false,
7
- "conditions": [
8
- {
9
- "condition": "[href]",
10
- "role": "link"
11
- }
12
- ]
6
+ "role": false
13
7
  }
14
8
  }
@@ -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,