Skip to content

Commit

Permalink
Remove arguments to {{Compat}} macro calls (#16873)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Nov 8, 2023
1 parent 2fc37ac commit 808b7d3
Show file tree
Hide file tree
Showing 1,640 changed files with 1,721 additions and 1,721 deletions.
2 changes: 1 addition & 1 deletion files/ja/conflicting/web/api/syncevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ var syncReg = SyncEvent.registration

## ブラウザー実装状況

{{Compat("api.SyncEvent.registration")}}
{{Compat}}
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ IIS から `Public-Key-Pins` ヘッダーを送信するには、以下のよう

## ブラウザーの互換性

{{Compat("http.headers.Public-Key-Pins")}}
{{Compat}}

## 関連情報

Expand Down
2 changes: 1 addition & 1 deletion files/ja/learn/css/building_blocks/debugging_css/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ CSS の問題を解決する場合、DevTools は非常に役立ちます。CSS

また、MDN の各プロパティページの下部にあるブラウザーの互換性の表を見ることもできます。これらの表は、そのプロパティのブラウザーのサポート状況を示しており、そのプロパティの一部の使用法がサポートされていて、他の使用法がサポートされていない場合は分類されていることが多いです。以下の表は {{cssxref("shape-outside")}} プロパティの互換性データを示しています。

{{compat("css.shape-outside")}}
{{Compat}}

### どこかで CSS が上書きされていませんか?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ slug: Mozilla/Add-ons/WebExtensions/API/alarms/Alarm

## ブラウザーの互換性

{{Compat("webextensions.api.alarms.Alarm")}}
{{Compat}}

{{WebExtExamples}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ browser.alarms.clear(

## ブラウザーの互換性

{{Compat("webextensions.api.alarms.clear")}}
{{Compat}}

{{WebExtExamples}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ browser.alarms.clearAll(

## ブラウザーの互換性

{{Compat("webextensions.api.alarms.clearAll")}}
{{Compat}}

{{WebExtExamples}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ browser.alarms.create(

## ブラウザーの互換性

{{Compat("webextensions.api.alarms.create")}}
{{Compat}}

##

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ browser.alarms.get(

## ブラウザーの互換性

{{Compat("webextensions.api.alarms.get")}}
{{Compat}}

{{WebExtExamples}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ browser.alarms.getAll(

## ブラウザーの互換性

{{Compat("webextensions.api.alarms.getAll")}}
{{Compat}}

##

Expand Down
2 changes: 1 addition & 1 deletion files/ja/mozilla/add-ons/webextensions/api/alarms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ slug: Mozilla/Add-ons/WebExtensions/API/alarms

## ブラウザーの互換性

{{Compat("webextensions.api.alarms")}} {{WebExtExamples("h2")}}
{{Compat}} {{WebExtExamples("h2")}}

> **メモ:** この API は Chromium の [`chrome.alarms`](https://developer.chrome.com/extensions/alarms) API に基づいています。Microsoft Edge の実装状況は Microsoft Corporation から提供されたものであり、ここでは Creative Commons Attribution 3.0 United States License に従っています。
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ browser.alarms.onAlarm.hasListener(listener)

## ブラウザーの互換性

{{Compat("webextensions.api.alarms.onAlarm")}}
{{Compat}}

{{WebExtExamples}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ slug: Mozilla/Add-ons/WebExtensions/API/bookmarks/BookmarkTreeNode
## ブラウザーの互換性

{{Compat("webextensions.api.bookmarks.BookmarkTreeNode", 10)}}
{{Compat}}

{{WebExtExamples}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ slug: Mozilla/Add-ons/WebExtensions/API/bookmarks/BookmarkTreeNodeType

## ブラウザーの互換性

{{Compat("webextensions.api.bookmarks.BookmarkTreeNodeType", 10)}}
{{Compat}}

{{WebExtExamples}}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ slug: Mozilla/Add-ons/WebExtensions/API/bookmarks/BookmarkTreeNodeUnmodifiable

## ブラウザーの互換性

{{Compat("webextensions.api.bookmarks.BookmarkTreeNodeUnmodifiable")}}
{{Compat}}

{{WebExtExamples}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ browser.bookmarks.create(

## ブラウザーの互換性

{{Compat("webextensions.api.bookmarks.create")}}
{{Compat}}

## 使用例

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ slug: Mozilla/Add-ons/WebExtensions/API/bookmarks/CreateDetails

## ブラウザーの互換性

{{Compat("webextensions.api.bookmarks.CreateDetails", 10)}}
{{Compat}}

{{WebExtExamples}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ browser.bookmarks.get(

## ブラウザーの互換性

{{Compat("webextensions.api.bookmarks.get")}}
{{Compat}}

## 使用例

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ browser.bookmarks.getChildren(

## ブラウザーの互換性

{{Compat("webextensions.api.bookmarks.getChildren")}}
{{Compat}}

## 使用例

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ browser.bookmarks.getRecent(

## ブラウザーの互換性

{{Compat("webextensions.api.bookmarks.getRecent")}}
{{Compat}}

## 使用例

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ browser.bookmarks.getSubTree(

## ブラウザーの互換性

{{Compat("webextensions.api.bookmarks.getSubTree")}}
{{Compat}}

##

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ browser.bookmarks.getTree(

## ブラウザーの互換性

{{Compat("webextensions.api.bookmarks.getTree")}}
{{Compat}}

##

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ slug: Mozilla/Add-ons/WebExtensions/API/bookmarks

## ブラウザーの互換性

{{Compat("webextensions.api.bookmarks")}}
{{Compat}}

{{WebExtExamples("h2")}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ browser.bookmarks.move(

## ブラウザーの互換性

{{Compat("webextensions.api.bookmarks.move")}}
{{Compat}}

## 使用例

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ browser.bookmarks.onChanged.hasListener(listener)

## ブラウザーの互換性

{{Compat("webextensions.api.bookmarks.onChanged")}}
{{Compat}}

## 使用例

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ browser.bookmarks.onChildrenReordered.hasListener(listener)

## ブラウザーの互換性

{{Compat("webextensions.api.bookmarks.onChildrenReordered")}}
{{Compat}}

## 使用例

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ browser.bookmarks.onCreated.hasListener(listener)

## ブラウザーの互換性

{{Compat("webextensions.api.bookmarks.onCreated")}}
{{Compat}}

{{WebExtExamples}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ browser.bookmarks.onImportBegan.hasListener(listener)

## ブラウザーの互換性

{{Compat("webextensions.api.bookmarks.onImportBegan")}}
{{Compat}}

## 使用例

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ browser.bookmarks.onImportEnded.hasListener(listener)

## ブラウザーの互換性

{{Compat("webextensions.api.bookmarks.onImportEnded")}}
{{Compat}}

## 使用例

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ browser.bookmarks.onMoved.hasListener(listener)

## ブラウザーの互換性

{{Compat("webextensions.api.bookmarks.onMoved")}}
{{Compat}}

## Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ browser.bookmarks.onRemoved.hasListener(listener)

## ブラウザーの互換性

{{Compat("webextensions.api.bookmarks.onRemoved")}}
{{Compat}}

## Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ browser.bookmarks.remove(

## ブラウザーの互換性

{{Compat("webextensions.api.bookmarks.remove")}}
{{Compat}}

## 使用例

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ browser.bookmarks.removeTree(

## ブラウザーの互換性

{{Compat("webextensions.api.bookmarks.removeTree")}}
{{Compat}}

## 使用例

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ browser.bookmarks.search(

## ブラウザーの互換性

{{Compat("webextensions.api.bookmarks.search")}}
{{Compat}}

## 使用例

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ browser.bookmarks.update(

## ブラウザーの互換性

{{Compat("webextensions.api.bookmarks.update")}}
{{Compat}}

## 使用例

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RGBA 色を定義する、4 つの 0 から 255 の整数の`配列`です。4

## ブラウザーの互換性

{{Compat("webextensions.api.browserAction.ColorArray")}}
{{Compat}}

{{WebExtExamples}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ browser.browserAction.disable(

## ブラウザーの互換性

{{Compat("webextensions.api.browserAction.disable")}}
{{Compat}}

##

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ slug: Mozilla/Add-ons/WebExtensions/API/browserAction

## ブラウザーの互換性

{{Compat("webextensions.api.browserAction")}}
{{Compat}}

{{WebExtExamples("h2")}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ browser.browserAction.onClicked.hasListener(listener);

## ブラウザーの互換性

{{Compat("webextensions.api.browserAction.onClicked")}}
{{Compat}}

##

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ slug: Mozilla/Add-ons/WebExtensions/API/browserSettings

## ブラウザーの互換性

{{Compat("webextensions.api.browserSettings")}}
{{Compat}}

{{WebExtExamples("h2")}}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ slug: Mozilla/Add-ons/WebExtensions/API/browserSettings/newTabPageOverride

## ブラウザーの互換性

{{Compat("webextensions.api.browserSettings.newTabPageOverride", 10)}}
{{Compat}}

##

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ slug: Mozilla/Add-ons/WebExtensions/API/browsingData

## ブラウザーの互換性

{{Compat("webextensions.api.browsingData", 2)}}
{{Compat}}

{{WebExtExamples("h2")}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var removing = browser.browsingData.removeCache(

## ブラウザーの互換性

{{Compat("webextensions.api.browsingData.removeCache")}}
{{Compat}}

##

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ slug: Mozilla/Add-ons/WebExtensions/API/clipboard

## ブラウザー互換性

{{Compat("webextensions.api.clipboard", 1, 1)}} {{WebExtExamples("h2")}}
{{Compat}} {{WebExtExamples("h2")}}

> **メモ:** この API は Chromium の [`chrome.clipboard`](https://developer.chrome.com/apps/clipboard) API に基づきます。
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ A [`Promise`](/ja/docs/Web/JavaScript/Reference/Global_Objects/Promise) that wil

## ブラウザーの互換性

{{Compat("webextensions.api.clipboard.setImageData", 10)}}
{{Compat}}

##

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ slug: Mozilla/Add-ons/WebExtensions/API/commands

## ブラウザーの互換性

{{Compat("webextensions.api.commands")}} {{WebExtExamples("h2")}}
{{Compat}} {{WebExtExamples("h2")}}

> **メモ:** この API は Chromium の [`chrome.commands`](https://developer.chrome.com/extensions/commands) API に基づいています。Microsoft Edge での実装状況は Microsoft Corporation から提供されたものであり、ここでは Creative Commons Attribution 3.0 United States License に従っています。
Expand Down
Loading

0 comments on commit 808b7d3

Please sign in to comment.