Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion files/en-us/web/api/clipboard/clipboardchange_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
title: "Clipboard: clipboardchange event"
slug: Web/API/Clipboard/clipboardchange_event
page-type: web-api-event
status:
- experimental
browser-compat: api.Clipboard.clipboardchange_event
---

{{APIRef("HTML DOM")}}
{{APIRef("HTML DOM")}}{{SeeCompatTable}}

The **`clipboardchange`** event of the {{domxref("Clipboard")}} interface is fired when the system clipboard contents are changed in any way, for example via a system copy command, or via an API method such as {{domxref("Clipboard.writeText()")}}.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/clipboard/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ _`Clipboard` is based on the {{domxref("EventTarget")}} interface, and includes

## Events

- {{domxref("Clipboard.clipboardchange_event","clipboardchange")}}
- {{domxref("Clipboard.clipboardchange_event","clipboardchange")}} {{experimental_inline}}
- : Fired when the system clipboard contents are changed in any way, for example via a system copy command, or via an API method such as {{domxref("Clipboard.writeText()")}}.

## Specifications
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ title: "HTMLGeolocationElement: autolocate property"
short-title: autolocate
slug: Web/API/HTMLGeolocationElement/autolocate
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.HTMLGeolocationElement.autolocate
---

{{APIRef("Navigation API")}}
{{APIRef("Navigation API")}}{{SeeCompatTable}}

The **`autolocate`** property of the {{domxref("HTMLGeolocationElement")}} interface gets and sets a boolean value indicating whether the browser should immediately request location data when the {{htmlelement("geolocation")}} element is rendered, provided permission to use the `geolocation` feature is already granted.

Expand Down
4 changes: 3 additions & 1 deletion files/en-us/web/api/htmlgeolocationelement/error/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ title: "HTMLGeolocationElement: error property"
short-title: error
slug: Web/API/HTMLGeolocationElement/error
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.HTMLGeolocationElement.error
---

{{APIRef("Navigation API")}}
{{APIRef("Navigation API")}}{{SeeCompatTable}}

The **`error`** read-only property of the {{domxref("HTMLGeolocationElement")}} interface returns a {{domxref("GeolocationPositionError")}} object representing error information, in the event of a failure to retrieve location data.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ title: "HTMLGeolocationElement: HTMLGeolocationElement() constructor"
short-title: HTMLGeolocationElement()
slug: Web/API/HTMLGeolocationElement/HTMLGeolocationElement
page-type: web-api-constructor
status:
- experimental
browser-compat: api.HTMLGeolocationElement.HTMLGeolocationElement
---

{{APIRef("HTML DOM")}}
{{APIRef("HTML DOM")}}{{SeeCompatTable}}

The **`HTMLGeolocationElement()`** constructor creates a new {{domxref("HTMLGeolocationElement")}} object instance.

Expand Down
4 changes: 3 additions & 1 deletion files/en-us/web/api/htmlgeolocationelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
title: HTMLGeolocationElement
slug: Web/API/HTMLGeolocationElement
page-type: web-api-interface
status:
- experimental
browser-compat: api.HTMLGeolocationElement
---

{{APIRef("HTML DOM")}}
{{APIRef("HTML DOM")}}{{SeeCompatTable}}

The **`HTMLGeolocationElement`** interface of the [HTML DOM API](/en-US/docs/Web/API/HTML_DOM_API) represents the {{htmlelement("geolocation")}} element, and provides access to its properties and events.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ title: "HTMLGeolocationElement: initialPermissionStatus property"
short-title: initialPermissionStatus
slug: Web/API/HTMLGeolocationElement/initialPermissionStatus
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.HTMLGeolocationElement.initialPermissionStatus
---

{{APIRef("Navigation API")}}
{{APIRef("Navigation API")}}{{SeeCompatTable}}

The **`initialPermissionStatus`** read-only property of the {{domxref("HTMLGeolocationElement")}} interface returns an enumerated value representing the permission status for the `geolocation` feature when the page first loads.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ title: "HTMLGeolocationElement: invalidReason property"
short-title: invalidReason
slug: Web/API/HTMLGeolocationElement/invalidReason
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.HTMLGeolocationElement.invalidReason
---

{{APIRef("Navigation API")}}
{{APIRef("Navigation API")}}{{SeeCompatTable}}

The **`invalidReason`** read-only property of the {{domxref("HTMLGeolocationElement")}} interface returns an enumerated value representing the reason why the associated {{htmlelement("geolocation")}} element is invalid (blocked), if that is the case.

