Skip to content

Commit

Permalink
Add missing features to the 'document' page. (mdn#20305)
Browse files Browse the repository at this point in the history
* Add missing features to the 'document' page.

* Update experimental badges

* Fix typos

* Fix a typo

* Lint errors to test the new lint plugin

* Apply suggestions from code review

Co-authored-by: Jean-Yves Perrier <[email protected]>

* Fix the lint error

Co-authored-by: Jean-Yves Perrier <[email protected]>
  • Loading branch information
OnkarRuikar and teoli2003 authored Sep 5, 2022
1 parent 9de3cfb commit 08d9ad7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions files/en-us/web/api/document/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ _The `Document` interface for HTML documents inherits from the {{DOMxRef("HTMLDo
- : Gets/sets directionality (rtl/ltr) of the document.
- {{DOMxRef("Document.domain")}} {{Deprecated_Inline}}
- : Gets/sets the domain of the current document.
- {{DOMxRef("Document.fullscreenEnabled")}} {{ReadOnlyInline}}
- : Indicates whether fullscreen mode is available.
- {{DOMxRef("Document.lastModified")}} {{ReadOnlyInline}}
- : Returns the date on which the document was last modified.
- {{DOMxRef("Document.location")}} {{ReadOnlyInline}}
Expand Down Expand Up @@ -223,6 +225,8 @@ _This interface also inherits from the {{DOMxRef("Node")}} and {{DOMxRef("EventT
- : Returns an array of all elements at the specified coordinates.
- {{DOMxRef("Document.enableStyleSheetsForSet()")}} {{Deprecated_Inline}} {{Non-standard_Inline}}
- : Enables the style sheets for the specified style sheet set.
- {{DOMxRef("Document.exitFullscreen()")}}
- : Stops document's fullscreen element from being displayed fullscreen.
- {{DOMxRef("Document.exitPictureInPicture()")}}
- : Remove the video from the floating picture-in-picture window back to its original container.
- {{DOMxRef("Document.exitPointerLock()")}}
Expand Down Expand Up @@ -312,6 +316,8 @@ Listen to these events using `addEventListener()` or by assigning an event liste
- : Fired when a static {{HTMLElement("script")}} element finishes executing its script
- {{DOMxRef("Document.beforescriptexecute_event", "beforescriptexecute")}} {{Non-standard_Inline}}
- : Fired when a static {{HTMLElement("script")}} is about to start executing.
- {{DOMxRef("Document.securitypolicyviolation_event", "securitypolicyviolation")}}
- : Fired when a content security policy is violated.
- {{DOMxRef("Document/scroll_event", "scroll")}}
- : Fired when the document view or an element has been scrolled.
- {{DOMxRef("Document/visibilitychange_event", "visibilitychange")}}
Expand Down

0 comments on commit 08d9ad7

Please sign in to comment.