Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*/
Expand Down
2 changes: 1 addition & 1 deletion baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*/
Expand Down
2 changes: 1 addition & 1 deletion baselines/ts5.6/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*/
Expand Down
2 changes: 1 addition & 1 deletion baselines/ts5.9/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*/
Expand Down
20 changes: 10 additions & 10 deletions inputfiles/mdn.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down