Expand Down
4 changes: 3 additions & 1 deletion files/en-us/web/api/htmlgeolocationelement/isvalid/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ title: "HTMLGeolocationElement: isValid property"
short-title: isValid
slug: Web/API/HTMLGeolocationElement/isValid
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.HTMLGeolocationElement.isValid
---

{{APIRef("Navigation API")}}
{{APIRef("Navigation API")}}{{SeeCompatTable}}

The **`isValid`** read-only property of the {{domxref("HTMLGeolocationElement")}} interface returns a boolean value indicating whether the associated {{htmlelement("geolocation")}} element is valid or invalid (blocked).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ title: "HTMLGeolocationElement: location event"
short-title: location
slug: Web/API/HTMLGeolocationElement/location_event
page-type: web-api-event
status:
- experimental
browser-compat: api.HTMLGeolocationElement.location_event
---

{{APIRef("HTML DOM")}}
{{APIRef("HTML DOM")}}{{SeeCompatTable}}

The **`location`** event of the {{domxref("HTMLGeolocationElement")}} interface is fired whenever the browser receives location data, or error information when a location data request was unsuccessful.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ title: "HTMLGeolocationElement: permissionStatus property"
short-title: permissionStatus
slug: Web/API/HTMLGeolocationElement/permissionStatus
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.HTMLGeolocationElement.permissionStatus
---

{{APIRef("Navigation API")}}
{{APIRef("Navigation API")}}{{SeeCompatTable}}

The **`permissionStatus`** read-only property of the {{domxref("HTMLGeolocationElement")}} interface returns an enumerated value representing the current permission status for the `geolocation` feature.

Expand Down
4 changes: 3 additions & 1 deletion files/en-us/web/api/htmlgeolocationelement/position/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ title: "HTMLGeolocationElement: position property"
short-title: position
slug: Web/API/HTMLGeolocationElement/position
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.HTMLGeolocationElement.position
---

{{APIRef("Navigation API")}}
{{APIRef("Navigation API")}}{{SeeCompatTable}}

The **`position`** read-only property of the {{domxref("HTMLGeolocationElement")}} interface returns a {{domxref("GeolocationPosition")}} object representing the user's position, in the event of successful location data retrieval.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ title: "HTMLGeolocationElement: promptaction event"
short-title: promptaction
slug: Web/API/HTMLGeolocationElement/promptaction_event
page-type: web-api-event
status:
- experimental
browser-compat: api.HTMLGeolocationElement.promptaction_event
---

{{APIRef("HTML DOM")}}
{{APIRef("HTML DOM")}}{{SeeCompatTable}}

The **`promptaction`** event of the {{domxref("HTMLGeolocationElement")}} interface is fired whenever the user activates the `<geolocation>` element and selects an option from the resulting dialog, either to grant or deny `geolocation` permission.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ title: "HTMLGeolocationElement: promptdismiss event"
short-title: promptdismiss
slug: Web/API/HTMLGeolocationElement/promptdismiss_event
page-type: web-api-event
status:
- experimental
browser-compat: api.HTMLGeolocationElement.promptdismiss_event
---

{{APIRef("HTML DOM")}}
{{APIRef("HTML DOM")}}{{SeeCompatTable}}

The **`promptdismiss`** event of the {{domxref("HTMLGeolocationElement")}} interface is fired whenever the user activates the `<geolocation>` element and dismisses the resulting dialog, by pressing the "close" button or the <kbd>Esc</kbd> key.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ title: "HTMLGeolocationElement: validationstatuschange event"
short-title: validationstatuschange
slug: Web/API/HTMLGeolocationElement/validationstatuschange_event
page-type: web-api-event
status:
- experimental
browser-compat: api.HTMLGeolocationElement.validationstatuschange_event
---

{{APIRef("HTML DOM")}}
{{APIRef("HTML DOM")}}{{SeeCompatTable}}

The **`validationstatuschange`** event of the {{domxref("HTMLGeolocationElement")}} interface is fired whenever the {{htmlelement("geolocation")}} element's {{domxref("HTMLGeolocationElement.isValid", "isValid")}} value changes.

Expand Down
4 changes: 3 additions & 1 deletion files/en-us/web/api/htmlgeolocationelement/watch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ title: "HTMLGeolocationElement: watch property"
short-title: watch
slug: Web/API/HTMLGeolocationElement/watch
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.HTMLGeolocationElement.watch
---

