diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-04-08 00:13:42 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-04-08 20:38:24 +0900 |
commit | 07171282fd4ce9f5ba88ffc51370a062bb8785b7 (patch) | |
tree | d3b54696eb36de3eacef464538da28a0af7539b1 /files/ja/web/html | |
parent | f9ba0f3e4baecc16ce0a6b3c5af4269b11b98bde (diff) | |
download | translated-content-07171282fd4ce9f5ba88ffc51370a062bb8785b7.tar.gz translated-content-07171282fd4ce9f5ba88ffc51370a062bb8785b7.tar.bz2 translated-content-07171282fd4ce9f5ba88ffc51370a062bb8785b7.zip |
誤字を修正
Diffstat (limited to 'files/ja/web/html')
-rw-r--r-- | files/ja/web/html/attributes/readonly/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <p><strong>注:</strong> テキストコントロールだけが読み取り専用にすることができます。他のコントロール (チェックボックスやボタンなど) は、読み取り専用と無効との間に有用な違いがないため、 <code>readonly</code> 属性は適用されません。</p> </div> -<p>入力に <code>readonly</code> 属性が設定されている場合、 {{cssxref(":read-only")}} 擬似クラスも適用されます。逆に、 <code>readonly</code> 属性をに対応していても、この属性が設定されていない入力欄は、 {{cssxref(":read-write")}} 擬似クラスに一致します。</p> +<p>入力に <code>readonly</code> 属性が設定されている場合、 {{cssxref(":read-only")}} 擬似クラスも適用されます。逆に、 <code>readonly</code> 属性に対応していても、この属性が設定されていない入力欄は、 {{cssxref(":read-write")}} 擬似クラスに一致します。</p> <h3 id="Attribute_interactions">属性の相互作用</h3> |