diff --git a/files/en-us/web/api/validitystate/badinput/index.html b/files/en-us/web/api/validitystate/badinput/index.html index 9b0d27c5cd391da..c64be38742175df 100644 --- a/files/en-us/web/api/validitystate/badinput/index.html +++ b/files/en-us/web/api/validitystate/badinput/index.html @@ -8,6 +8,7 @@ - Property - Read-only - ValidityState +browser-compat: api.ValidityState.badInput ---

{{APIRef("HTML DOM")}}

@@ -54,7 +55,7 @@

Specifications

Browser compatibility

-

{{Compat("api.ValidityState.badInput")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/validitystate/index.html b/files/en-us/web/api/validitystate/index.html index 80dbe9c44965e59..7c2629e913913fa 100644 --- a/files/en-us/web/api/validitystate/index.html +++ b/files/en-us/web/api/validitystate/index.html @@ -7,6 +7,7 @@ - Forms - HTML DOM - Interface +browser-compat: api.ValidityState ---
{{APIRef("HTML DOM")}}
@@ -72,7 +73,7 @@

Specifications

Browser compatibility

-

{{Compat("api.ValidityState")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/validitystate/patternmismatch/index.html b/files/en-us/web/api/validitystate/patternmismatch/index.html index 6ea8057eae77706..3e1a3d0c823f7d3 100644 --- a/files/en-us/web/api/validitystate/patternmismatch/index.html +++ b/files/en-us/web/api/validitystate/patternmismatch/index.html @@ -7,6 +7,7 @@ - DOM - Property - Reference +browser-compat: api.ValidityState.patternMismatch ---

{{draft}}The read-only patternMismatch property of a ValidityState object indicates if the value of an {{HTMLElement("input")}}, after having been edited by the user, does not conform to the constraints set by the element's pattern attribute.

@@ -69,7 +70,7 @@

Specifications

Browser compatibility

-

{{Compat("api.ValidityState.patternMismatch")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/validitystate/rangeoverflow/index.html b/files/en-us/web/api/validitystate/rangeoverflow/index.html index fbf1583deb1682c..d122a2248e518c2 100644 --- a/files/en-us/web/api/validitystate/rangeoverflow/index.html +++ b/files/en-us/web/api/validitystate/rangeoverflow/index.html @@ -7,6 +7,7 @@ - DOM - Property - Reference +browser-compat: api.ValidityState.rangeOverflow ---

The read-only rangeOverflow property of a ValidityState object indicates if the value of an {{HTMLElement("input")}}, after having been edited by the user, does not conform to the constraints set by the element's max attribute.

@@ -47,7 +48,7 @@

Specifications

Browser compatibility

-

{{Compat("api.ValidityState.rangeOverflow")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/validitystate/rangeunderflow/index.html b/files/en-us/web/api/validitystate/rangeunderflow/index.html index 5642dee02763f07..7ff5ef84347aee5 100644 --- a/files/en-us/web/api/validitystate/rangeunderflow/index.html +++ b/files/en-us/web/api/validitystate/rangeunderflow/index.html @@ -7,6 +7,7 @@ - DOM - Property - Reference +browser-compat: api.ValidityState.rangeUnderflow ---

The read-only rangeUnderflow property of a ValidityState object indicates if the value of an {{HTMLElement("input")}}, after having been edited by the user, does not conform to the constraints set by the element's min attribute.

@@ -47,7 +48,7 @@

Specifications

Browser compatibility

-

{{Compat("api.ValidityState.rangeUnderflow")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/validitystate/stepmismatch/index.html b/files/en-us/web/api/validitystate/stepmismatch/index.html index 2987b71c4a4a0d3..89b2c1c0ac7ee2e 100644 --- a/files/en-us/web/api/validitystate/stepmismatch/index.html +++ b/files/en-us/web/api/validitystate/stepmismatch/index.html @@ -7,6 +7,7 @@ - DOM - Property - Reference +browser-compat: api.ValidityState.stepMismatch ---

The read-only stepMismatch property of a ValidityState object indicates if the value of an {{HTMLElement("input")}}, after having been edited by the user, does not conform to the constraints set by the element's step attribute.

@@ -49,7 +50,7 @@

Specifications

Browser compatibility

-

{{Compat("api.ValidityState.stepMismatch")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/validitystate/toolong/index.html b/files/en-us/web/api/validitystate/toolong/index.html index 6688e2253d6f31a..4e90ce39def093c 100644 --- a/files/en-us/web/api/validitystate/toolong/index.html +++ b/files/en-us/web/api/validitystate/toolong/index.html @@ -8,6 +8,7 @@ - NeedsExample - Property - Reference +browser-compat: api.ValidityState.tooLong ---
{{draft}}
@@ -42,7 +43,7 @@

Specifications

Browser compatibility

-

{{Compat("api.ValidityState.tooLong")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/validitystate/tooshort/index.html b/files/en-us/web/api/validitystate/tooshort/index.html index 3a7bca4de3b1ab5..8f5ae2b96ba6dc1 100644 --- a/files/en-us/web/api/validitystate/tooshort/index.html +++ b/files/en-us/web/api/validitystate/tooshort/index.html @@ -1,6 +1,7 @@ --- title: validityState.tooShort slug: Web/API/ValidityState/tooShort +browser-compat: api.ValidityState.tooShort ---

The read-only tooShort property of a ValidityState object indicates if the value of an {{HTMLElement("input")}}, {{HTMLElement("button")}}, {{HTMLElement("select")}}, {{HTMLElement("output")}}, {{HTMLElement("fieldset")}} or {{HTMLElement("textarea")}}, after having been edited by the user, is less than the minimum code-unit length established by the element's minlength attribute.

@@ -33,7 +34,7 @@

Specifications

Browser compatibility

-

{{Compat("api.ValidityState.tooShort")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/validitystate/typemismatch/index.html b/files/en-us/web/api/validitystate/typemismatch/index.html index 439f5ce5b6d9e75..af2d9b52adbc003 100644 --- a/files/en-us/web/api/validitystate/typemismatch/index.html +++ b/files/en-us/web/api/validitystate/typemismatch/index.html @@ -7,6 +7,7 @@ - DOM - Property - Reference +browser-compat: api.ValidityState.typeMismatch ---

{{draft}}The read-only typeMismatch property of a ValidityState object indicates if the value of an {{HTMLElement("input")}}, after having been edited by the user, does not conform to the constraints set by the element's type attribute.

@@ -95,7 +96,7 @@

Specifications

Browser compatibility

-

{{Compat("api.ValidityState.typeMismatch")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/videoconfiguration/index.html b/files/en-us/web/api/videoconfiguration/index.html index 1b7b8eb8b9dd56b..1b244e9fcb5ba11 100644 --- a/files/en-us/web/api/videoconfiguration/index.html +++ b/files/en-us/web/api/videoconfiguration/index.html @@ -10,6 +10,7 @@ - Reference - Video - VideoConfiguration +browser-compat: api.VideoConfiguration ---
{{APIRef("Media Capabilities API")}}
@@ -63,7 +64,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VideoConfiguration")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/videoplaybackquality/corruptedvideoframes/index.html b/files/en-us/web/api/videoplaybackquality/corruptedvideoframes/index.html index 9e630667ff55827..f2bef63a4f0c0eb 100644 --- a/files/en-us/web/api/videoplaybackquality/corruptedvideoframes/index.html +++ b/files/en-us/web/api/videoplaybackquality/corruptedvideoframes/index.html @@ -17,6 +17,7 @@ - Video - VideoPlaybackQuality - corruptedVideoFrames +browser-compat: api.VideoPlaybackQuality.corruptedVideoFrames ---

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

@@ -76,7 +77,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VideoPlaybackQuality.corruptedVideoFrames")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/videoplaybackquality/creationtime/index.html b/files/en-us/web/api/videoplaybackquality/creationtime/index.html index b958db7af89940b..bffc588015feae0 100644 --- a/files/en-us/web/api/videoplaybackquality/creationtime/index.html +++ b/files/en-us/web/api/videoplaybackquality/creationtime/index.html @@ -13,6 +13,7 @@ - Video - VideoPlaybackQuality - creationTime +browser-compat: api.VideoPlaybackQuality.creationTime ---

{{APIRef("HTML DOM")}}

@@ -69,7 +70,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VideoPlaybackQuality.creationTime")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/videoplaybackquality/droppedvideoframes/index.html b/files/en-us/web/api/videoplaybackquality/droppedvideoframes/index.html index 1d99f97bb679508..21e667f43ca255b 100644 --- a/files/en-us/web/api/videoplaybackquality/droppedvideoframes/index.html +++ b/files/en-us/web/api/videoplaybackquality/droppedvideoframes/index.html @@ -16,6 +16,7 @@ - Video - VideoPlaybackQuality - droppedVideoFrames +browser-compat: api.VideoPlaybackQuality.droppedVideoFrames ---

{{APIRef("HTML DOM")}}
The read-only droppedVideoFrames @@ -75,7 +76,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VideoPlaybackQuality.droppedVideoFrames")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/videoplaybackquality/index.html b/files/en-us/web/api/videoplaybackquality/index.html index d11a2bbd8b698e4..fbc08574bb93107 100644 --- a/files/en-us/web/api/videoplaybackquality/index.html +++ b/files/en-us/web/api/videoplaybackquality/index.html @@ -15,6 +15,7 @@ - Reference - Video - VideoPlaybackQuality +browser-compat: api.VideoPlaybackQuality ---

{{APIRef("HTML DOM")}}

@@ -65,7 +66,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VideoPlaybackQuality")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/videoplaybackquality/totalframedelay/index.html b/files/en-us/web/api/videoplaybackquality/totalframedelay/index.html index 01c7a837379f6d0..30553a62b6da12a 100644 --- a/files/en-us/web/api/videoplaybackquality/totalframedelay/index.html +++ b/files/en-us/web/api/videoplaybackquality/totalframedelay/index.html @@ -11,6 +11,7 @@ - Video - VideoPlaybackQuality - totalFrameDelay +browser-compat: api.VideoPlaybackQuality.totalFrameDelay ---

{{APIRef("Media Source Extensions")}}{{deprecated_header}}

@@ -35,7 +36,7 @@

Example

Browser compatibility

-

{{Compat("api.VideoPlaybackQuality.totalFrameDelay")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/videoplaybackquality/totalvideoframes/index.html b/files/en-us/web/api/videoplaybackquality/totalvideoframes/index.html index e44d016e686f89a..42df2d796f63fcb 100644 --- a/files/en-us/web/api/videoplaybackquality/totalvideoframes/index.html +++ b/files/en-us/web/api/videoplaybackquality/totalvideoframes/index.html @@ -16,6 +16,7 @@ - Video - VideoPlaybackQuality - totalVideoFrames +browser-compat: api.VideoPlaybackQuality.totalVideoFrames ---

{{APIRef("HTML DOM")}}

@@ -76,7 +77,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VideoPlaybackQuality.totalVideoFrames")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/videotrack/id/index.html b/files/en-us/web/api/videotrack/id/index.html index af07efd6a26fbee..a07223ae4a7257e 100644 --- a/files/en-us/web/api/videotrack/id/index.html +++ b/files/en-us/web/api/videotrack/id/index.html @@ -14,6 +14,7 @@ - VideoTrack - id - track +browser-compat: api.VideoTrack.id ---
{{APIRef("HTML DOM")}}
@@ -60,4 +61,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VideoTrack.id")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/videotrack/index.html b/files/en-us/web/api/videotrack/index.html index 9f4b68273646d0b..ffd859e0359dc6d 100644 --- a/files/en-us/web/api/videotrack/index.html +++ b/files/en-us/web/api/videotrack/index.html @@ -10,6 +10,7 @@ - Video - VideoTrack - track +browser-compat: api.VideoTrack ---
{{APIRef("HTML DOM")}}
@@ -79,4 +80,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VideoTrack")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/videotrack/kind/index.html b/files/en-us/web/api/videotrack/kind/index.html index 5292ad363e18f36..bd7c4b7acf4c9ea 100644 --- a/files/en-us/web/api/videotrack/kind/index.html +++ b/files/en-us/web/api/videotrack/kind/index.html @@ -13,6 +13,7 @@ - VideoTrack - id - track +browser-compat: api.VideoTrack.kind ---
{{APIRef("HTML DOM")}}
@@ -78,4 +79,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VideoTrack.kind")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/videotrack/label/index.html b/files/en-us/web/api/videotrack/label/index.html index e5ce09518bed567..c465d1c3d4d2615 100644 --- a/files/en-us/web/api/videotrack/label/index.html +++ b/files/en-us/web/api/videotrack/label/index.html @@ -14,6 +14,7 @@ - label - metadata - track +browser-compat: api.VideoTrack.label ---
{{APIRef("HTML DOM")}}
@@ -87,4 +88,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VideoTrack.label")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/videotrack/language/index.html b/files/en-us/web/api/videotrack/language/index.html index 85332e26978c5bc..1d568a6bf2f2df8 100644 --- a/files/en-us/web/api/videotrack/language/index.html +++ b/files/en-us/web/api/videotrack/language/index.html @@ -13,6 +13,7 @@ - Video - VideoTrack - track +browser-compat: api.VideoTrack.language ---
{{APIRef("HTML DOM")}}
@@ -59,4 +60,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VideoTrack.language")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/videotrack/selected/index.html b/files/en-us/web/api/videotrack/selected/index.html index ae61baca3ed10ab..8adbcbbb7be13a4 100644 --- a/files/en-us/web/api/videotrack/selected/index.html +++ b/files/en-us/web/api/videotrack/selected/index.html @@ -12,6 +12,7 @@ - VideoTrack - selected - track +browser-compat: api.VideoTrack.selected ---
{{APIRef("HTML DOM")}}
@@ -54,4 +55,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VideoTrack.selected")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/videotrack/sourcebuffer/index.html b/files/en-us/web/api/videotrack/sourcebuffer/index.html index c4dd8d4390b3e5b..d80e1f7ed6037b7 100644 --- a/files/en-us/web/api/videotrack/sourcebuffer/index.html +++ b/files/en-us/web/api/videotrack/sourcebuffer/index.html @@ -14,6 +14,7 @@ - Video - VideoTrack - track +browser-compat: api.VideoTrack.sourceBuffer ---
{{APIRef("HTML DOM")}}
@@ -55,4 +56,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VideoTrack.sourceBuffer")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/videotracklist/addtrack_event/index.html b/files/en-us/web/api/videotracklist/addtrack_event/index.html index 6a772a7fc39f466..b7fd4837fbc3197 100644 --- a/files/en-us/web/api/videotracklist/addtrack_event/index.html +++ b/files/en-us/web/api/videotracklist/addtrack_event/index.html @@ -5,6 +5,7 @@ - API - Reference - events +browser-compat: api.VideoTrackList.addtrack_event ---
{{APIRef}}
@@ -66,7 +67,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VideoTrackList.addtrack_event")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/videotracklist/change_event/index.html b/files/en-us/web/api/videotracklist/change_event/index.html index 57f3f8d64cb872f..7eef7771bbc1e8f 100644 --- a/files/en-us/web/api/videotracklist/change_event/index.html +++ b/files/en-us/web/api/videotracklist/change_event/index.html @@ -3,6 +3,7 @@ slug: Web/API/VideoTrackList/change_event tags: - Event +browser-compat: api.VideoTrackList.change_event ---
{{APIRef}}
@@ -77,7 +78,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VideoTrackList.change_event")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/videotracklist/gettrackbyid/index.html b/files/en-us/web/api/videotracklist/gettrackbyid/index.html index d8e523ac8a12ed1..3dd6fdf183b7430 100644 --- a/files/en-us/web/api/videotracklist/gettrackbyid/index.html +++ b/files/en-us/web/api/videotracklist/gettrackbyid/index.html @@ -15,6 +15,7 @@ - getTrackById - id - track +browser-compat: api.VideoTrackList.getTrackById ---
{{APIRef("HTML DOM")}}
@@ -69,4 +70,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VideoTrackList.getTrackById")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/videotracklist/index.html b/files/en-us/web/api/videotracklist/index.html index 761e2b2214bc12c..56f0f5ccfa95ff0 100644 --- a/files/en-us/web/api/videotracklist/index.html +++ b/files/en-us/web/api/videotracklist/index.html @@ -12,6 +12,7 @@ - Video - VideoTrackList - list +browser-compat: api.VideoTrackList ---
{{APIRef("HTML DOM")}}
@@ -110,4 +111,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VideoTrackList")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/videotracklist/length/index.html b/files/en-us/web/api/videotracklist/length/index.html index 6e3c744ce33df94..7486c394bbe0b78 100644 --- a/files/en-us/web/api/videotracklist/length/index.html +++ b/files/en-us/web/api/videotracklist/length/index.html @@ -13,6 +13,7 @@ - length - list - track +browser-compat: api.VideoTrackList.length ---
{{APIRef("HTML DOM")}}
@@ -72,4 +73,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VideoTrackList.length")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/videotracklist/onaddtrack/index.html b/files/en-us/web/api/videotracklist/onaddtrack/index.html index 8254aef2bbc0291..bd45485073ae8c7 100644 --- a/files/en-us/web/api/videotracklist/onaddtrack/index.html +++ b/files/en-us/web/api/videotracklist/onaddtrack/index.html @@ -15,6 +15,7 @@ - addTrack - onaddtrack - track +browser-compat: api.VideoTrackList.onaddtrack ---
{{APIRef("HTML DOM")}}
@@ -85,4 +86,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VideoTrackList.onaddtrack")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/videotracklist/onchange/index.html b/files/en-us/web/api/videotracklist/onchange/index.html index 1e54f230cab171d..28e8ee36434b929 100644 --- a/files/en-us/web/api/videotracklist/onchange/index.html +++ b/files/en-us/web/api/videotracklist/onchange/index.html @@ -15,6 +15,7 @@ - addTrack - onchange - track +browser-compat: api.VideoTrackList.onchange ---
{{APIRef("HTML DOM")}}
@@ -85,4 +86,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VideoTrackList.onchange")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/videotracklist/onremovetrack/index.html b/files/en-us/web/api/videotracklist/onremovetrack/index.html index 566e4c146022b17..5e26ceb45fc7c87 100644 --- a/files/en-us/web/api/videotracklist/onremovetrack/index.html +++ b/files/en-us/web/api/videotracklist/onremovetrack/index.html @@ -16,6 +16,7 @@ - remove - removeTrack - track +browser-compat: api.VideoTrackList.onremovetrack ---
{{APIRef("HTML DOM")}}
@@ -79,4 +80,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VideoTrackList.onremovetrack")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/videotracklist/removetrack_event/index.html b/files/en-us/web/api/videotracklist/removetrack_event/index.html index a41349d4af99584..4ac9eb819a82daa 100644 --- a/files/en-us/web/api/videotracklist/removetrack_event/index.html +++ b/files/en-us/web/api/videotracklist/removetrack_event/index.html @@ -10,6 +10,7 @@ - Removing Tracks - events - removeTrack +browser-compat: api.VideoTrackList.removetrack_event ---
{{APIRef}}
@@ -71,7 +72,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VideoTrackList.removetrack_event")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/videotracklist/selectedindex/index.html b/files/en-us/web/api/videotracklist/selectedindex/index.html index eaf66f49ec01d33..b9319fe8b91c16d 100644 --- a/files/en-us/web/api/videotracklist/selectedindex/index.html +++ b/files/en-us/web/api/videotracklist/selectedindex/index.html @@ -11,6 +11,7 @@ - Video - VideoTrackList - track +browser-compat: api.VideoTrackList.selectedIndex ---
{{APIRef("HTML DOM")}}
@@ -49,4 +50,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VideoTrackList.selectedIndex")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/visualviewport/height/index.html b/files/en-us/web/api/visualviewport/height/index.html index 49177aa7d5bec63..0f0be4db5e8ce81 100644 --- a/files/en-us/web/api/visualviewport/height/index.html +++ b/files/en-us/web/api/visualviewport/height/index.html @@ -9,6 +9,7 @@ - VisualViewport - height - viewport +browser-compat: api.VisualViewport.height ---

{{SeeCompatTable}}{{APIRef("Visual Viewport")}}

@@ -44,4 +45,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VisualViewport.height")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/visualviewport/index.html b/files/en-us/web/api/visualviewport/index.html index 3be460157b537dc..4ec1c6256934cb6 100644 --- a/files/en-us/web/api/visualviewport/index.html +++ b/files/en-us/web/api/visualviewport/index.html @@ -9,6 +9,7 @@ - Visual Viewport API - VisualViewport - viewport +browser-compat: api.VisualViewport ---

{{SeeCompatTable}}{{APIRef("Visual Viewport")}}

@@ -121,7 +122,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VisualViewport")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/visualviewport/offsetleft/index.html b/files/en-us/web/api/visualviewport/offsetleft/index.html index d04ed226afb5098..25703c6c2be06e1 100644 --- a/files/en-us/web/api/visualviewport/offsetleft/index.html +++ b/files/en-us/web/api/visualviewport/offsetleft/index.html @@ -9,6 +9,7 @@ - VisualViewport - offsetleft - viewport +browser-compat: api.VisualViewport.offsetLeft ---

{{SeeCompatTable}}{{APIRef("Visual Viewport")}}

@@ -45,4 +46,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VisualViewport.offsetLeft")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/visualviewport/offsettop/index.html b/files/en-us/web/api/visualviewport/offsettop/index.html index 066335f070d315a..14a52d80cb7481f 100644 --- a/files/en-us/web/api/visualviewport/offsettop/index.html +++ b/files/en-us/web/api/visualviewport/offsettop/index.html @@ -9,6 +9,7 @@ - VisualViewport - offsetTop - viewport +browser-compat: api.VisualViewport.offsetTop ---

{{SeeCompatTable}}{{APIRef("Visual Viewport")}}

@@ -44,4 +45,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VisualViewport.offsetTop")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/visualviewport/onresize/index.html b/files/en-us/web/api/visualviewport/onresize/index.html index 4c09216e592c372..ac207a92e2a7857 100644 --- a/files/en-us/web/api/visualviewport/onresize/index.html +++ b/files/en-us/web/api/visualviewport/onresize/index.html @@ -11,6 +11,7 @@ - onresize - resize - viewport +browser-compat: api.VisualViewport.onresize ---

{{APIRef("Visual Viewport")}}{{ SeeCompatTable() }}

@@ -50,4 +51,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VisualViewport.onresize")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/visualviewport/onscroll/index.html b/files/en-us/web/api/visualviewport/onscroll/index.html index 10c530713d09c3a..7ee34ac783680bd 100644 --- a/files/en-us/web/api/visualviewport/onscroll/index.html +++ b/files/en-us/web/api/visualviewport/onscroll/index.html @@ -11,6 +11,7 @@ - VisualViewport - onscroll - viewport +browser-compat: api.VisualViewport.onscroll ---

{{APIRef("Visual Viewport")}}{{ SeeCompatTable() }}

@@ -50,4 +51,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VisualViewport.onscroll")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/visualviewport/pageleft/index.html b/files/en-us/web/api/visualviewport/pageleft/index.html index eb079328aebcefb..0137b25b03d94a0 100644 --- a/files/en-us/web/api/visualviewport/pageleft/index.html +++ b/files/en-us/web/api/visualviewport/pageleft/index.html @@ -9,6 +9,7 @@ - VisualViewport - pageLeft - viewport +browser-compat: api.VisualViewport.pageLeft ---

{{SeeCompatTable}}{{APIRef("Visual Viewport")}}

@@ -44,4 +45,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VisualViewport.pageLeft")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/visualviewport/pagetop/index.html b/files/en-us/web/api/visualviewport/pagetop/index.html index 1c7c62149d9f99a..f5401f44fe0164d 100644 --- a/files/en-us/web/api/visualviewport/pagetop/index.html +++ b/files/en-us/web/api/visualviewport/pagetop/index.html @@ -9,6 +9,7 @@ - VisualViewport - pageLeft - viewport +browser-compat: api.VisualViewport.pageTop ---

{{SeeCompatTable}}{{APIRef("Visual Viewport")}}

@@ -44,4 +45,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VisualViewport.pageTop")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/visualviewport/resize_event/index.html b/files/en-us/web/api/visualviewport/resize_event/index.html index 28f274abaccff55..30a241456db01c7 100644 --- a/files/en-us/web/api/visualviewport/resize_event/index.html +++ b/files/en-us/web/api/visualviewport/resize_event/index.html @@ -8,6 +8,7 @@ - VisualViewport - events - resize +browser-compat: api.VisualViewport.resize_event ---
{{APIRef("Window")}}{{SeeCompatTable}}
@@ -67,7 +68,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VisualViewport.resize_event")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/visualviewport/scale/index.html b/files/en-us/web/api/visualviewport/scale/index.html index 8134d627b0fc3d7..246198c288046bb 100644 --- a/files/en-us/web/api/visualviewport/scale/index.html +++ b/files/en-us/web/api/visualviewport/scale/index.html @@ -9,6 +9,7 @@ - VisualViewport - size - viewport +browser-compat: api.VisualViewport.scale ---

{{SeeCompatTable}}{{APIRef("Visual Viewport")}}

@@ -43,4 +44,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VisualViewport.scale")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/visualviewport/scroll_event/index.html b/files/en-us/web/api/visualviewport/scroll_event/index.html index cab96008737cd02..f68b9f54e266d99 100644 --- a/files/en-us/web/api/visualviewport/scroll_event/index.html +++ b/files/en-us/web/api/visualviewport/scroll_event/index.html @@ -8,6 +8,7 @@ - Scroll - VisualViewport - events +browser-compat: api.VisualViewport.scroll_event ---
{{APIRef("Window")}}{{SeeCompatTable}}
@@ -67,7 +68,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VisualViewport.scroll_event")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/visualviewport/width/index.html b/files/en-us/web/api/visualviewport/width/index.html index 5ea561dbf589c07..940980125b02d7e 100644 --- a/files/en-us/web/api/visualviewport/width/index.html +++ b/files/en-us/web/api/visualviewport/width/index.html @@ -9,6 +9,7 @@ - VisualViewport - viewport - width +browser-compat: api.VisualViewport.width ---

{{SeeCompatTable}}{{APIRef("Visual Viewport")}}

@@ -43,4 +44,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VisualViewport.width")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/vrdisplay/cancelanimationframe/index.html b/files/en-us/web/api/vrdisplay/cancelanimationframe/index.html index d4b44c5dd500982..2584abe355b3973 100644 --- a/files/en-us/web/api/vrdisplay/cancelanimationframe/index.html +++ b/files/en-us/web/api/vrdisplay/cancelanimationframe/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - cancelAnimationFrame() +browser-compat: api.VRDisplay.cancelAnimationFrame ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -115,7 +116,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplay.cancelAnimationFrame")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplay/capabilities/index.html b/files/en-us/web/api/vrdisplay/capabilities/index.html index 96b3fdcbaa52991..a60878c0b9f57db 100644 --- a/files/en-us/web/api/vrdisplay/capabilities/index.html +++ b/files/en-us/web/api/vrdisplay/capabilities/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - capabilities +browser-compat: api.VRDisplay.capabilities ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -47,7 +48,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplay.capabilities")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplay/depthfar/index.html b/files/en-us/web/api/vrdisplay/depthfar/index.html index 50dd54c8c421d1b..0968e93ced663f2 100644 --- a/files/en-us/web/api/vrdisplay/depthfar/index.html +++ b/files/en-us/web/api/vrdisplay/depthfar/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - depthFar +browser-compat: api.VRDisplay.depthFar ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -58,7 +59,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplay.depthFar")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplay/depthnear/index.html b/files/en-us/web/api/vrdisplay/depthnear/index.html index 691786d19babcc3..e4ffb63c6ec9202 100644 --- a/files/en-us/web/api/vrdisplay/depthnear/index.html +++ b/files/en-us/web/api/vrdisplay/depthnear/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - depthNear +browser-compat: api.VRDisplay.depthNear ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -58,7 +59,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplay.depthNear")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplay/displayid/index.html b/files/en-us/web/api/vrdisplay/displayid/index.html index b65d13700079e60..37c9cf005802d66 100644 --- a/files/en-us/web/api/vrdisplay/displayid/index.html +++ b/files/en-us/web/api/vrdisplay/displayid/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - displayId +browser-compat: api.VRDisplay.displayId ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -47,7 +48,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplay.displayId")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplay/displayname/index.html b/files/en-us/web/api/vrdisplay/displayname/index.html index 33bb1f580226892..f81be5aa1ca4ff0 100644 --- a/files/en-us/web/api/vrdisplay/displayname/index.html +++ b/files/en-us/web/api/vrdisplay/displayname/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - displayName +browser-compat: api.VRDisplay.displayName ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -49,7 +50,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplay.displayName")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplay/exitpresent/index.html b/files/en-us/web/api/vrdisplay/exitpresent/index.html index 202ef909eecec90..cc40e52d8bc32e9 100644 --- a/files/en-us/web/api/vrdisplay/exitpresent/index.html +++ b/files/en-us/web/api/vrdisplay/exitpresent/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - exitPresent() +browser-compat: api.VRDisplay.exitPresent ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -99,7 +100,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplay.exitPresent")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplay/geteyeparameters/index.html b/files/en-us/web/api/vrdisplay/geteyeparameters/index.html index 80b848cb9a969d0..97bcc73a01b4da3 100644 --- a/files/en-us/web/api/vrdisplay/geteyeparameters/index.html +++ b/files/en-us/web/api/vrdisplay/geteyeparameters/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - getEyeParameters() +browser-compat: api.VRDisplay.getEyeParameters ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -55,7 +56,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplay.getEyeParameters")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplay/getframedata/index.html b/files/en-us/web/api/vrdisplay/getframedata/index.html index 87d7edf045db1b1..cb680ed937025ad 100644 --- a/files/en-us/web/api/vrdisplay/getframedata/index.html +++ b/files/en-us/web/api/vrdisplay/getframedata/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - getFrameData +browser-compat: api.VRDisplay.getFrameData ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -119,7 +120,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplay.getFrameData")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplay/getimmediatepose/index.html b/files/en-us/web/api/vrdisplay/getimmediatepose/index.html index 0b3339b78eb808d..fe08cc505f2fe66 100644 --- a/files/en-us/web/api/vrdisplay/getimmediatepose/index.html +++ b/files/en-us/web/api/vrdisplay/getimmediatepose/index.html @@ -12,6 +12,7 @@ - Virtual Reality - WebVR - getImmediatePose() +browser-compat: api.VRDisplay.getImmediatePose ---
{{deprecated_header}}{{APIRef("WebVR API")}}{{SeeCompatTable}}
@@ -36,7 +37,7 @@

Examples

Browser compatibility

-

{{Compat("api.VRDisplay.getImmediatePose")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplay/getlayers/index.html b/files/en-us/web/api/vrdisplay/getlayers/index.html index afea81fa2bd99e8..53625f5056cdf3c 100644 --- a/files/en-us/web/api/vrdisplay/getlayers/index.html +++ b/files/en-us/web/api/vrdisplay/getlayers/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - getLayers() +browser-compat: api.VRDisplay.getLayers ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -52,7 +53,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplay.getLayers")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplay/getpose/index.html b/files/en-us/web/api/vrdisplay/getpose/index.html index 9665ea4e46c9ec7..19039f475c4e78f 100644 --- a/files/en-us/web/api/vrdisplay/getpose/index.html +++ b/files/en-us/web/api/vrdisplay/getpose/index.html @@ -12,6 +12,7 @@ - Virtual Reality - WebVR - getPose() +browser-compat: api.VRDisplay.getPose ---
{{APIRef("WebVR API")}}{{deprecated_header}}
@@ -75,7 +76,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplay.getPose")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplay/hardwareunitid/index.html b/files/en-us/web/api/vrdisplay/hardwareunitid/index.html index 1bca856aaca7229..0b13ee02b9d775d 100644 --- a/files/en-us/web/api/vrdisplay/hardwareunitid/index.html +++ b/files/en-us/web/api/vrdisplay/hardwareunitid/index.html @@ -12,6 +12,7 @@ - Virtual Reality - WebVR - hardwareUnitId +browser-compat: api.VRDisplay.hardwareUnitId ---
{{deprecated_header}}{{APIRef("WebVR API")}}{{SeeCompatTable}}
@@ -53,7 +54,7 @@

Examples

Browser compatibility

-

{{Compat("api.VRDisplay.hardwareUnitId")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplay/index.html b/files/en-us/web/api/vrdisplay/index.html index 5d78b4ed8832ffd..a3792f4435f9ae0 100644 --- a/files/en-us/web/api/vrdisplay/index.html +++ b/files/en-us/web/api/vrdisplay/index.html @@ -12,6 +12,7 @@ - VRDisplay - Virtual Reality - WebVR +browser-compat: api.VRDisplay ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -107,7 +108,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplay")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplay/isconnected/index.html b/files/en-us/web/api/vrdisplay/isconnected/index.html index fcc60ce8fd365cc..2eb8f9fea7ef246 100644 --- a/files/en-us/web/api/vrdisplay/isconnected/index.html +++ b/files/en-us/web/api/vrdisplay/isconnected/index.html @@ -12,6 +12,7 @@ - Virtual Reality - WebVR - isConnected +browser-compat: api.VRDisplay.isConnected ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -66,7 +67,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplay.isConnected")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplay/ispresenting/index.html b/files/en-us/web/api/vrdisplay/ispresenting/index.html index d6ebf3ebe006700..7e038001077ab77 100644 --- a/files/en-us/web/api/vrdisplay/ispresenting/index.html +++ b/files/en-us/web/api/vrdisplay/ispresenting/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - isPresenting +browser-compat: api.VRDisplay.isPresenting ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -67,7 +68,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplay.isPresenting")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplay/requestanimationframe/index.html b/files/en-us/web/api/vrdisplay/requestanimationframe/index.html index acb58fd44cc2e92..c87f736592d45c2 100644 --- a/files/en-us/web/api/vrdisplay/requestanimationframe/index.html +++ b/files/en-us/web/api/vrdisplay/requestanimationframe/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - requestAnimationFrame() +browser-compat: api.VRDisplay.requestAnimationFrame ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -121,7 +122,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplay.requestAnimationFrame")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplay/requestpresent/index.html b/files/en-us/web/api/vrdisplay/requestpresent/index.html index 2a2f7a490656353..e95401e511ae8de 100644 --- a/files/en-us/web/api/vrdisplay/requestpresent/index.html +++ b/files/en-us/web/api/vrdisplay/requestpresent/index.html @@ -11,6 +11,7 @@ - Virtual Display - WebVR - requestPresent() +browser-compat: api.VRDisplay.requestPresent ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -109,7 +110,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplay.requestPresent")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplay/resetpose/index.html b/files/en-us/web/api/vrdisplay/resetpose/index.html index 4ac4da6dd624158..9836fa6e2ac2853 100644 --- a/files/en-us/web/api/vrdisplay/resetpose/index.html +++ b/files/en-us/web/api/vrdisplay/resetpose/index.html @@ -12,6 +12,7 @@ - Virtual Reality - WebVR - resetPose() +browser-compat: api.VRDisplay.resetPose ---
{{APIRef("WebVR API")}}{{deprecated_header}}
@@ -63,7 +64,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplay.resetPose")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplay/stageparameters/index.html b/files/en-us/web/api/vrdisplay/stageparameters/index.html index 71171d02f7ff74d..e162efb7a83cbf4 100644 --- a/files/en-us/web/api/vrdisplay/stageparameters/index.html +++ b/files/en-us/web/api/vrdisplay/stageparameters/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - stageParameters +browser-compat: api.VRDisplay.stageParameters ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -48,7 +49,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplay.stageParameters")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplay/submitframe/index.html b/files/en-us/web/api/vrdisplay/submitframe/index.html index bdf00b8bd554843..6c118c514ecd226 100644 --- a/files/en-us/web/api/vrdisplay/submitframe/index.html +++ b/files/en-us/web/api/vrdisplay/submitframe/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - submitFrame() +browser-compat: api.VRDisplay.submitFrame ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -115,7 +116,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplay.submitFrame")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplaycapabilities/canpresent/index.html b/files/en-us/web/api/vrdisplaycapabilities/canpresent/index.html index 8bbc4705786ff99..b76997d66f102d5 100644 --- a/files/en-us/web/api/vrdisplaycapabilities/canpresent/index.html +++ b/files/en-us/web/api/vrdisplaycapabilities/canpresent/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - canPresent +browser-compat: api.VRDisplayCapabilities.canPresent ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -49,7 +50,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplayCapabilities.canPresent")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplaycapabilities/hasexternaldisplay/index.html b/files/en-us/web/api/vrdisplaycapabilities/hasexternaldisplay/index.html index 12b4d308d6f567a..07b5fc3f8176411 100644 --- a/files/en-us/web/api/vrdisplaycapabilities/hasexternaldisplay/index.html +++ b/files/en-us/web/api/vrdisplaycapabilities/hasexternaldisplay/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - hasExternalDisplay +browser-compat: api.VRDisplayCapabilities.hasExternalDisplay ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -51,7 +52,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplayCapabilities.hasExternalDisplay")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplaycapabilities/hasorientation/index.html b/files/en-us/web/api/vrdisplaycapabilities/hasorientation/index.html index 07279c5bebb3d7b..9b61b382c2676a0 100644 --- a/files/en-us/web/api/vrdisplaycapabilities/hasorientation/index.html +++ b/files/en-us/web/api/vrdisplaycapabilities/hasorientation/index.html @@ -12,6 +12,7 @@ - Virtual Reality - WebVR - hasOrientation +browser-compat: api.VRDisplayCapabilities.hasOrientation ---
{{APIRef("WebVR API")}}{{Deprecated_header}}
@@ -48,7 +49,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplayCapabilities.hasOrientation")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplaycapabilities/hasposition/index.html b/files/en-us/web/api/vrdisplaycapabilities/hasposition/index.html index a272070317c0f0d..2cfa909d185c421 100644 --- a/files/en-us/web/api/vrdisplaycapabilities/hasposition/index.html +++ b/files/en-us/web/api/vrdisplaycapabilities/hasposition/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - hasPosition +browser-compat: api.VRDisplayCapabilities.hasPosition ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -47,7 +48,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplayCapabilities.hasPosition")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplaycapabilities/index.html b/files/en-us/web/api/vrdisplaycapabilities/index.html index 86a119171101971..cc53a07a2dbae3e 100644 --- a/files/en-us/web/api/vrdisplaycapabilities/index.html +++ b/files/en-us/web/api/vrdisplaycapabilities/index.html @@ -10,6 +10,7 @@ - VRDisplayCapabilities - Virtual Reality - WebVR +browser-compat: api.VRDisplayCapabilities ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -72,7 +73,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplayCapabilities")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplaycapabilities/maxlayers/index.html b/files/en-us/web/api/vrdisplaycapabilities/maxlayers/index.html index ece3c9b675fcfa8..3e6bdd3826052fb 100644 --- a/files/en-us/web/api/vrdisplaycapabilities/maxlayers/index.html +++ b/files/en-us/web/api/vrdisplaycapabilities/maxlayers/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - maxLayers +browser-compat: api.VRDisplayCapabilities.maxLayers ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -47,7 +48,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplayCapabilities.maxLayers")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplayevent/display/index.html b/files/en-us/web/api/vrdisplayevent/display/index.html index 283c0d4cab38f98..3ae9fa800b0e92f 100644 --- a/files/en-us/web/api/vrdisplayevent/display/index.html +++ b/files/en-us/web/api/vrdisplayevent/display/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - display +browser-compat: api.VRDisplayEvent.display ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -47,7 +48,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplayEvent.display")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplayevent/index.html b/files/en-us/web/api/vrdisplayevent/index.html index 6954db113bfbe20..797356bf3ad3b59 100644 --- a/files/en-us/web/api/vrdisplayevent/index.html +++ b/files/en-us/web/api/vrdisplayevent/index.html @@ -10,6 +10,7 @@ - VRDisplayEvent - Virtual Reality - WebVR +browser-compat: api.VRDisplayEvent ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -59,7 +60,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplayEvent")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplayevent/reason/index.html b/files/en-us/web/api/vrdisplayevent/reason/index.html index 9b195f4526b9465..a6122a94ced3492 100644 --- a/files/en-us/web/api/vrdisplayevent/reason/index.html +++ b/files/en-us/web/api/vrdisplayevent/reason/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - reason +browser-compat: api.VRDisplayEvent.reason ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -54,7 +55,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplayEvent.reason")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrdisplayevent/vrdisplayevent/index.html b/files/en-us/web/api/vrdisplayevent/vrdisplayevent/index.html index 42f449cae36140d..f867ecf83ebdacf 100644 --- a/files/en-us/web/api/vrdisplayevent/vrdisplayevent/index.html +++ b/files/en-us/web/api/vrdisplayevent/vrdisplayevent/index.html @@ -10,6 +10,7 @@ - VRDisplayEvent - Virtual Reality - WebVR +browser-compat: api.VRDisplayEvent.VRDisplayEvent ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -60,7 +61,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRDisplayEvent.VRDisplayEvent")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vreyeparameters/fieldofview/index.html b/files/en-us/web/api/vreyeparameters/fieldofview/index.html index bc8ab9ca9a8e9c9..b806f910108005d 100644 --- a/files/en-us/web/api/vreyeparameters/fieldofview/index.html +++ b/files/en-us/web/api/vreyeparameters/fieldofview/index.html @@ -12,6 +12,7 @@ - Virtual Reality - WebVR - fieldOfView +browser-compat: api.VREyeParameters.fieldOfView ---

{{APIRef("WebVR API")}}{{SeeCompatTable}}{{Deprecated_header}}

@@ -48,7 +49,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VREyeParameters.fieldOfView")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vreyeparameters/index.html b/files/en-us/web/api/vreyeparameters/index.html index cb10f8b231e5f5b..ce44714b9b5a177 100644 --- a/files/en-us/web/api/vreyeparameters/index.html +++ b/files/en-us/web/api/vreyeparameters/index.html @@ -10,6 +10,7 @@ - VREyeParameters - Virtual Reality - WebVR +browser-compat: api.VREyeParameters ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -78,7 +79,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VREyeParameters")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vreyeparameters/maximumfieldofview/index.html b/files/en-us/web/api/vreyeparameters/maximumfieldofview/index.html index a162b4a22987eef..89236349c9d9fb9 100644 --- a/files/en-us/web/api/vreyeparameters/maximumfieldofview/index.html +++ b/files/en-us/web/api/vreyeparameters/maximumfieldofview/index.html @@ -12,6 +12,7 @@ - Virtual Reality - WebVR - maximumFieldOfView +browser-compat: api.VREyeParameters.maximumFieldOfView ---
{{deprecated_header}}{{APIRef("WebVR API")}}{{SeeCompatTable}}
@@ -31,7 +32,7 @@

Examples

Browser compatibility

-

{{Compat("api.VREyeParameters.maximumFieldOfView")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vreyeparameters/minimumfieldofview/index.html b/files/en-us/web/api/vreyeparameters/minimumfieldofview/index.html index a89978a0b465d99..28e26145c64e586 100644 --- a/files/en-us/web/api/vreyeparameters/minimumfieldofview/index.html +++ b/files/en-us/web/api/vreyeparameters/minimumfieldofview/index.html @@ -12,6 +12,7 @@ - Virtual Reality - WebVR - minimumFieldOfView +browser-compat: api.VREyeParameters.minimumFieldOfView ---
{{deprecated_header}}{{APIRef("WebVR API")}}{{SeeCompatTable}}
@@ -31,7 +32,7 @@

Examples

Browser compatibility

-

{{Compat("api.VREyeParameters.minimumFieldOfView")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vreyeparameters/offset/index.html b/files/en-us/web/api/vreyeparameters/offset/index.html index 2ca0afb8f3469c3..f6f3162086cf066 100644 --- a/files/en-us/web/api/vreyeparameters/offset/index.html +++ b/files/en-us/web/api/vreyeparameters/offset/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - offset +browser-compat: api.VREyeParameters.offset ---

{{APIRef("WebVR API")}}{{SeeCompatTable}}{{Deprecated_header}}

@@ -53,7 +54,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VREyeParameters.offset")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vreyeparameters/recommendedfieldofview/index.html b/files/en-us/web/api/vreyeparameters/recommendedfieldofview/index.html index 476e205985475fa..d0cbd88fe4b1121 100644 --- a/files/en-us/web/api/vreyeparameters/recommendedfieldofview/index.html +++ b/files/en-us/web/api/vreyeparameters/recommendedfieldofview/index.html @@ -12,6 +12,7 @@ - Virtual Reality - WebVR - recommendedFieldOfView +browser-compat: api.VREyeParameters.recommendedFieldOfView ---
{{deprecated_header}}{{APIRef("WebVR API")}}{{SeeCompatTable}}
@@ -47,7 +48,7 @@

Examples

Browser compatibility

-

{{Compat("api.VREyeParameters.recommendedFieldOfView")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vreyeparameters/renderheight/index.html b/files/en-us/web/api/vreyeparameters/renderheight/index.html index ec946bcc7ee44ac..09cba55ae987acb 100644 --- a/files/en-us/web/api/vreyeparameters/renderheight/index.html +++ b/files/en-us/web/api/vreyeparameters/renderheight/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - renderHeight +browser-compat: api.VREyeParameters.renderHeight ---

{{APIRef("WebVR API")}}{{Deprecated_Header}}

@@ -49,7 +50,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VREyeParameters.renderHeight")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vreyeparameters/renderrect/index.html b/files/en-us/web/api/vreyeparameters/renderrect/index.html index 67804311e9b55cf..fcda35cfccdabcb 100644 --- a/files/en-us/web/api/vreyeparameters/renderrect/index.html +++ b/files/en-us/web/api/vreyeparameters/renderrect/index.html @@ -12,6 +12,7 @@ - Virtual Reality - WebVR - renderRect +browser-compat: api.VREyeParameters.renderRect ---
{{deprecated_header}}{{APIRef("WebVR API")}}{{SeeCompatTable}}
@@ -31,7 +32,7 @@

Examples

Browser compatibility

-

{{Compat("api.VREyeParameters.renderRect")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vreyeparameters/renderwidth/index.html b/files/en-us/web/api/vreyeparameters/renderwidth/index.html index 4d095f329c5df53..37a6e4aa1896e59 100644 --- a/files/en-us/web/api/vreyeparameters/renderwidth/index.html +++ b/files/en-us/web/api/vreyeparameters/renderwidth/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - renderWidth +browser-compat: api.VREyeParameters.renderWidth ---

{{APIRef("WebVR API")}}{{Deprecated_Header}}

@@ -49,7 +50,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VREyeParameters.renderWidth")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrfieldofview/downdegrees/index.html b/files/en-us/web/api/vrfieldofview/downdegrees/index.html index 775e48a538b9a11..0dd8c3cb644d874 100644 --- a/files/en-us/web/api/vrfieldofview/downdegrees/index.html +++ b/files/en-us/web/api/vrfieldofview/downdegrees/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - downDegrees +browser-compat: api.VRFieldOfView.downDegrees ---
{{APIRef("WebVR API")}}{{SeeCompatTable}}{{Deprecated_header}}
@@ -47,7 +48,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRFieldOfView.downDegrees")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrfieldofview/index.html b/files/en-us/web/api/vrfieldofview/index.html index e6b95c4b437abe5..6c057f1de248c3d 100644 --- a/files/en-us/web/api/vrfieldofview/index.html +++ b/files/en-us/web/api/vrfieldofview/index.html @@ -10,6 +10,7 @@ - VRFieldOfView - Virtual Reality - WebVR +browser-compat: api.VRFieldOfView ---

{{APIRef("WebVR API")}}{{SeeCompatTable}}{{Deprecated_header}}

@@ -96,7 +97,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRFieldOfView")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrfieldofview/leftdegrees/index.html b/files/en-us/web/api/vrfieldofview/leftdegrees/index.html index 805306bc84b5040..30f5085343f6a1e 100644 --- a/files/en-us/web/api/vrfieldofview/leftdegrees/index.html +++ b/files/en-us/web/api/vrfieldofview/leftdegrees/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - leftDegrees +browser-compat: api.VRFieldOfView.leftDegrees ---
{{APIRef("WebVR API")}}{{SeeCompatTable}}{{Deprecated_header}}
@@ -47,7 +48,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRFieldOfView.leftDegrees")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrfieldofview/rightdegrees/index.html b/files/en-us/web/api/vrfieldofview/rightdegrees/index.html index 5885bd7c255ad21..29f8d442312ed65 100644 --- a/files/en-us/web/api/vrfieldofview/rightdegrees/index.html +++ b/files/en-us/web/api/vrfieldofview/rightdegrees/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - rightDegrees +browser-compat: api.VRFieldOfView.rightDegrees ---
{{APIRef("WebVR API")}}{{SeeCompatTable}}{{Deprecated_header}}
@@ -47,7 +48,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRFieldOfView.rightDegrees")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrfieldofview/updegrees/index.html b/files/en-us/web/api/vrfieldofview/updegrees/index.html index 67d694ab4a47127..2b6b9e35d855f5f 100644 --- a/files/en-us/web/api/vrfieldofview/updegrees/index.html +++ b/files/en-us/web/api/vrfieldofview/updegrees/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - upDegrees +browser-compat: api.VRFieldOfView.upDegrees ---
{{APIRef("WebVR API")}}{{SeeCompatTable}}{{Deprecated_header}}
@@ -47,7 +48,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRFieldOfView.upDegrees")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrfieldofview/vrfieldofview/index.html b/files/en-us/web/api/vrfieldofview/vrfieldofview/index.html index ee4c89c4843c13a..d9f4dcb90bf0d59 100644 --- a/files/en-us/web/api/vrfieldofview/vrfieldofview/index.html +++ b/files/en-us/web/api/vrfieldofview/vrfieldofview/index.html @@ -10,6 +10,7 @@ - VRFieldOfView - Virtual Reality - WebVR +browser-compat: api.VRFieldOfView.VRFieldOfView ---

{{deprecated_header}}

@@ -76,7 +77,7 @@

Examples

Browser compatibility

-

{{Compat("api.VRFieldOfView.VRFieldOfView")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrframedata/index.html b/files/en-us/web/api/vrframedata/index.html index ee39ab1267333c7..0a3dad33a53e19c 100644 --- a/files/en-us/web/api/vrframedata/index.html +++ b/files/en-us/web/api/vrframedata/index.html @@ -10,6 +10,7 @@ - VRFrameData - Virtual Reality - WebVR +browser-compat: api.VRFrameData ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -62,7 +63,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRFrameData")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrframedata/leftprojectionmatrix/index.html b/files/en-us/web/api/vrframedata/leftprojectionmatrix/index.html index 1e74d0b2cfba3aa..a88bc4071193bba 100644 --- a/files/en-us/web/api/vrframedata/leftprojectionmatrix/index.html +++ b/files/en-us/web/api/vrframedata/leftprojectionmatrix/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - leftProjectionMatrix +browser-compat: api.VRFrameData.leftProjectionMatrix ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -53,7 +54,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRFrameData.leftProjectionMatrix")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrframedata/leftviewmatrix/index.html b/files/en-us/web/api/vrframedata/leftviewmatrix/index.html index eddee7efd65fd5a..32845a0763c73db 100644 --- a/files/en-us/web/api/vrframedata/leftviewmatrix/index.html +++ b/files/en-us/web/api/vrframedata/leftviewmatrix/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - leftViewMatrix +browser-compat: api.VRFrameData.leftViewMatrix ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -53,7 +54,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRFrameData.leftViewMatrix")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrframedata/pose/index.html b/files/en-us/web/api/vrframedata/pose/index.html index bede69645d243fe..d556c8e54b9e253 100644 --- a/files/en-us/web/api/vrframedata/pose/index.html +++ b/files/en-us/web/api/vrframedata/pose/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - pose +browser-compat: api.VRFrameData.pose ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -47,7 +48,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRFrameData.pose")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrframedata/rightprojectionmatrix/index.html b/files/en-us/web/api/vrframedata/rightprojectionmatrix/index.html index 252b2fe7c6efdc2..9de595d7af943ab 100644 --- a/files/en-us/web/api/vrframedata/rightprojectionmatrix/index.html +++ b/files/en-us/web/api/vrframedata/rightprojectionmatrix/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - rightProjectionMatrix +browser-compat: api.VRFrameData.rightProjectionMatrix ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -53,7 +54,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRFrameData.rightProjectionMatrix")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrframedata/rightviewmatrix/index.html b/files/en-us/web/api/vrframedata/rightviewmatrix/index.html index 58762333ad6c6d2..ac2fca5974e7b71 100644 --- a/files/en-us/web/api/vrframedata/rightviewmatrix/index.html +++ b/files/en-us/web/api/vrframedata/rightviewmatrix/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - rightViewMatrix +browser-compat: api.VRFrameData.rightViewMatrix ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -53,7 +54,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRFrameData.rightViewMatrix")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrframedata/timestamp/index.html b/files/en-us/web/api/vrframedata/timestamp/index.html index 355ba7b1577f496..b3e994147a55793 100644 --- a/files/en-us/web/api/vrframedata/timestamp/index.html +++ b/files/en-us/web/api/vrframedata/timestamp/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - timeStamp +browser-compat: api.VRFrameData.timestamp ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -81,7 +82,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRFrameData.timestamp")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrframedata/vrframedata/index.html b/files/en-us/web/api/vrframedata/vrframedata/index.html index 480eed3693c28a4..f0773f31dc756e4 100644 --- a/files/en-us/web/api/vrframedata/vrframedata/index.html +++ b/files/en-us/web/api/vrframedata/vrframedata/index.html @@ -10,6 +10,7 @@ - VRFrameData - Virtual Reality - WebVR +browser-compat: api.VRFrameData.VRFrameData ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -46,7 +47,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRFrameData.VRFrameData")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrlayerinit/index.html b/files/en-us/web/api/vrlayerinit/index.html index ef4ec8bb73f099e..3d111ee7d30ebed 100644 --- a/files/en-us/web/api/vrlayerinit/index.html +++ b/files/en-us/web/api/vrlayerinit/index.html @@ -11,6 +11,7 @@ - VRLayerInit - Virtual Reality - WebVR +browser-compat: api.VRLayerInit ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -88,7 +89,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRLayerInit")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrlayerinit/leftbounds/index.html b/files/en-us/web/api/vrlayerinit/leftbounds/index.html index 42a8899b8790d03..8be2c5644a12319 100644 --- a/files/en-us/web/api/vrlayerinit/leftbounds/index.html +++ b/files/en-us/web/api/vrlayerinit/leftbounds/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - leftBounds +browser-compat: api.VRLayerInit.leftBounds ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -57,7 +58,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRLayerInit.leftBounds")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrlayerinit/rightbounds/index.html b/files/en-us/web/api/vrlayerinit/rightbounds/index.html index ac31a9394ea1adc..2b3b977dff4e9b3 100644 --- a/files/en-us/web/api/vrlayerinit/rightbounds/index.html +++ b/files/en-us/web/api/vrlayerinit/rightbounds/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - rightBounds +browser-compat: api.VRLayerInit.rightBounds ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -57,7 +58,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRLayerInit.rightBounds")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrlayerinit/source/index.html b/files/en-us/web/api/vrlayerinit/source/index.html index 5d9746bdbc8603c..a062c60a0c528af 100644 --- a/files/en-us/web/api/vrlayerinit/source/index.html +++ b/files/en-us/web/api/vrlayerinit/source/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - source +browser-compat: api.VRLayerInit.source ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -48,7 +49,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRLayerInit.source")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrpose/angularacceleration/index.html b/files/en-us/web/api/vrpose/angularacceleration/index.html index d623df3170e99d3..798f7012261925f 100644 --- a/files/en-us/web/api/vrpose/angularacceleration/index.html +++ b/files/en-us/web/api/vrpose/angularacceleration/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - angularAcceleration +browser-compat: api.VRPose.angularAcceleration ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -70,7 +71,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRPose.angularAcceleration")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrpose/angularvelocity/index.html b/files/en-us/web/api/vrpose/angularvelocity/index.html index 99b653092e7b681..947e6fbe8182353 100644 --- a/files/en-us/web/api/vrpose/angularvelocity/index.html +++ b/files/en-us/web/api/vrpose/angularvelocity/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - angularVelocity +browser-compat: api.VRPose.angularVelocity ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -70,7 +71,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRPose.angularVelocity")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrpose/hasorientation/index.html b/files/en-us/web/api/vrpose/hasorientation/index.html index 2c69e8859e58874..5dc5258517a74bc 100644 --- a/files/en-us/web/api/vrpose/hasorientation/index.html +++ b/files/en-us/web/api/vrpose/hasorientation/index.html @@ -12,6 +12,7 @@ - Virtual Reality - WebVR - hasOrientation +browser-compat: api.VRPose.hasOrientation ---
{{deprecated_header}}{{APIRef("WebVR API")}}{{SeeCompatTable}}
@@ -31,7 +32,7 @@

Examples

Browser compatibility

-

{{Compat("api.VRPose.hasOrientation")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrpose/hasposition/index.html b/files/en-us/web/api/vrpose/hasposition/index.html index 9705b9315095897..71b55a4e649d552 100644 --- a/files/en-us/web/api/vrpose/hasposition/index.html +++ b/files/en-us/web/api/vrpose/hasposition/index.html @@ -12,6 +12,7 @@ - Virtual Reality - WebVR - hasPosition +browser-compat: api.VRPose.hasPosition ---
{{deprecated_header}}{{APIRef("WebVR API")}}{{SeeCompatTable}}
@@ -31,7 +32,7 @@

Examples

Browser compatibility

-

{{Compat("api.VRPose.hasPosition")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrpose/index.html b/files/en-us/web/api/vrpose/index.html index d61ca1e0ff63cdf..4979a6ac152adac 100644 --- a/files/en-us/web/api/vrpose/index.html +++ b/files/en-us/web/api/vrpose/index.html @@ -10,6 +10,7 @@ - VRPose - Virtual Reality - WebVR +browser-compat: api.VRPose ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -64,7 +65,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRPose")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrpose/linearacceleration/index.html b/files/en-us/web/api/vrpose/linearacceleration/index.html index cfa40f1660b9bb1..679da9e183536b1 100644 --- a/files/en-us/web/api/vrpose/linearacceleration/index.html +++ b/files/en-us/web/api/vrpose/linearacceleration/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - linearAcceleration +browser-compat: api.VRPose.linearAcceleration ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -70,7 +71,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRPose.linearAcceleration")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrpose/linearvelocity/index.html b/files/en-us/web/api/vrpose/linearvelocity/index.html index 167a040ca8260fa..d1e346f692f9b67 100644 --- a/files/en-us/web/api/vrpose/linearvelocity/index.html +++ b/files/en-us/web/api/vrpose/linearvelocity/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - linearVelocity +browser-compat: api.VRPose.linearVelocity ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -70,7 +71,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRPose.linearVelocity")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrpose/orientation/index.html b/files/en-us/web/api/vrpose/orientation/index.html index 20edc9a2e2538dc..e2108a6a68b751d 100644 --- a/files/en-us/web/api/vrpose/orientation/index.html +++ b/files/en-us/web/api/vrpose/orientation/index.html @@ -11,6 +11,7 @@ - VRPose - Virtual Reality - WebVR +browser-compat: api.VRPose.orientation ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -62,7 +63,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRPose.orientation")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrpose/position/index.html b/files/en-us/web/api/vrpose/position/index.html index 175da87535a679a..50135c67018fa65 100644 --- a/files/en-us/web/api/vrpose/position/index.html +++ b/files/en-us/web/api/vrpose/position/index.html @@ -11,6 +11,7 @@ - VRPose - Virtual Reality - WebVR +browser-compat: api.VRPose.position ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -65,7 +66,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRPose.position")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrpose/timestamp/index.html b/files/en-us/web/api/vrpose/timestamp/index.html index 32e73544d5a454d..2f55ff3d0601bf2 100644 --- a/files/en-us/web/api/vrpose/timestamp/index.html +++ b/files/en-us/web/api/vrpose/timestamp/index.html @@ -12,6 +12,7 @@ - Virtual Reality - WebVR - timeStamp +browser-compat: api.VRPose.timestamp ---
{{deprecated_header}}{{APIRef("WebVR API")}}{{SeeCompatTable}}
@@ -37,7 +38,7 @@

Examples

Browser compatibility

-

{{Compat("api.VRPose.timestamp")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrstageparameters/index.html b/files/en-us/web/api/vrstageparameters/index.html index f3ce65ad1f3ad7c..598b8f7f1cab809 100644 --- a/files/en-us/web/api/vrstageparameters/index.html +++ b/files/en-us/web/api/vrstageparameters/index.html @@ -10,6 +10,7 @@ - VRStageParameters - Virtual Reality - WebVR +browser-compat: api.VRStageParameters ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -67,7 +68,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRStageParameters")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrstageparameters/sittingtostandingtransform/index.html b/files/en-us/web/api/vrstageparameters/sittingtostandingtransform/index.html index 8ff26e1a083f7f5..fdbee99b3a0a3e8 100644 --- a/files/en-us/web/api/vrstageparameters/sittingtostandingtransform/index.html +++ b/files/en-us/web/api/vrstageparameters/sittingtostandingtransform/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - sittingToStandingTransform +browser-compat: api.VRStageParameters.sittingToStandingTransform ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -49,7 +50,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRStageParameters.sittingToStandingTransform")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrstageparameters/sizex/index.html b/files/en-us/web/api/vrstageparameters/sizex/index.html index 615026ffdddfea9..ca6ab8ce6064e3f 100644 --- a/files/en-us/web/api/vrstageparameters/sizex/index.html +++ b/files/en-us/web/api/vrstageparameters/sizex/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - sizeX +browser-compat: api.VRStageParameters.sizeX ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -49,7 +50,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRStageParameters.sizeX")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vrstageparameters/sizey/index.html b/files/en-us/web/api/vrstageparameters/sizey/index.html index 212f6d718705a2a..43c23ead8907e6d 100644 --- a/files/en-us/web/api/vrstageparameters/sizey/index.html +++ b/files/en-us/web/api/vrstageparameters/sizey/index.html @@ -11,6 +11,7 @@ - Virtual Reality - WebVR - sizeY +browser-compat: api.VRStageParameters.sizeY ---
{{APIRef("WebVR API")}}{{Deprecated_Header}}
@@ -49,7 +50,7 @@

Specifications

Browser compatibility

-

{{Compat("api.VRStageParameters.sizeY")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/vttcue/index.html b/files/en-us/web/api/vttcue/index.html index 5e1d43c0bac8126..ebc1d5a333deb95 100644 --- a/files/en-us/web/api/vttcue/index.html +++ b/files/en-us/web/api/vttcue/index.html @@ -5,6 +5,7 @@ - VTTCue - text track - vtt +browser-compat: api.VTTCue ---

{{APIRef("WebVTT")}}
The VTTCue interface—part of the API for handling WebVTT (text tracks on media presentations)—describes and controls the text track associated with a particular {{HTMLElement("track")}} element.

@@ -116,4 +117,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VTTCue")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/vttcue/vttcue/index.html b/files/en-us/web/api/vttcue/vttcue/index.html index b1caec3911752ba..abe3bfb3ee19012 100644 --- a/files/en-us/web/api/vttcue/vttcue/index.html +++ b/files/en-us/web/api/vttcue/vttcue/index.html @@ -12,6 +12,7 @@ - a11y - captions - vtt +browser-compat: api.VTTCue.VTTCue ---

{{APIRef("WebVTT")}}

@@ -71,4 +72,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VTTCue.VTTCue")}}

+

{{Compat}}

diff --git a/files/en-us/web/api/vttregion/index.html b/files/en-us/web/api/vttregion/index.html index d553f5af2eefedf..1644164d3d341bc 100644 --- a/files/en-us/web/api/vttregion/index.html +++ b/files/en-us/web/api/vttregion/index.html @@ -5,6 +5,7 @@ - API - VTTRegion - WebVTT +browser-compat: api.VTTRegion ---

{{APIRef("WebVTT")}}

@@ -66,4 +67,4 @@

Specifications

Browser compatibility

-

{{Compat("api.VTTRegion")}}

+

{{Compat}}