{{APIRef("Navigation API")}}
{{APIRef("Navigation API")}}{{SeeCompatTable}}

The **`watch`** property of the {{domxref("HTMLGeolocationElement")}} interface gets and sets a boolean value indicating whether the browser should continuously update the user's location data whenever the position of their device changes, or only retrieve it once.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/rtcdatachannel/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ _Also inherits properties from {{DOMxRef("EventTarget")}}._
- {{DOMxRef("RTCDataChannel.ordered", "ordered")}} {{ReadOnlyInline}}
- : Indicates whether or not the data channel guarantees in-order delivery of messages;
the default is `true`, which indicates that the data channel is indeed ordered.
- {{DOMxRef("RTCDataChannel.priority", "priority")}} {{ReadOnlyInline}}
- {{DOMxRef("RTCDataChannel.priority", "priority")}} {{ReadOnlyInline}} {{experimental_inline}}
- : Returns a string indicating the priority of the data channel,
as set when the data channel was created, or as assigned by the user agent.
Possible values are `"very-low"`, `"low"`, `"medium"`, or `"high"`.
Expand Down
4 changes: 3 additions & 1 deletion files/en-us/web/api/rtcdatachannel/priority/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ title: "RTCDataChannel: priority property"
short-title: priority
slug: Web/API/RTCDataChannel/priority
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.RTCDataChannel.priority
---

{{APIRef("WebRTC")}}
{{APIRef("WebRTC")}}{{SeeCompatTable}}

The read-only **`priority`** property of the {{domxref("RTCDataChannel")}} interface returns a string indicating the priority of the data channel. The priority is assigned by the user agent at channel creation time based on the `priority` option in the `dataChannelDict` parameter passed to {{domxref("RTCPeerConnection.createDataChannel()")}}, or from the remote peer for incoming data channels.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/rtcpeerconnectioniceevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ _A `RTCPeerConnectionIceEvent` being an {{domxref("Event")}}, this event also im

- {{domxref("RTCPeerConnectionIceEvent.candidate")}} {{ReadOnlyInline}}
- : Contains the {{domxref("RTCIceCandidate")}} containing the candidate associated with the event, or `null` if this event indicates that there are no further candidates to come.
- {{domxref("RTCPeerConnectionIceEvent.url")}} {{ReadOnlyInline}}
- {{domxref("RTCPeerConnectionIceEvent.url")}} {{ReadOnlyInline}} {{deprecated_inline}}
- : Contains a string indicating the URL of the {{Glossary("STUN")}} or {{Glossary("TURN")}} server used to gather the candidate, or `null` if the candidate was not gathered from a server.

## Constructors
Expand Down
4 changes: 3 additions & 1 deletion files/en-us/web/api/rtcpeerconnectioniceevent/url/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ title: "RTCPeerConnectionIceEvent: url property"
short-title: url
slug: Web/API/RTCPeerConnectionIceEvent/url
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.RTCPeerConnectionIceEvent.url
---

{{APIRef("WebRTC")}}
{{APIRef("WebRTC")}}{{deprecated_header}}

The read-only **`url`** property of the {{domxref("RTCPeerConnectionIceEvent")}} interface returns the URL of the {{Glossary("STUN")}} or {{Glossary("TURN")}} server used to gather the ICE candidate that caused the event. If the candidate was not gathered from a {{Glossary("STUN")}} or {{Glossary("TURN")}} server, the value is `null`.

Expand Down
2 changes: 2 additions & 0 deletions files/en-us/web/html/reference/elements/geolocation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "<geolocation>: The geolocation element"
slug: Web/HTML/Reference/Elements/geolocation
page-type: html-element
status:
- experimental
browser-compat: html.elements.geolocation
sidebar: htmlsidebar
---
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/reference/elements/input/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ A few additional non-standard attributes are listed following the descriptions o

See [Client-side validation](#client-side_validation) for more information.

- [`switch`](/en-US/docs/Web/HTML/Reference/Elements/input/checkbox#switch) {{experimental_inline}}
- [`switch`](/en-US/docs/Web/HTML/Reference/Elements/input/checkbox#switch) {{experimental_inline}} {{non-standard_inline}}
- : Valid for `checkbox` input only, `switch` is a Boolean attribute that indicates whether the checkbox input should be rendered as a switch.

> [!NOTE]
Expand Down