|
12622 | 12622 | { |
12623 | 12623 | "mdn_url": "/en-US/docs/Web/API/HTMLDialogElement/cancel_event", |
12624 | 12624 | "pageType": "web-api-event", |
12625 | | - "summary": "The cancel event fires on a <dialog> element when the user instructs the browser that they wish to dismiss the current open dialog. The browser fires this event when the user presses the Esc key." |
| 12625 | + "summary": "The cancel event fires on a <dialog> element when the user triggers a close request." |
12626 | 12626 | }, |
12627 | 12627 | { |
12628 | 12628 | "mdn_url": "/en-US/docs/Web/API/HTMLDialogElement/close", |
@@ -12657,12 +12657,12 @@ |
12657 | 12657 | { |
12658 | 12658 | "mdn_url": "/en-US/docs/Web/API/HTMLDialogElement/show", |
12659 | 12659 | "pageType": "web-api-instance-method", |
12660 | | - "summary": "The show() method of the HTMLDialogElement interface displays the dialog modelessly, i.e., still allowing interaction with content outside of the dialog." |
| 12660 | + "summary": "The show() method of the HTMLDialogElement interface displays the dialog as a non-modal dialog." |
12661 | 12661 | }, |
12662 | 12662 | { |
12663 | 12663 | "mdn_url": "/en-US/docs/Web/API/HTMLDialogElement/showModal", |
12664 | 12664 | "pageType": "web-api-instance-method", |
12665 | | - "summary": "The showModal() method of the\nHTMLDialogElement interface displays the dialog as a modal, over the top\nof any other dialogs that might be present. It displays in the top layer, along with a\n::backdrop pseudo-element. Elements inside the same document as the dialog, except the dialog and its descendants, become inert (as if the inert attribute is specified). Only the containing document becomes blocked; if the dialog is rendered inside an iframe, the rest of the page remains interactive." |
| 12665 | + "summary": "The showModal() method of the HTMLDialogElement interface displays the dialog as a modal dialog, over the top of any other dialogs or elements that might be visible." |
12666 | 12666 | }, |
12667 | 12667 | { |
12668 | 12668 | "mdn_url": "/en-US/docs/Web/API/HTMLDivElement", |
@@ -19047,12 +19047,12 @@ |
19047 | 19047 | { |
19048 | 19048 | "mdn_url": "/en-US/docs/Web/API/MouseEvent/movementX", |
19049 | 19049 | "pageType": "web-api-instance-property", |
19050 | | - "summary": "The movementX read-only property of the MouseEvent interface provides the difference in the X coordinate of the mouse pointer between the given event and the previous mousemove event.\nIn other words, the value of the property is computed like this: currentEvent.movementX = currentEvent.screenX - previousEvent.screenX." |
| 19050 | + "summary": "The movementX read-only property of the MouseEvent interface provides the difference in the X coordinate of the mouse (or pointer) between the given move event and the previous move event of the same type." |
19051 | 19051 | }, |
19052 | 19052 | { |
19053 | 19053 | "mdn_url": "/en-US/docs/Web/API/MouseEvent/movementY", |
19054 | 19054 | "pageType": "web-api-instance-property", |
19055 | | - "summary": "The movementY read-only property of the MouseEvent interface provides the difference in the Y coordinate of the mouse pointer between the given event and the previous mousemove event.\nIn other words, the value of the property is computed like this: currentEvent.movementY = currentEvent.screenY - previousEvent.screenY." |
| 19055 | + "summary": "The movementY read-only property of the MouseEvent interface provides the difference in the Y coordinate of the mouse (or pointer) between the given move event and the previous move event of the same type." |
19056 | 19056 | }, |
19057 | 19057 | { |
19058 | 19058 | "mdn_url": "/en-US/docs/Web/API/MouseEvent/mozInputSource", |
|
19697 | 19697 | { |
19698 | 19698 | "mdn_url": "/en-US/docs/Web/API/Navigator/deviceMemory", |
19699 | 19699 | "pageType": "web-api-instance-property", |
19700 | | - "summary": "The deviceMemory read-only\nproperty of the Navigator interface returns the approximate amount of\ndevice memory in gigabytes." |
| 19700 | + "summary": "The deviceMemory read-only property of the Navigator interface returns the approximate amount of device memory in gigabytes." |
19701 | 19701 | }, |
19702 | 19702 | { |
19703 | 19703 | "mdn_url": "/en-US/docs/Web/API/Navigator/devicePosture", |
|
20012 | 20012 | { |
20013 | 20013 | "mdn_url": "/en-US/docs/Web/API/NavigatorUAData/getHighEntropyValues", |
20014 | 20014 | "pageType": "web-api-instance-method", |
20015 | | - "summary": "The getHighEntropyValues() method of the NavigatorUAData interface is a Promise that resolves with a dictionary object containing the high entropy values the user-agent returns." |
| 20015 | + "summary": "The getHighEntropyValues() method of the NavigatorUAData interface returns a Promise that resolves with a dictionary object containing low entropy information and requested high entropy information about the browser." |
20016 | 20016 | }, |
20017 | 20017 | { |
20018 | 20018 | "mdn_url": "/en-US/docs/Web/API/NavigatorUAData/mobile", |
|
21137 | 21137 | { |
21138 | 21138 | "mdn_url": "/en-US/docs/Web/API/Path2D/Path2D", |
21139 | 21139 | "pageType": "web-api-constructor", |
21140 | | - "summary": "The Path2D() constructor returns a newly instantiated\nPath2D object, optionally with another path as an argument (creates a\ncopy), or optionally with a string consisting of SVG path data." |
| 21140 | + "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." |
21141 | 21141 | }, |
21142 | 21142 | { |
21143 | 21143 | "mdn_url": "/en-US/docs/Web/API/Payment_Handler_API", |
|
37567 | 37567 | { |
37568 | 37568 | "mdn_url": "/en-US/docs/Web/API/WorkerNavigator/deviceMemory", |
37569 | 37569 | "pageType": "web-api-instance-property", |
37570 | | - "summary": "The deviceMemory read-only\nproperty of the WorkerNavigator interface returns the approximate amount of\ndevice memory in gigabytes." |
| 37570 | + "summary": "The deviceMemory read-only property of the WorkerNavigator interface returns the approximate amount of device memory in gigabytes." |
37571 | 37571 | }, |
37572 | 37572 | { |
37573 | 37573 | "mdn_url": "/en-US/docs/Web/API/WorkerNavigator/globalPrivacyControl", |
|
0 commit comments