From 9b320bce5322eef3124537240aec5aedf5667dd9 Mon Sep 17 00:00:00 2001 From: orta <49038+orta@users.noreply.github.com> Date: Mon, 9 Mar 2026 08:23:22 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20core=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- baselines/dom.generated.d.ts | 2 +- baselines/ts5.5/dom.generated.d.ts | 2 +- baselines/ts5.6/dom.generated.d.ts | 2 +- baselines/ts5.9/dom.generated.d.ts | 2 +- inputfiles/mdn.json | 20 ++++++++++---------- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/baselines/dom.generated.d.ts b/baselines/dom.generated.d.ts index fd24c48a2..5acd208bd 100644 --- a/baselines/dom.generated.d.ts +++ b/baselines/dom.generated.d.ts @@ -8075,7 +8075,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { */ marginBottom: string; /** - * The margin-inline CSS shorthand property is a shorthand property that defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation. + * The margin-inline CSS shorthand property defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation. * * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin-inline) */ diff --git a/baselines/ts5.5/dom.generated.d.ts b/baselines/ts5.5/dom.generated.d.ts index 441e1fcd0..b6e17077b 100644 --- a/baselines/ts5.5/dom.generated.d.ts +++ b/baselines/ts5.5/dom.generated.d.ts @@ -8065,7 +8065,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { */ marginBottom: string; /** - * The margin-inline CSS shorthand property is a shorthand property that defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation. + * The margin-inline CSS shorthand property defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation. * * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin-inline) */ diff --git a/baselines/ts5.6/dom.generated.d.ts b/baselines/ts5.6/dom.generated.d.ts index e5c29930d..7b212470f 100644 --- a/baselines/ts5.6/dom.generated.d.ts +++ b/baselines/ts5.6/dom.generated.d.ts @@ -8072,7 +8072,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { */ marginBottom: string; /** - * The margin-inline CSS shorthand property is a shorthand property that defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation. + * The margin-inline CSS shorthand property defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation. * * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin-inline) */ diff --git a/baselines/ts5.9/dom.generated.d.ts b/baselines/ts5.9/dom.generated.d.ts index 22cdc2aba..b7c94593a 100644 --- a/baselines/ts5.9/dom.generated.d.ts +++ b/baselines/ts5.9/dom.generated.d.ts @@ -8072,7 +8072,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { */ marginBottom: string; /** - * The margin-inline CSS shorthand property is a shorthand property that defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation. + * The margin-inline CSS shorthand property defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation. * * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin-inline) */ diff --git a/inputfiles/mdn.json b/inputfiles/mdn.json index 7735017b5..0315d7009 100644 --- a/inputfiles/mdn.json +++ b/inputfiles/mdn.json @@ -2257,7 +2257,7 @@ { "mdn_url": "/en-US/docs/Web/API/CanMakePaymentEvent", "pageType": "web-api-interface", - "summary": "The CanMakePaymentEvent interface of the Payment Handler API is the event object for the canmakepayment event, fired on a payment app's service worker to check whether it is ready to handle a payment. Specifically, it is fired when the merchant website calls the PaymentRequest() constructor." + "summary": "The CanMakePaymentEvent interface of the Web-based Payment Handler API is the event object for the canmakepayment event, fired on a payment app's service worker to check whether it is ready to handle a payment. Specifically, it is fired when the merchant website calls the PaymentRequest() constructor." }, { "mdn_url": "/en-US/docs/Web/API/CanMakePaymentEvent/CanMakePaymentEvent", @@ -21419,11 +21419,6 @@ "pageType": "web-api-constructor", "summary": "The Path2D() constructor returns a newly instantiated Path2D object, optionally with another path as an argument (creates a copy), or optionally with a string consisting of SVG path data." }, - { - "mdn_url": "/en-US/docs/Web/API/Payment_Handler_API", - "pageType": "web-api-overview", - "summary": "The Payment Handler API provides a standardized set of functionality for web applications to directly handle payments, rather than having to be redirected to a separate site for payment handling." - }, { "mdn_url": "/en-US/docs/Web/API/Payment_Request_API", "pageType": "web-api-overview", @@ -21507,7 +21502,7 @@ { "mdn_url": "/en-US/docs/Web/API/PaymentManager", "pageType": "web-api-interface", - "summary": "The PaymentManager interface of the Payment Handler API is used to manage various aspects of payment app functionality." + "summary": "The PaymentManager interface of the Web-based Payment Handler API is used to manage various aspects of payment app functionality." }, { "mdn_url": "/en-US/docs/Web/API/PaymentManager/enableDelegations", @@ -21517,7 +21512,7 @@ { "mdn_url": "/en-US/docs/Web/API/PaymentManager/userHint", "pageType": "web-api-instance-property", - "summary": "The userHint property of the PaymentManager interface provides a hint for the browser to display along with the payment app's name and icon in the Payment Handler UI." + "summary": "The userHint property of the PaymentManager interface provides a hint for the browser to display along with the payment app's name and icon in the Web-based Payment Handler UI." }, { "mdn_url": "/en-US/docs/Web/API/PaymentMethodChangeEvent", @@ -21612,7 +21607,7 @@ { "mdn_url": "/en-US/docs/Web/API/PaymentRequestEvent", "pageType": "web-api-interface", - "summary": "The PaymentRequestEvent interface of the Payment Handler API is the object passed to a payment handler when a PaymentRequest is made." + "summary": "The PaymentRequestEvent interface of the Web-based Payment Handler API is the object passed to a payment handler when a PaymentRequest is made." }, { "mdn_url": "/en-US/docs/Web/API/PaymentRequestEvent/changePaymentMethod", @@ -34739,6 +34734,11 @@ "pageType": "guide", "summary": "Web Workers are a simple means for web content to run scripts in background threads. The worker thread can perform tasks without interfering with the user interface. In addition, they can make network requests using the fetch() or XMLHttpRequest APIs. Once created, a worker can send messages to the JavaScript code that created it by posting messages to an event handler specified by that code (and vice versa)." }, + { + "mdn_url": "/en-US/docs/Web/API/Web-Based_Payment_Handler_API", + "pageType": "web-api-overview", + "summary": "The Web-based Payment Handler API provides a standardized set of functionality for web applications to directly handle payments, rather than having to be redirected to a separate site for payment handling." + }, { "mdn_url": "/en-US/docs/Web/API/WebCodecs_API", "pageType": "web-api-overview", @@ -41147,7 +41147,7 @@ { "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/margin-inline", "pageType": "css-shorthand-property", - "summary": "The margin-inline CSS shorthand property is a shorthand property that defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation." + "summary": "The margin-inline CSS shorthand property defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation." }, { "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/margin-inline-end",