@markuplint/html-spec 2.2.0 → 2.2.1-dev.20220307.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
  },
@@ -14388,13 +14388,7 @@
14388
14388
  },
14389
14389
  "implicitRole": {
14390
14390
  "summary": "link with href attribute",
14391
- "role": false,
14392
- "conditions": [
14393
- {
14394
- "condition": "[href]",
14395
- "role": "link"
14396
- }
14397
- ]
14391
+ "role": false
14398
14392
  },
14399
14393
  "omittion": false,
14400
14394
  "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.2.1-dev.20220307.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.0"
30
30
  },
31
- "gitHead": "b76084dbdb538119a29fd07b19110ef7d3a44670"
31
+ "gitHead": "ea7e2765ab6e1f91e8aa49932ab26fb57c2425d4"
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
  }