Skip to content

Commit

Permalink
Put browser-compat info in front-runner for api/v* (#5441)
Browse files Browse the repository at this point in the history
  • Loading branch information
teoli2003 authored May 31, 2021
1 parent 7537125 commit ecbf620
Show file tree
Hide file tree
Showing 120 changed files with 240 additions and 120 deletions.
3 changes: 2 additions & 1 deletion files/en-us/web/api/validitystate/badinput/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Property
- Read-only
- ValidityState
browser-compat: api.ValidityState.badInput
---
<p>{{APIRef("HTML DOM")}}</p>

Expand Down Expand Up @@ -54,7 +55,7 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.ValidityState.badInput")}}</p>
<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/validitystate/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Forms
- HTML DOM
- Interface
browser-compat: api.ValidityState
---
<div>{{APIRef("HTML DOM")}}</div>

Expand Down Expand Up @@ -72,7 +73,7 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.ValidityState")}}</p>
<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/validitystate/patternmismatch/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- DOM
- Property
- Reference
browser-compat: api.ValidityState.patternMismatch
---
<p>{{draft}}The read-only <strong><code>patternMismatch</code></strong> property of a <strong><code><a href="/en-US/docs/Web/API/ValidityState">ValidityState</a></code></strong> 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 <code><a href="/en-US/docs/Web/HTML/Attributes/pattern">pattern</a></code> attribute.</p>

Expand Down Expand Up @@ -69,7 +70,7 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.ValidityState.patternMismatch")}}</p>
<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/validitystate/rangeoverflow/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- DOM
- Property
- Reference
browser-compat: api.ValidityState.rangeOverflow
---
<p>The read-only <strong><code>rangeOverflow</code></strong> property of a <strong><code><a href="/en-US/docs/Web/API/ValidityState">ValidityState</a></code></strong> 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 <code><a href="/en-US/docs/Web/HTML/Attributes/max">max</a></code> attribute.</p>

Expand Down Expand Up @@ -47,7 +48,7 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.ValidityState.rangeOverflow")}}</p>
<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/validitystate/rangeunderflow/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- DOM
- Property
- Reference
browser-compat: api.ValidityState.rangeUnderflow
---
<p>The read-only <strong><code>rangeUnderflow</code></strong> property of a <strong><code><a href="/en-US/docs/Web/API/ValidityState">ValidityState</a></code></strong> 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 <code><a href="/en-US/docs/Web/HTML/Attributes/min">min</a></code> attribute.</p>

Expand Down Expand Up @@ -47,7 +48,7 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.ValidityState.rangeUnderflow")}}</p>
<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/validitystate/stepmismatch/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- DOM
- Property
- Reference
browser-compat: api.ValidityState.stepMismatch
---
<p>The read-only <strong><code>stepMismatch</code></strong> property of a <strong><code><a href="/en-US/docs/Web/API/ValidityState">ValidityState</a></code></strong> 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 <code>step</code> attribute.</p>

Expand Down Expand Up @@ -49,7 +50,7 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.ValidityState.stepMismatch")}}</p>
<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/validitystate/toolong/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- NeedsExample
- Property
- Reference
browser-compat: api.ValidityState.tooLong
---
<div>{{draft}}</div>

Expand Down Expand Up @@ -42,7 +43,7 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.ValidityState.tooLong")}}</p>
<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/validitystate/tooshort/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: validityState.tooShort
slug: Web/API/ValidityState/tooShort
browser-compat: api.ValidityState.tooShort
---
<p>The read-only <strong><code>tooShort</code></strong> property of a <strong><code><a href="/en-US/docs/Web/API/ValidityState">ValidityState</a></code></strong> 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 <code>minlength</code> attribute.</p>

Expand Down Expand Up @@ -33,7 +34,7 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.ValidityState.tooShort")}}</p>
<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/validitystate/typemismatch/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- DOM
- Property
- Reference
browser-compat: api.ValidityState.typeMismatch
---
<p>{{draft}}The read-only <strong><code>typeMismatch</code></strong> property of a <strong><code><a href="/en-US/docs/Web/API/ValidityState">ValidityState</a></code></strong> 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 <code><a href="/en-US/docs/Web/HTML/Element/input#input_types">type</a></code> attribute.</p>

Expand Down Expand Up @@ -95,7 +96,7 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.ValidityState.typeMismatch")}}</p>
<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/videoconfiguration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Reference
- Video
- VideoConfiguration
browser-compat: api.VideoConfiguration
---
<div>{{APIRef("Media Capabilities API")}}</div>

Expand Down Expand Up @@ -63,7 +64,7 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.VideoConfiguration")}}</p>
<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- Video
- VideoPlaybackQuality
- corruptedVideoFrames
browser-compat: api.VideoPlaybackQuality.corruptedVideoFrames
---
<p>{{APIRef("HTML DOM")}}{{deprecated_header}}</p>

Expand Down Expand Up @@ -76,7 +77,7 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.VideoPlaybackQuality.corruptedVideoFrames")}}</p>
<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- Video
- VideoPlaybackQuality
- creationTime
browser-compat: api.VideoPlaybackQuality.creationTime
---
<p>{{APIRef("HTML DOM")}}</p>

Expand Down Expand Up @@ -69,7 +70,7 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.VideoPlaybackQuality.creationTime")}}</p>
<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- Video
- VideoPlaybackQuality
- droppedVideoFrames
browser-compat: api.VideoPlaybackQuality.droppedVideoFrames
---
<p>{{APIRef("HTML DOM")}}<br>
<span class="seoSummary">The read-only <code><strong>droppedVideoFrames</strong></code>
Expand Down Expand Up @@ -75,7 +76,7 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.VideoPlaybackQuality.droppedVideoFrames")}}</p>
<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/videoplaybackquality/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- Reference
- Video
- VideoPlaybackQuality
browser-compat: api.VideoPlaybackQuality
---
<p>{{APIRef("HTML DOM")}}</p>

Expand Down Expand Up @@ -65,7 +66,7 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.VideoPlaybackQuality")}}</p>
<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Video
- VideoPlaybackQuality
- totalFrameDelay
browser-compat: api.VideoPlaybackQuality.totalFrameDelay
---
<p>{{APIRef("Media Source Extensions")}}{{deprecated_header}}</p>

Expand All @@ -35,7 +36,7 @@ <h2 id="Example">Example</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.VideoPlaybackQuality.totalFrameDelay")}}</p>
<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- Video
- VideoPlaybackQuality
- totalVideoFrames
browser-compat: api.VideoPlaybackQuality.totalVideoFrames
---
<p>{{APIRef("HTML DOM")}}</p>

Expand Down Expand Up @@ -76,7 +77,7 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.VideoPlaybackQuality.totalVideoFrames")}}</p>
<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/videotrack/id/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- VideoTrack
- id
- track
browser-compat: api.VideoTrack.id
---
<div>{{APIRef("HTML DOM")}}</div>

Expand Down Expand Up @@ -60,4 +61,4 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.VideoTrack.id")}}</p>
<p>{{Compat}}</p>
3 changes: 2 additions & 1 deletion files/en-us/web/api/videotrack/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Video
- VideoTrack
- track
browser-compat: api.VideoTrack
---
<div>{{APIRef("HTML DOM")}}</div>

Expand Down Expand Up @@ -79,4 +80,4 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.VideoTrack")}}</p>
<p>{{Compat}}</p>
3 changes: 2 additions & 1 deletion files/en-us/web/api/videotrack/kind/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- VideoTrack
- id
- track
browser-compat: api.VideoTrack.kind
---
<div>{{APIRef("HTML DOM")}}</div>

Expand Down Expand Up @@ -78,4 +79,4 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.VideoTrack.kind")}}</p>
<p>{{Compat}}</p>
3 changes: 2 additions & 1 deletion files/en-us/web/api/videotrack/label/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- label
- metadata
- track
browser-compat: api.VideoTrack.label
---
<div>{{APIRef("HTML DOM")}}</div>

Expand Down Expand Up @@ -87,4 +88,4 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.VideoTrack.label")}}</p>
<p>{{Compat}}</p>
3 changes: 2 additions & 1 deletion files/en-us/web/api/videotrack/language/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- Video
- VideoTrack
- track
browser-compat: api.VideoTrack.language
---
<div>{{APIRef("HTML DOM")}}</div>

Expand Down Expand Up @@ -59,4 +60,4 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.VideoTrack.language")}}</p>
<p>{{Compat}}</p>
3 changes: 2 additions & 1 deletion files/en-us/web/api/videotrack/selected/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- VideoTrack
- selected
- track
browser-compat: api.VideoTrack.selected
---
<div>{{APIRef("HTML DOM")}}</div>

Expand Down Expand Up @@ -54,4 +55,4 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.VideoTrack.selected")}}</p>
<p>{{Compat}}</p>
3 changes: 2 additions & 1 deletion files/en-us/web/api/videotrack/sourcebuffer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- Video
- VideoTrack
- track
browser-compat: api.VideoTrack.sourceBuffer
---
<div>{{APIRef("HTML DOM")}}</div>

Expand Down Expand Up @@ -55,4 +56,4 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.VideoTrack.sourceBuffer")}}</p>
<p>{{Compat}}</p>
3 changes: 2 additions & 1 deletion files/en-us/web/api/videotracklist/addtrack_event/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- API
- Reference
- events
browser-compat: api.VideoTrackList.addtrack_event
---
<div>{{APIRef}}</div>

Expand Down Expand Up @@ -66,7 +67,7 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.VideoTrackList.addtrack_event")}}</p>
<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

Expand Down
Loading

0 comments on commit ecbf620

Please sign in to comment.