@zhead/schema
Advanced tools
Comparing version 0.9.5 to 0.9.6
@@ -609,2 +609,13 @@ interface BodyAttributes { | ||
/** | ||
* The color attribute is used with the mask-icon link type. | ||
* The attribute must only be specified on link elements that have a rel attribute | ||
* that contains the mask-icon keyword. | ||
* The value must be a string that matches the CSS <color> production, | ||
* defining a suggested color that user agents can use to customize the display | ||
* of the icon that the user sees when they pin your site. | ||
* | ||
* @see https://html.spec.whatwg.org/multipage/semantics.html#attr-link-color | ||
*/ | ||
color?: string; | ||
/** | ||
* This enumerated attribute indicates whether CORS must be used when fetching the resource. | ||
@@ -611,0 +622,0 @@ * CORS-enabled images can be reused in the <canvas> element without being tainted. |
{ | ||
"name": "@zhead/schema", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"packageManager": "pnpm@7.8.0", | ||
@@ -5,0 +5,0 @@ "author": "Harlan Wilton <harlan@harlanzw.com>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64711
1583