Skip to content

Commit 0128bbe

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 43d4792 commit 0128bbe

File tree

5 files changed

+85
-10
lines changed

5 files changed

+85
-10
lines changed

baselines/dom.generated.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7997,7 +7997,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
79977997
*/
79987998
left: string;
79997999
/**
8000-
* The letter-spacing CSS property sets the horizontal spacing behavior between text characters. This value is added to the natural spacing between characters while rendering the text. Positive values of letter-spacing causes characters to spread farther apart, while negative values of letter-spacing bring characters closer together.
8000+
* The letter-spacing CSS property sets the spacing between text characters. This value is added to the natural spacing between characters while rendering the text. Positive values of letter-spacing spread characters further apart, while negative values of letter-spacing bring characters closer together.
80018001
*
80028002
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/letter-spacing)
80038003
*/
@@ -9762,7 +9762,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
97629762
*/
97639763
wordBreak: string;
97649764
/**
9765-
* The word-spacing CSS property sets the length of space between words and between tags.
9765+
* The word-spacing CSS property sets the spacing between words and between tags.
97669766
*
97679767
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/word-spacing)
97689768
*/

baselines/ts5.5/dom.generated.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7987,7 +7987,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
79877987
*/
79887988
left: string;
79897989
/**
7990-
* The letter-spacing CSS property sets the horizontal spacing behavior between text characters. This value is added to the natural spacing between characters while rendering the text. Positive values of letter-spacing causes characters to spread farther apart, while negative values of letter-spacing bring characters closer together.
7990+
* The letter-spacing CSS property sets the spacing between text characters. This value is added to the natural spacing between characters while rendering the text. Positive values of letter-spacing spread characters further apart, while negative values of letter-spacing bring characters closer together.
79917991
*
79927992
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/letter-spacing)
79937993
*/
@@ -9752,7 +9752,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
97529752
*/
97539753
wordBreak: string;
97549754
/**
9755-
* The word-spacing CSS property sets the length of space between words and between tags.
9755+
* The word-spacing CSS property sets the spacing between words and between tags.
97569756
*
97579757
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/word-spacing)
97589758
*/

baselines/ts5.6/dom.generated.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7994,7 +7994,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
79947994
*/
79957995
left: string;
79967996
/**
7997-
* The letter-spacing CSS property sets the horizontal spacing behavior between text characters. This value is added to the natural spacing between characters while rendering the text. Positive values of letter-spacing causes characters to spread farther apart, while negative values of letter-spacing bring characters closer together.
7997+
* The letter-spacing CSS property sets the spacing between text characters. This value is added to the natural spacing between characters while rendering the text. Positive values of letter-spacing spread characters further apart, while negative values of letter-spacing bring characters closer together.
79987998
*
79997999
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/letter-spacing)
80008000
*/
@@ -9759,7 +9759,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
97599759
*/
97609760
wordBreak: string;
97619761
/**
9762-
* The word-spacing CSS property sets the length of space between words and between tags.
9762+
* The word-spacing CSS property sets the spacing between words and between tags.
97639763
*
97649764
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/word-spacing)
97659765
*/

baselines/ts5.9/dom.generated.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7994,7 +7994,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
79947994
*/
79957995
left: string;
79967996
/**
7997-
* The letter-spacing CSS property sets the horizontal spacing behavior between text characters. This value is added to the natural spacing between characters while rendering the text. Positive values of letter-spacing causes characters to spread farther apart, while negative values of letter-spacing bring characters closer together.
7997+
* The letter-spacing CSS property sets the spacing between text characters. This value is added to the natural spacing between characters while rendering the text. Positive values of letter-spacing spread characters further apart, while negative values of letter-spacing bring characters closer together.
79987998
*
79997999
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/letter-spacing)
80008000
*/
@@ -9759,7 +9759,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
97599759
*/
97609760
wordBreak: string;
97619761
/**
9762-
* The word-spacing CSS property sets the length of space between words and between tags.
9762+
* The word-spacing CSS property sets the spacing between words and between tags.
97639763
*
97649764
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/word-spacing)
97659765
*/

inputfiles/mdn.json

