@types/web 0.0.298 → 0.0.299
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/README.md +1 -1
- package/index.d.ts +2 -1
- package/package.json +1 -1
- package/ts5.5/index.d.ts +2 -1
- package/ts5.6/index.d.ts +2 -1
- package/ts5.9/index.d.ts +2 -1
package/README.md
CHANGED
|
@@ -47,4 +47,4 @@ Prior to `@types/web` the web APIs were deployed with a version of TypeScript, a
|
|
|
47
47
|
|
|
48
48
|
## Deploy Metadata
|
|
49
49
|
|
|
50
|
-
You can read what changed in version 0.0.
|
|
50
|
+
You can read what changed in version 0.0.299 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.299.
|
package/index.d.ts
CHANGED
|
@@ -6353,6 +6353,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
6353
6353
|
*/
|
|
6354
6354
|
backgroundSize: string;
|
|
6355
6355
|
baselineShift: string;
|
|
6356
|
+
/** The baseline-source CSS property defines which baseline to use when inline-level boxes have multiple possible baselines, such as multi-line inline blocks or inline flex containers. The values allow for choosing between aligning to the box's first baseline, last baseline, or letting the browser decide automatically based on the box type. */
|
|
6356
6357
|
baselineSource: string;
|
|
6357
6358
|
/**
|
|
6358
6359
|
* The block-size CSS property defines the size of an element's block along the block axis. If the writing-mode is horizontal, it corresponds to the height; if the writing mode is vertical, it corresponds to the width. A related property is inline-size, which defines the other dimension of the element.
|
|
@@ -8606,7 +8607,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
8606
8607
|
*/
|
|
8607
8608
|
textRendering: string;
|
|
8608
8609
|
/**
|
|
8609
|
-
* The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its
|
|
8610
|
+
* The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its text-decoration. Each shadow is described by some combination of X and Y offsets from the element, blur radius, and color.
|
|
8610
8611
|
*
|
|
8611
8612
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-shadow)
|
|
8612
8613
|
*/
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -6343,6 +6343,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
6343
6343
|
*/
|
|
6344
6344
|
backgroundSize: string;
|
|
6345
6345
|
baselineShift: string;
|
|
6346
|
+
/** The baseline-source CSS property defines which baseline to use when inline-level boxes have multiple possible baselines, such as multi-line inline blocks or inline flex containers. The values allow for choosing between aligning to the box's first baseline, last baseline, or letting the browser decide automatically based on the box type. */
|
|
6346
6347
|
baselineSource: string;
|
|
6347
6348
|
/**
|
|
6348
6349
|
* The block-size CSS property defines the size of an element's block along the block axis. If the writing-mode is horizontal, it corresponds to the height; if the writing mode is vertical, it corresponds to the width. A related property is inline-size, which defines the other dimension of the element.
|
|
@@ -8596,7 +8597,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
8596
8597
|
*/
|
|
8597
8598
|
textRendering: string;
|
|
8598
8599
|
/**
|
|
8599
|
-
* The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its
|
|
8600
|
+
* The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its text-decoration. Each shadow is described by some combination of X and Y offsets from the element, blur radius, and color.
|
|
8600
8601
|
*
|
|
8601
8602
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-shadow)
|
|
8602
8603
|
*/
|
package/ts5.6/index.d.ts
CHANGED
|
@@ -6350,6 +6350,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
6350
6350
|
*/
|
|
6351
6351
|
backgroundSize: string;
|
|
6352
6352
|
baselineShift: string;
|
|
6353
|
+
/** The baseline-source CSS property defines which baseline to use when inline-level boxes have multiple possible baselines, such as multi-line inline blocks or inline flex containers. The values allow for choosing between aligning to the box's first baseline, last baseline, or letting the browser decide automatically based on the box type. */
|
|
6353
6354
|
baselineSource: string;
|
|
6354
6355
|
/**
|
|
6355
6356
|
* The block-size CSS property defines the size of an element's block along the block axis. If the writing-mode is horizontal, it corresponds to the height; if the writing mode is vertical, it corresponds to the width. A related property is inline-size, which defines the other dimension of the element.
|
|
@@ -8603,7 +8604,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
8603
8604
|
*/
|
|
8604
8605
|
textRendering: string;
|
|
8605
8606
|
/**
|
|
8606
|
-
* The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its
|
|
8607
|
+
* The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its text-decoration. Each shadow is described by some combination of X and Y offsets from the element, blur radius, and color.
|
|
8607
8608
|
*
|
|
8608
8609
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-shadow)
|
|
8609
8610
|
*/
|
package/ts5.9/index.d.ts
CHANGED
|
@@ -6350,6 +6350,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
6350
6350
|
*/
|
|
6351
6351
|
backgroundSize: string;
|
|
6352
6352
|
baselineShift: string;
|
|
6353
|
+
/** The baseline-source CSS property defines which baseline to use when inline-level boxes have multiple possible baselines, such as multi-line inline blocks or inline flex containers. The values allow for choosing between aligning to the box's first baseline, last baseline, or letting the browser decide automatically based on the box type. */
|
|
6353
6354
|
baselineSource: string;
|
|
6354
6355
|
/**
|
|
6355
6356
|
* The block-size CSS property defines the size of an element's block along the block axis. If the writing-mode is horizontal, it corresponds to the height; if the writing mode is vertical, it corresponds to the width. A related property is inline-size, which defines the other dimension of the element.
|
|
@@ -8603,7 +8604,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
8603
8604
|
*/
|
|
8604
8605
|
textRendering: string;
|
|
8605
8606
|
/**
|
|
8606
|
-
* The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its
|
|
8607
|
+
* The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its text-decoration. Each shadow is described by some combination of X and Y offsets from the element, blur radius, and color.
|
|
8607
8608
|
*
|
|
8608
8609
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-shadow)
|
|
8609
8610
|
*/
|