@markuplint/html-spec 4.2.0 → 4.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.
Files changed (2) hide show
  1. package/index.json +7 -2
  2. package/package.json +2 -2
package/index.json CHANGED
@@ -35735,6 +35735,9 @@
35735
35735
  "onpageshow": {
35736
35736
  "type": "FunctionBody"
35737
35737
  },
35738
+ "onpageswap": {
35739
+ "type": "FunctionBody"
35740
+ },
35738
35741
  "onpopstate": {
35739
35742
  "type": "FunctionBody"
35740
35743
  },
@@ -37430,7 +37433,8 @@
37430
37433
  },
37431
37434
  "browsingtopics": {
37432
37435
  "description": "A boolean attribute that, if present, specifies that the selected topics for the current user should be sent with the request for the <iframe>'s source. See Using the Topics API for more details.",
37433
- "experimental": true
37436
+ "experimental": true,
37437
+ "nonStandard": true
37434
37438
  },
37435
37439
  "credentialless": {
37436
37440
  "description": "Set to true to make the <iframe> credentialless, meaning that its content will be loaded in a new, ephemeral context. It doesn't have access to the network, cookies, and storage data associated with its origin. It uses a new context local to the top-level document lifetime. In return, the Cross-Origin-Embedder-Policy (COEP) embedding rules can be lifted, so documents with COEP set can embed third-party documents that do not. See IFrame credentialless for more details.",
@@ -38824,6 +38828,7 @@
38824
38828
  "canonical",
38825
38829
  "author",
38826
38830
  "dns-prefetch",
38831
+ "expect",
38827
38832
  "help",
38828
38833
  "icon",
38829
38834
  "manifest",
@@ -40649,7 +40654,7 @@
40649
40654
  "name": "style",
40650
40655
  "cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/style",
40651
40656
  "description": "The <style> HTML element contains style information for a document, or part of a document. It contains CSS, which is applied to the contents of the document containing the <style> element.",
40652
- "categories": ["#metadata", "#flow"],
40657
+ "categories": ["#metadata"],
40653
40658
  "contentModel": {
40654
40659
  "contents": [
40655
40660
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/html-spec",
3
- "version": "4.2.0",
3
+ "version": "4.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>",
@@ -23,5 +23,5 @@
23
23
  "dependencies": {
24
24
  "@markuplint/ml-spec": "4.1.0"
25
25
  },
26
- "gitHead": "d5d99c5d84b676f8b2bb84684533ed74cf2f1da6"
26
+ "gitHead": "f750e5da19f5526995f80292c249d1592324b333"
27
27
  }