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

html/attributes の BCD query を英語版に追従 #7903

Merged
merged 4 commits into from
Aug 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/ja/web/html/attributes/accept/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ div {

## ブラウザーの互換性

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

## 関連情報

Expand Down
1 change: 0 additions & 1 deletion files/ja/web/html/attributes/autocomplete/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ tags:
- form
- パスワード
- textarea
browser-compat: html.global_attributes.autocomplete
translation_of: Web/HTML/Attributes/autocomplete
---

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

## ブラウザーの互換性

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

## 関連情報

Expand Down
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
2 changes: 1 addition & 1 deletion files/ja/web/html/attributes/disabled/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Firefox は他のブラウザーとは異なり、ページを再読み込みし

## ブラウザーの互換性

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

## 関連情報

Expand Down
4 changes: 2 additions & 2 deletions files/ja/web/html/attributes/max/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ tags:
- リファレンス
spec-urls:
- https://html.spec.whatwg.org/multipage/input.html#the-min-and-max-attributes
- https://html.spec.whatwg.org/multipage/forms.html#the-progress-element
- https://html.spec.whatwg.org/multipage/forms.html#the-meter-element
- https://html.spec.whatwg.org/multipage/forms.html#the-progress-element
translation_of: Web/HTML/Attributes/max
---

Expand Down Expand Up @@ -134,7 +134,7 @@ translation_of: Web/HTML/Attributes/max

## ブラウザーの互換性

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

## 関連情報

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/html/attributes/maxlength/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ maxlength が指定されなかった場合、または無効な値が指定さ

## ブラウザーの互換性

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

## 関連情報

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/html/attributes/min/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ input:invalid {

## ブラウザーの互換性

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

## 関連情報

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/html/attributes/minlength/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ input:invalid:focus {

## ブラウザーの互換性

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

## 関連情報

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/html/attributes/pattern/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ This renders like so:

## ブラウザーの互換性

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

## 関連情報

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/html/attributes/readonly/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ readonly が付いた値を動的に変更できる唯一の方法は、スク

## ブラウザーの互換性

{{Compat("html.elements.attributes.readonly")}}
{{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
4 changes: 4 additions & 0 deletions files/ja/web/html/attributes/step/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ input:invalid {

{{Specifications}}

## ブラウザーの互換性

{{Compat}}

## 関連情報

- [`max`](/ja/docs/Web/HTML/Attributes/max)
Expand Down