aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/html/global_attributes
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/html/global_attributes')
-rw-r--r--files/ja/web/html/global_attributes/data-_star_/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/html/global_attributes/data-_star_/index.html b/files/ja/web/html/global_attributes/data-_star_/index.html
index d18661035c..f7c4845e1e 100644
--- a/files/ja/web/html/global_attributes/data-_star_/index.html
+++ b/files/ja/web/html/global_attributes/data-_star_/index.html
@@ -16,7 +16,7 @@ translation_of: Web/HTML/Global_attributes/data-*
<div class="hidden">このデモのソースファイルは GitHub リポジトリに格納されています。デモプロジェクトに協力したい場合は、 <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> をクローンしてプルリクエストを送信してください。</div>
<p>すべてのカスタムデータは、属性を設定した要素の {{domxref("HTMLElement")}} インターフェイスを通して使用できます。 {{domxref("HTMLElement.dataset")}} プロパティがそれらへのアクセス手段を提供します。<br>
- <code>*</code> は、 <a href="http://www.w3.org/TR/REC-xml/#NT-Name" title="http://www.w3.org/TR/REC-xml/#NT-Name">XML 名の作成規則</a>に加えて以下の制約に従う名前に置き換えることができます。</p>
+ <code>*</code> は、 <a href="http://www.w3.org/TR/REC-xml/#NT-Name">XML 名の作成規則</a>に加えて以下の制約に従う名前に置き換えることができます。</p>
<ul>
<li>大文字小文字にかかわらず、名前を <code>xml</code> で始めてはならない。</li>