@markuplint/html-spec 3.1.0 → 3.2.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 +2 -2
  2. package/package.json +3 -3
package/index.json CHANGED
@@ -22826,7 +22826,7 @@
22826
22826
  "description": "A string indicating which referrer to use when fetching the resource: no-referrer: The Referer header will not be sent. no-referrer-when-downgrade: The Referer header will not be sent to origins without TLS (HTTPS). origin: The sent referrer will be limited to the origin of the referring page: its scheme, host, and port. origin-when-cross-origin: The referrer sent to other origins will be limited to the scheme, the host, and the port. Navigations on the same origin will still include the path. same-origin: A referrer will be sent for same origin, but cross-origin requests will contain no referrer information. strict-origin: Only send the origin of the document as the referrer when the protocol security level stays the same (HTTPS→HTTPS), but don't send it to a less secure destination (HTTPS→HTTP). strict-origin-when-cross-origin (default): Send a full URL when performing a same-origin request, only send the origin when the protocol security level stays the same (HTTPS→HTTPS), and send no header to a less secure destination (HTTPS→HTTP). unsafe-url: The referrer will include the origin and the path (but not the fragment, password, or username). This value is unsafe, because it leaks origins and paths from TLS-protected resources to insecure origins."
22827
22827
  },
22828
22828
  "rel": {
22829
- "description": "For anchors containing the href attribute, this attribute specifies the relationship of the target object to the link object. The value is a space-separated list of link types values. The values and their semantics will be registered by some authority that might have meaning to the document author. The default relationship, if no other is given, is void. Use this attribute only if the href attribute is present."
22829
+ "description": "For anchors containing the href attribute, this attribute specifies the relationship of the target object to the link object. The value is a space-separated list of link types. The values and their semantics will be registered by some authority that might have meaning to the document author. The default relationship, if no other is given, is void. Use this attribute only if the href attribute is present."
22830
22830
  },
22831
22831
  "shape": {
22832
22832
  "type": {
@@ -23569,7 +23569,7 @@
23569
23569
  {
23570
23570
  "name": "cite",
23571
23571
  "cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/cite",
23572
- "description": "The <cite> HTML element is used to describe a reference to a cited creative work, and must include the title of that work. The reference may be in an abbreviated form according to context-appropriate conventions related to citation metadata.",
23572
+ "description": "The <cite> HTML element is used to mark up the title of a cited creative work. The reference may be in an abbreviated form according to context-appropriate conventions related to citation metadata.",
23573
23573
  "categories": ["#flow", "#phrasing", "#palpable"],
23574
23574
  "contentModel": {
23575
23575
  "contents": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/html-spec",
3
- "version": "3.1.0",
3
+ "version": "3.2.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
  "strip-json-comments": "3"
27
27
  },
28
28
  "dependencies": {
29
- "@markuplint/ml-spec": "3.1.0"
29
+ "@markuplint/ml-spec": "3.2.0"
30
30
  },
31
- "gitHead": "0e75df6944f453bc19d2a6e05ad264788a8dc149"
31
+ "gitHead": "26b04e045d91e29befca34c10dda2147b1bca9c7"
32
32
  }