diff --git a/files/en-us/web/api/document/afterscriptexecute_event/index.md b/files/en-us/web/api/document/afterscriptexecute_event/index.md index bee2df977f71737..a4c52834556c83c 100644 --- a/files/en-us/web/api/document/afterscriptexecute_event/index.md +++ b/files/en-us/web/api/document/afterscriptexecute_event/index.md @@ -40,6 +40,10 @@ document.onafterscriptexecute = finished; [View Live Example](https://mdn.dev/archives/media/samples/html/currentScript.html) +## Specifications + +Not part of any specification. + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/document/beforescriptexecute_event/index.md b/files/en-us/web/api/document/beforescriptexecute_event/index.md index 62ff3203ef1800e..53e4746d99971bf 100644 --- a/files/en-us/web/api/document/beforescriptexecute_event/index.md +++ b/files/en-us/web/api/document/beforescriptexecute_event/index.md @@ -40,6 +40,10 @@ document.onbeforescriptexecute = starting; [View Live Example](https://mdn.dev/archives/media/samples/html/currentScript.html) +## Specifications + +Not part of any specification. + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/document/caretrangefrompoint/index.md b/files/en-us/web/api/document/caretrangefrompoint/index.md index 885a0b6756d9191..4433f93679c83b2 100644 --- a/files/en-us/web/api/document/caretrangefrompoint/index.md +++ b/files/en-us/web/api/document/caretrangefrompoint/index.md @@ -41,6 +41,10 @@ One of the following: Visit the {{domxref("Document.caretPositionFromPoint#Examples", "Document.caretPositionFromPoint")}} page to view a live sample of this method. +## Specifications + +Not part of any specification. + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/document/createexpression/index.md b/files/en-us/web/api/document/createexpression/index.md index 683e4dd3d7b2ed9..f8aa9b8ad4e7c8c 100644 --- a/files/en-us/web/api/document/createexpression/index.md +++ b/files/en-us/web/api/document/createexpression/index.md @@ -40,6 +40,10 @@ const nodeContext = document.querySelector("nav"); const otherResult = xpathExpr.evaluate(nodeContext); // returns an XPathResult object ``` +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/document/enablestylesheetsforset/index.md b/files/en-us/web/api/document/enablestylesheetsforset/index.md index 02bdf95ed3bfc49..382e51b1cea6dd7 100644 --- a/files/en-us/web/api/document/enablestylesheetsforset/index.md +++ b/files/en-us/web/api/document/enablestylesheetsforset/index.md @@ -50,6 +50,10 @@ None ({{jsxref("undefined")}}). document.enableStyleSheetsForSet("Some style sheet set name"); ``` +## Specifications + +Not part of any specification. + ## Browser compatibility {{Compat}}