From b63757a144910b254a4f4060625ce4e8e49f05b8 Mon Sep 17 00:00:00 2001 From: debiru Date: Wed, 24 Aug 2022 00:31:45 +0900 Subject: [PATCH] =?UTF-8?q?browser-compat=20=E3=83=A1=E3=82=BF=E3=83=87?= =?UTF-8?q?=E3=83=BC=E3=82=BF=E9=A0=85=E7=9B=AE=E3=82=92=E5=89=8A=E9=99=A4?= =?UTF-8?q?=20(#7903)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/html/attributes/accept/index.md | 1 - files/ja/web/html/attributes/capture/index.md | 1 - files/ja/web/html/attributes/disabled/index.md | 8 -------- files/ja/web/html/attributes/max/index.md | 4 ---- files/ja/web/html/attributes/maxlength/index.md | 3 --- files/ja/web/html/attributes/min/index.md | 3 --- files/ja/web/html/attributes/minlength/index.md | 3 --- files/ja/web/html/attributes/pattern/index.md | 1 - files/ja/web/html/attributes/readonly/index.md | 3 --- files/ja/web/html/attributes/step/index.md | 1 - 10 files changed, 28 deletions(-) diff --git a/files/ja/web/html/attributes/accept/index.md b/files/ja/web/html/attributes/accept/index.md index 099cf75277d5a8..c751bc970f37fc 100644 --- a/files/ja/web/html/attributes/accept/index.md +++ b/files/ja/web/html/attributes/accept/index.md @@ -8,7 +8,6 @@ tags: - HTML - Input - Reference -browser-compat: html.elements.input.accept translation_of: Web/HTML/Attributes/accept --- {{HTMLSidebar}} diff --git a/files/ja/web/html/attributes/capture/index.md b/files/ja/web/html/attributes/capture/index.md index 5b04b2d781cd2f..b36c23de9a2698 100644 --- a/files/ja/web/html/attributes/capture/index.md +++ b/files/ja/web/html/attributes/capture/index.md @@ -8,7 +8,6 @@ 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 --- diff --git a/files/ja/web/html/attributes/disabled/index.md b/files/ja/web/html/attributes/disabled/index.md index a1ea16a795c077..a9e661489ea083 100644 --- a/files/ja/web/html/attributes/disabled/index.md +++ b/files/ja/web/html/attributes/disabled/index.md @@ -7,14 +7,6 @@ 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 --- diff --git a/files/ja/web/html/attributes/max/index.md b/files/ja/web/html/attributes/max/index.md index dfc171b244826e..6ac8e77ba878b1 100644 --- a/files/ja/web/html/attributes/max/index.md +++ b/files/ja/web/html/attributes/max/index.md @@ -8,10 +8,6 @@ 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-meter-element diff --git a/files/ja/web/html/attributes/maxlength/index.md b/files/ja/web/html/attributes/maxlength/index.md index 66dda3d580aa7c..562a71ec64789c 100644 --- a/files/ja/web/html/attributes/maxlength/index.md +++ b/files/ja/web/html/attributes/maxlength/index.md @@ -10,9 +10,6 @@ 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 --- diff --git a/files/ja/web/html/attributes/min/index.md b/files/ja/web/html/attributes/min/index.md index 8912d9cbcbaaec..c83bc76b07b58d 100644 --- a/files/ja/web/html/attributes/min/index.md +++ b/files/ja/web/html/attributes/min/index.md @@ -8,9 +8,6 @@ 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 --- diff --git a/files/ja/web/html/attributes/minlength/index.md b/files/ja/web/html/attributes/minlength/index.md index 44a347f06773d1..76998bc92a28bd 100644 --- a/files/ja/web/html/attributes/minlength/index.md +++ b/files/ja/web/html/attributes/minlength/index.md @@ -10,9 +10,6 @@ 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 --- diff --git a/files/ja/web/html/attributes/pattern/index.md b/files/ja/web/html/attributes/pattern/index.md index 36d63d2ff06008..750d9b4d285686 100644 --- a/files/ja/web/html/attributes/pattern/index.md +++ b/files/ja/web/html/attributes/pattern/index.md @@ -7,7 +7,6 @@ tags: - Constraint Validation API - HTML - Reference -browser-compat: html.elements.input.pattern translation_of: Web/HTML/Attributes/pattern --- {{HTMLSidebar}} diff --git a/files/ja/web/html/attributes/readonly/index.md b/files/ja/web/html/attributes/readonly/index.md index d84eae7d39ed3a..c707a90c55cc45 100644 --- a/files/ja/web/html/attributes/readonly/index.md +++ b/files/ja/web/html/attributes/readonly/index.md @@ -7,9 +7,6 @@ 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 --- diff --git a/files/ja/web/html/attributes/step/index.md b/files/ja/web/html/attributes/step/index.md index 3e47f0aff1cabb..b89213f64a1446 100644 --- a/files/ja/web/html/attributes/step/index.md +++ b/files/ja/web/html/attributes/step/index.md @@ -8,7 +8,6 @@ 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 ---