From 07171282fd4ce9f5ba88ffc51370a062bb8785b7 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Thu, 8 Apr 2021 00:13:42 +0900 Subject: 誤字を修正 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/html/attributes/readonly/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ja') diff --git a/files/ja/web/html/attributes/readonly/index.html b/files/ja/web/html/attributes/readonly/index.html index 890e01ee38..85532546f0 100644 --- a/files/ja/web/html/attributes/readonly/index.html +++ b/files/ja/web/html/attributes/readonly/index.html @@ -21,7 +21,7 @@ translation_of: Web/HTML/Attributes/readonly

注: テキストコントロールだけが読み取り専用にすることができます。他のコントロール (チェックボックスやボタンなど) は、読み取り専用と無効との間に有用な違いがないため、 readonly 属性は適用されません。

-

入力に readonly 属性が設定されている場合、 {{cssxref(":read-only")}} 擬似クラスも適用されます。逆に、 readonly 属性をに対応していても、この属性が設定されていない入力欄は、 {{cssxref(":read-write")}} 擬似クラスに一致します。

+

入力に readonly 属性が設定されている場合、 {{cssxref(":read-only")}} 擬似クラスも適用されます。逆に、 readonly 属性に対応していても、この属性が設定されていない入力欄は、 {{cssxref(":read-write")}} 擬似クラスに一致します。

属性の相互作用

-- cgit v1.2.3-54-g00ecf