Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put browser-compat info in front-runner for api/h* #5411

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion files/en-us/web/api/hashchangeevent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Interface
- Reference
- events
browser-compat: api.HashChangeEvent
---
<div>{{APIRef("HTML DOM")}}</div>

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

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

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

<h2 id="Related_events">Related events</h2>

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/hashchangeevent/newurl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Property
- Reference
- Web API
browser-compat: api.HashChangeEvent.newURL
---
<div>{{APIRef("HTML DOM")}}</div>

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

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

<p>{{Compat("api.HashChangeEvent.newURL")}}</p>
<p>{{Compat}}</p>
3 changes: 2 additions & 1 deletion files/en-us/web/api/hashchangeevent/oldurl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Property
- Reference
- Web API
browser-compat: api.HashChangeEvent.oldURL
---
<div>{{APIRef("HTML DOM")}}</div>

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

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

<p>{{Compat("api.HashChangeEvent.oldURL")}}</p>
<p>{{Compat}}</p>
3 changes: 2 additions & 1 deletion files/en-us/web/api/headers/append/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Fetch
- Method
- Reference
browser-compat: api.Headers.append
---
<div>{{APIRef("Fetch")}}</div>

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

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

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

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

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/headers/delete/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Method
- Reference
- delete
browser-compat: api.Headers.delete
---
<div>{{APIRef("Fetch")}}</div>

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

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

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

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

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/headers/entries/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Headers
- Method
- Reference
browser-compat: api.Headers.entries
---
<div>{{APIRef}}</div>

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

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

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

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

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/headers/get/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Method
- Reference
- get
browser-compat: api.Headers.get
---
<div>{{APIRef("Fetch")}}</div>

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

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

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

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

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/headers/getall/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Reference
- getAll
- Deprecated
browser-compat: api.Headers.getAll
---
<p>{{deprecated_header}}{{APIRef("Fetch")}}{{ SeeCompatTable() }}</p>

Expand Down Expand Up @@ -58,7 +59,7 @@ <h2 id="Example">Example</h2>

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

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

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

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/headers/has/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Method
- Reference
- has
browser-compat: api.Headers.has
---
<div>{{APIRef("Fetch")}}</div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/headers/keys/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Headers
- Method
- Reference
browser-compat: api.Headers.keys
---
<div>{{APIRef}}</div>

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

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

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

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

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/headers/set/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Method
- Reference
- set
browser-compat: api.Headers.set
---
<div>{{APIRef("Fetch")}}</div>

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

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

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

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

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/headers/values/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Headers
- Method
- Reference
browser-compat: api.Headers.values
---
<div>{{APIRef}}</div>

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

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

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

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

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/hid/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Advanced
- WebHID
- WebHID API
browser-compat: api.HID
---
<div>{{ APIRef("WebHID API") }}{{SeeCompatTable}}</div>

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

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

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

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

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/history/back/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Method
- Reference
- Web
browser-compat: api.History.back
---
<div>{{APIRef("History API")}}</div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/history/length/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Property
- Read-only
- Reference
browser-compat: api.History.length
---
<div>{{APIRef("History API")}}</div>

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

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

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

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

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/history/pushstate/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- URL
- Web
- pushState
browser-compat: api.History.pushState
---
<div>{{APIRef("History API")}}</div>

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

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

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

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

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/history/replacestate/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- History API
- Method
- Reference
browser-compat: api.History.replaceState
---
<div>{{APIRef("History API")}}</div>

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

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

<p>{{Compat("api.History.replaceState")}}</p>
<p>{{Compat}}</p>
3 changes: 2 additions & 1 deletion files/en-us/web/api/history/scrollrestoration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- History API
- Property
- Reference
browser-compat: api.History.scrollRestoration
---
<div>{{APIRef("History API")}}</div>

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

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

<p>{{Compat("api.History.scrollRestoration")}}</p>
<p>{{Compat}}</p>
3 changes: 2 additions & 1 deletion files/en-us/web/api/history/state/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- History API
- Property
- Reference
browser-compat: api.History.state
---
<div>{{APIRef("History API")}}</div>

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

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

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

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

Expand Down
Loading