Lines changed: 77 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20134,6 +20134,11 @@
2013420134
"pageType": "web-api-instance-property",
2013520135
"summary": "Returns a PluginArray object, listing the Plugin objects describing the plugins installed in the application.\nNamed properties of the returned object are not enumerable (except in very old browser versions)."
2013620136
},
20137+
{
20138+
"mdn_url": "/en-US/docs/Web/API/Navigator/preferences",
20139+
"pageType": "web-api-instance-property",
20140+
"summary": "The preferences read-only property of the Navigator interface returns a PreferenceManager object for the current document. This is the entry point for the User Preferences API functionality."
20141+
},
2013720142
{
2013820143
"mdn_url": "/en-US/docs/Web/API/Navigator/presentation",
2013920144
"pageType": "web-api-instance-property",
@@ -22874,6 +22879,71 @@
2287422879
"pageType": "web-api-instance-method",
2287522880
"summary": "The resetSensor() method of the VRDisplay interface can be used to reset the sensor if desired, returning the position and orientation values to zero."
2287622881
},
22882+
{
22883+
"mdn_url": "/en-US/docs/Web/API/PreferenceManager",
22884+
"pageType": "web-api-interface",
22885+
"summary": "The PreferenceManager interface of the User Preferences API provides access to PreferenceObject objects used to query and modify user preferences."
22886+
},
22887+
{
22888+
"mdn_url": "/en-US/docs/Web/API/PreferenceManager/colorScheme",
22889+
"pageType": "web-api-instance-property",
22890+
"summary": "The colorScheme read-only property of the PreferenceManager interface returns a PreferenceObject used to override the user's preference for the color scheme of the site."
22891+
},
22892+
{
22893+
"mdn_url": "/en-US/docs/Web/API/PreferenceManager/contrast",
22894+
"pageType": "web-api-instance-property",
22895+
"summary": "The contrast read-only property of the PreferenceManager interface returns a PreferenceObject used to override the user's preference for the color scheme of the site."
22896+
},
22897+
{
22898+
"mdn_url": "/en-US/docs/Web/API/PreferenceManager/reducedData",
22899+
"pageType": "web-api-instance-property",
22900+
"summary": "The reducedData read-only property of the PreferenceManager interface returns a PreferenceObject used to override the user's preference for the reduced data of the site."
22901+
},
22902+
{
22903+
"mdn_url": "/en-US/docs/Web/API/PreferenceManager/reducedMotion",
22904+
"pageType": "web-api-instance-property",
22905+
"summary": "The reducedMotion read-only property of the PreferenceManager interface returns the PreferenceObject used to override the user's preference for the reduced motion of the site."
22906+
},
22907+
{
22908+
"mdn_url": "/en-US/docs/Web/API/PreferenceManager/reducedTransparency",
22909+
"pageType": "web-api-instance-property",
22910+
"summary": "The reducedTransparency read-only property of the PreferenceManager interface returns the PreferenceObject used to override the user's preference for the reduced transparency of the site."
22911+
},
22912+
{
22913+
"mdn_url": "/en-US/docs/Web/API/PreferenceObject",
22914+
"pageType": "web-api-interface",
22915+
"summary": "The PreferenceObject interface of the User Preferences API provides attributes and methods for reading and overriding user preferences."
22916+
},
22917+
{
22918+
"mdn_url": "/en-US/docs/Web/API/PreferenceObject/change_event",
22919+
"pageType": "web-api-event",
22920+
"summary": "The change event of the PreferenceObject interface is fired when a PreferenceObject override value changes. This can happen due to requestOverride or clearOverride method calls."
22921+
},
22922+
{
22923+
"mdn_url": "/en-US/docs/Web/API/PreferenceObject/clearOverride",
22924+
"pageType": "web-api-instance-method",
22925+
"summary": "The clearOverride method of the PreferenceObject interface resets the must be provided value."
22926+
},
22927+
{
22928+
"mdn_url": "/en-US/docs/Web/API/PreferenceObject/override",
22929+
"pageType": "web-api-instance-method",
22930+
"summary": "The override read-only property of the PreferenceObject interface returns the override of a preference if one is set, null otherwise."
22931+
},
22932+
{
22933+
"mdn_url": "/en-US/docs/Web/API/PreferenceObject/requestOverride",
22934+
"pageType": "web-api-instance-method",
22935+
"summary": "The requestOverride method of the PreferenceObject interface sets an must be provided value for a particular preference."
22936+
},
22937+
{
22938+
"mdn_url": "/en-US/docs/Web/API/PreferenceObject/validValues",
22939+
"pageType": "web-api-instance-property",
22940+
"summary": "The validValues read-only property of the PreferenceObject interface returns a read-only array of values that are accepted by the override."
22941+
},
22942+
{
22943+
"mdn_url": "/en-US/docs/Web/API/PreferenceObject/value",
22944+
"pageType": "web-api-instance-property",
22945+
"summary": "The value read-only property of the PreferenceManager interface returns the override value of a preference if one is set, or the UA-defined value if an override value is not set."
22946+
},
2287722947
{
2287822948
"mdn_url": "/en-US/docs/Web/API/Presentation",
2287922949
"pageType": "web-api-interface",
@@ -33439,6 +33509,11 @@
3343933509
"pageType": "web-api-interface",
3344033510
"summary": "The USBOutTransferResult interface of the WebUSB API provides the result from a call to the transferOut() and controlTransferOut() methods of the USBDevice interface. It represents the result from requesting a transfer of data from the USB host to the USB device."
3344133511
},
33512+
{
33513+
"mdn_url": "/en-US/docs/Web/API/User_Preferences_API",
33514+
"pageType": "web-api-overview",
33515+
"summary": "The User Preferences API allows page authors to programmatically override user preference-related media query settings."
33516+
},
3344233517
{
3344333518
"mdn_url": "/en-US/docs/Web/API/User-Agent_Client_Hints_API",
3344433519
"pageType": "web-api-overview",
@@ -41072,7 +41147,7 @@
4107241147
{
4107341148
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/letter-spacing",
4107441149
"pageType": "css-property",
41075-
"summary": "The letter-spacing CSS property sets the horizontal spacing behavior between text characters. This value is added to the natural spacing between characters while rendering the text. Positive values of letter-spacing causes characters to spread farther apart, while negative values of letter-spacing bring characters closer together."
41150+
"summary": "The letter-spacing CSS property sets the spacing between text characters. This value is added to the natural spacing between characters while rendering the text. Positive values of letter-spacing spread characters further apart, while negative values of letter-spacing bring characters closer together."
4107641151
},
4107741152
{
4107841153
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/lighting-color",
@@ -42312,7 +42387,7 @@
4231242387
{
4231342388
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/word-spacing",
4231442389
"pageType": "css-property",
42315-
"summary": "The word-spacing CSS property sets the length of space between words and between tags."
42390+
"summary": "The word-spacing CSS property sets the spacing between words and between tags."
4231642391
},
4231742392
{
4231842393
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/writing-mode",

0 commit comments

Comments
 (0)