Skip to content

Commit

Permalink
compat マクロの引数を削除 (#7903)
Browse files Browse the repository at this point in the history
  • Loading branch information
debiru authored and mfuji09 committed Aug 25, 2022
1 parent b068429 commit 726739c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 24 deletions.
12 changes: 1 addition & 11 deletions files/ja/web/html/attributes/crossorigin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,7 @@ translation_of: Web/HTML/Attributes/crossorigin

## ブラウザーの互換性

### script の crossorigin

{{Compat("html.elements.script.crossorigin")}}

### video の crossorigin

{{Compat("html.elements.video.crossorigin")}}

### link の crossorigin

{{Compat("html.elements.link.crossorigin")}}
{{Compat}}

## 関連情報

Expand Down
12 changes: 1 addition & 11 deletions files/ja/web/html/attributes/rel/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,17 +191,7 @@ translation_of: Web/HTML/Attributes/rel

## ブラウザーの互換性

### `link` 要素の `rel` 属性

{{Compat("html.elements.link.rel")}}

### `a` 要素の `rel` 属性

{{Compat("html.elements.a.rel")}}

### `area` 要素の `rel` 属性

{{Compat("html.elements.area.rel")}}
{{Compat}}

## 関連情報

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/html/attributes/required/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ translation_of: Web/HTML/Attributes/required

## ブラウザーの互換性

{{Compat("html.elements.attributes.required")}}
{{Compat}}

## 関連情報

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/html/attributes/size/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ translation_of: Web/HTML/Attributes/size

## ブラウザーの互換性

{{Compat("html.elements.attribute.size")}}
{{Compat}}

## 関連情報

Expand Down

0 comments on commit 726739c

Please sign in to comment.