Skip to content

Commit

Permalink
Document fix no Specifications (mdn#33510)
Browse files Browse the repository at this point in the history
  • Loading branch information
T34-active authored May 9, 2024
1 parent 97e59e3 commit 3966c40
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
4 changes: 4 additions & 0 deletions files/en-us/web/api/document/caretrangefrompoint/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
4 changes: 4 additions & 0 deletions files/en-us/web/api/document/createexpression/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ const nodeContext = document.querySelector("nav");
const otherResult = xpathExpr.evaluate(nodeContext); // returns an XPathResult object
```

## Specifications

{{Specifications}}

## Browser compatibility

{{Compat}}
Expand Down
4 changes: 4 additions & 0 deletions files/en-us/web/api/document/enablestylesheetsforset/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ None ({{jsxref("undefined")}}).
document.enableStyleSheetsForSet("Some style sheet set name");
```

## Specifications

Not part of any specification.

## Browser compatibility

{{Compat}}
Expand Down

0 comments on commit 3966c40

Please sign in to comment.