@markuplint/html-spec 4.0.0-alpha.11 → 4.0.0-alpha.12

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 -9
  2. package/package.json +5 -5
package/index.json CHANGED
@@ -36176,13 +36176,7 @@
36176
36176
  "#GlobalEventAttrs": true,
36177
36177
  "#HTMLGlobalAttrs": true
36178
36178
  },
36179
- "attributes": {
36180
- "nowrap": {
36181
- "description": "If the value of this attribute is set to yes, the definition text will not wrap. The default value is no.",
36182
- "deprecated": true,
36183
- "nonStandard": true
36184
- }
36185
- }
36179
+ "attributes": {}
36186
36180
  },
36187
36181
  {
36188
36182
  "name": "del",
@@ -41605,8 +41599,7 @@
41605
41599
  "description": "This enumerated attribute indicates whether to use CORS to fetch the related video. CORS-enabled resources can be reused in the <canvas> element without being tainted. The allowed values are: anonymous Sends a cross-origin request without a credential. In other words, it sends the Origin: HTTP header without a cookie, X.509 certificate, or performing HTTP Basic authentication. If the server does not give credentials to the origin site (by not setting the Access-Control-Allow-Origin: HTTP header), the resource will be tainted, and its usage restricted. use-credentials Sends a cross-origin request with a credential. In other words, it sends the Origin: HTTP header with a cookie, a certificate, or performing HTTP Basic authentication. If the server does not give credentials to the origin site (through Access-Control-Allow-Credentials: HTTP header), the resource will be tainted and its usage restricted. When not present, the resource is fetched without a CORS request (i.e. without sending the Origin: HTTP header), preventing its non-tainted use in <canvas> elements. If invalid, it is handled as if the enumerated keyword anonymous was used. See CORS settings attributes for additional information."
41606
41600
  },
41607
41601
  "disablepictureinpicture": {
41608
- "description": "Prevents the browser from suggesting a Picture-in-Picture context menu or to request Picture-in-Picture automatically in some cases.",
41609
- "experimental": true
41602
+ "description": "Prevents the browser from suggesting a Picture-in-Picture context menu or to request Picture-in-Picture automatically in some cases."
41610
41603
  },
41611
41604
  "disableremoteplayback": {
41612
41605
  "description": "A Boolean attribute used to disable the capability of remote playback in devices that are attached using wired (HDMI, DVI, etc.) and wireless technologies (Miracast, Chromecast, DLNA, AirPlay, etc.). In Safari, you can use x-webkit-airplay=\"deny\" as a fallback."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/html-spec",
3
- "version": "4.0.0-alpha.11",
3
+ "version": "4.0.0-alpha.12",
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>",
@@ -17,11 +17,11 @@
17
17
  "gen:prettier": "prettier --write index.json"
18
18
  },
19
19
  "devDependencies": {
20
- "@markuplint/spec-generator": "4.0.0-alpha.11",
21
- "@markuplint/test-tools": "4.0.0-alpha.11"
20
+ "@markuplint/spec-generator": "4.0.0-alpha.12",
21
+ "@markuplint/test-tools": "4.0.0-alpha.12"
22
22
  },
23
23
  "dependencies": {
24
- "@markuplint/ml-spec": "4.0.0-alpha.11"
24
+ "@markuplint/ml-spec": "4.0.0-alpha.12"
25
25
  },
26
- "gitHead": "78ab1adaa4e178b4187f6c5f135bb8fc0c8f4b9e"
26
+ "gitHead": "191a62a03d04cdf5a5135f58bcddf1119f7527d4"
27
27
  }