diff --git a/baselines/dom.generated.d.ts b/baselines/dom.generated.d.ts
index 1ad6424b5..8fbbfcbb0 100644
--- a/baselines/dom.generated.d.ts
+++ b/baselines/dom.generated.d.ts
@@ -25307,7 +25307,7 @@ declare var NavigationHistoryEntry: {
};
/**
- * The **`NavigationPrecommitController`** interface of the Navigation API defines redirect behavior for a navigation precommit handler.
+ * The **`NavigationPrecommitController`** interface of the Navigation API is passed as an argument to a navigation precommit handler callback.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationPrecommitController)
*/
diff --git a/baselines/ts5.5/dom.generated.d.ts b/baselines/ts5.5/dom.generated.d.ts
index 15bc07344..b7fecd8d0 100644
--- a/baselines/ts5.5/dom.generated.d.ts
+++ b/baselines/ts5.5/dom.generated.d.ts
@@ -25283,7 +25283,7 @@ declare var NavigationHistoryEntry: {
};
/**
- * The **`NavigationPrecommitController`** interface of the Navigation API defines redirect behavior for a navigation precommit handler.
+ * The **`NavigationPrecommitController`** interface of the Navigation API is passed as an argument to a navigation precommit handler callback.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationPrecommitController)
*/
diff --git a/baselines/ts5.6/dom.generated.d.ts b/baselines/ts5.6/dom.generated.d.ts
index 54976fa82..ca747b245 100644
--- a/baselines/ts5.6/dom.generated.d.ts
+++ b/baselines/ts5.6/dom.generated.d.ts
@@ -25304,7 +25304,7 @@ declare var NavigationHistoryEntry: {
};
/**
- * The **`NavigationPrecommitController`** interface of the Navigation API defines redirect behavior for a navigation precommit handler.
+ * The **`NavigationPrecommitController`** interface of the Navigation API is passed as an argument to a navigation precommit handler callback.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationPrecommitController)
*/
diff --git a/baselines/ts5.9/dom.generated.d.ts b/baselines/ts5.9/dom.generated.d.ts
index 5bfeda776..88f69fb51 100644
--- a/baselines/ts5.9/dom.generated.d.ts
+++ b/baselines/ts5.9/dom.generated.d.ts
@@ -25304,7 +25304,7 @@ declare var NavigationHistoryEntry: {
};
/**
- * The **`NavigationPrecommitController`** interface of the Navigation API defines redirect behavior for a navigation precommit handler.
+ * The **`NavigationPrecommitController`** interface of the Navigation API is passed as an argument to a navigation precommit handler callback.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationPrecommitController)
*/
diff --git a/inputfiles/mdn.json b/inputfiles/mdn.json
index 8df6ec482..6a9898798 100644
--- a/inputfiles/mdn.json
+++ b/inputfiles/mdn.json
@@ -5604,6 +5604,11 @@
"pageType": "web-api-instance-property",
"summary": "The interval read-only property of the DeviceMotionEvent interface returns the interval, in milliseconds, at which data is obtained from the underlying\nhardware. You can use this to determine the granularity of motion events."
},
+ {
+ "mdn_url": "/en-US/docs/Web/API/DeviceMotionEvent/requestPermission_static",
+ "pageType": "web-api-static-method",
+ "summary": "The requestPermission() static method of the DeviceMotionEvent interface requests the user's permission to access device motion data from the accelerometer and gyroscope sensors. This method requires transient activation, meaning that it must be triggered by a UI event such as a button click."
+ },
{
"mdn_url": "/en-US/docs/Web/API/DeviceMotionEvent/rotationRate",
"pageType": "web-api-instance-property",
@@ -5679,6 +5684,11 @@
"pageType": "web-api-instance-property",
"summary": "The gamma read-only property of the DeviceOrientationEvent interface returns the rotation of the device around the Y axis; that is, the number of degrees,\nranged between -90 and 90, by which the device is tilted left\nor right.\nSee Orientation and motion data explained for details."
},
+ {
+ "mdn_url": "/en-US/docs/Web/API/DeviceOrientationEvent/requestPermission_static",
+ "pageType": "web-api-static-method",
+ "summary": "The requestPermission() static method of the DeviceOrientationEvent interface requests the user's permission to access device orientation data from the accelerometer and gyroscope sensors. It can also request permission to access magnetometer data when absolute orientation is needed. This method requires transient activation, meaning that it must be triggered by a UI event such as a button click."
+ },
{
"mdn_url": "/en-US/docs/Web/API/DevicePosture",
"pageType": "web-api-interface",
@@ -13249,6 +13259,76 @@
"pageType": "web-api-interface",
"summary": "The HTMLFrameSetElement interface provides special properties (beyond those of the regular HTMLElement interface they also inherit) for manipulating