Skip to content

Commit

Permalink
html/attributes の BCD query を英語版に追従
Browse files Browse the repository at this point in the history
  • Loading branch information
debiru authored and mfuji09 committed Aug 25, 2022
1 parent 7c647c4 commit e1ded1c
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 10 deletions.
3 changes: 2 additions & 1 deletion files/ja/web/html/attributes/accept/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tags:
- HTML
- Input
- Reference
browser-compat: html.elements.input.accept
translation_of: Web/HTML/Attributes/accept
---
{{HTMLSidebar}}
Expand Down Expand Up @@ -149,7 +150,7 @@ div {

## ブラウザーの互換性

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

## 関連情報

Expand Down
3 changes: 2 additions & 1 deletion files/ja/web/html/attributes/capture/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tags:
- Capture
- 制約検証
- HTML
browser-compat: html.elements.input.capture
spec-urls: https://w3c.github.io/html-media-capture/#the-capture-attribute
translation_of: Web/HTML/Attributes/capture
---
Expand Down Expand Up @@ -56,7 +57,7 @@ translation_of: Web/HTML/Attributes/capture

## ブラウザーの互換性

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

## 関連情報

Expand Down
10 changes: 9 additions & 1 deletion files/ja/web/html/attributes/disabled/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ tags:
- 制約検証
- フォーム
- required
browser-compat:
- html.elements.button.disabled
- html.elements.fieldset.disabled
- html.elements.input.disabled
- html.elements.optgroup.disabled
- html.elements.option.disabled
- html.elements.select.disabled
- html.elements.textarea.disabled
spec-urls: https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-disabled
translation_of: Web/HTML/Attributes/disabled
---
Expand Down Expand Up @@ -111,7 +119,7 @@ Firefox は他のブラウザーとは異なり、ページを再読み込みし

## ブラウザーの互換性

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

## 関連情報

Expand Down
8 changes: 6 additions & 2 deletions files/ja/web/html/attributes/max/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ tags:
- HTML
- max
- リファレンス
browser-compat:
- html.elements.input.max
- html.elements.meter.max
- html.elements.progress.max
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 +138,7 @@ translation_of: Web/HTML/Attributes/max

## ブラウザーの互換性

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

## 関連情報

Expand Down
5 changes: 4 additions & 1 deletion files/ja/web/html/attributes/maxlength/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ tags:
- リファレンス
- maxlength
- textarea
browser-compat:
- html.elements.input.maxlength
- html.elements.textarea.maxlength
spec-urls: https://html.spec.whatwg.org/multipage/input.html#attr-input-maxlength
translation_of: Web/HTML/Attributes/maxlength
---
Expand Down Expand Up @@ -40,7 +43,7 @@ maxlength が指定されなかった場合、または無効な値が指定さ

## ブラウザーの互換性

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

## 関連情報

Expand Down
5 changes: 4 additions & 1 deletion files/ja/web/html/attributes/min/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ tags:
- HTML
- min
- Reference
browser-compat:
- html.elements.input.min
- html.elements.meter.min
spec-urls: https://html.spec.whatwg.org/multipage/input.html#the-min-and-max-attributes
translation_of: Web/HTML/Attributes/min
---
Expand Down Expand Up @@ -143,7 +146,7 @@ input:invalid {

## ブラウザーの互換性

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

## 関連情報

Expand Down
5 changes: 4 additions & 1 deletion files/ja/web/html/attributes/minlength/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ tags:
- リファレンス
- minlength
- textarea
browser-compat:
- html.elements.input.minlength
- html.elements.textarea.minlength
spec-urls: https://html.spec.whatwg.org/multipage/input.html#attr-input-minlength
translation_of: Web/HTML/Attributes/minlength
---
Expand Down Expand Up @@ -50,7 +53,7 @@ input:invalid:focus {

## ブラウザーの互換性

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

## 関連情報

Expand Down
3 changes: 2 additions & 1 deletion files/ja/web/html/attributes/pattern/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags:
- Constraint Validation API
- HTML
- Reference
browser-compat: html.elements.input.pattern
translation_of: Web/HTML/Attributes/pattern
---
{{HTMLSidebar}}
Expand Down Expand Up @@ -129,7 +130,7 @@ This renders like so:

## ブラウザーの互換性

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

## 関連情報

Expand Down
5 changes: 4 additions & 1 deletion files/ja/web/html/attributes/readonly/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ tags:
- 制約検証
- フォーム
- required
browser-compat:
- html.elements.input.readonly
- html.elements.textarea.readonly
spec-urls: https://html.spec.whatwg.org/multipage/forms.html#attr-input-readonly
translation_of: Web/HTML/Attributes/readonly
---
Expand Down Expand Up @@ -80,7 +83,7 @@ readonly が付いた値を動的に変更できる唯一の方法は、スク

## ブラウザーの互換性

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

## 関連情報

Expand Down
5 changes: 5 additions & 0 deletions files/ja/web/html/attributes/step/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tags:
- HTML
- リファレンス
- step
browser-compat: html.elements.input.step
spec-urls: https://html.spec.whatwg.org/multipage/input.html#the-step-attribute
translation_of: Web/HTML/Attributes/step
---
Expand Down Expand Up @@ -117,6 +118,10 @@ input:invalid {

{{Specifications}}

## ブラウザーの互換性

{{Compat}}

## 関連情報

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

0 comments on commit e1ded1c

Please sign in to comment.