diff options
Diffstat (limited to 'files/ja/web/api/htmlformelement/name/index.html')
-rw-r--r-- | files/ja/web/api/htmlformelement/name/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/htmlformelement/name/index.html b/files/ja/web/api/htmlformelement/name/index.html index 0ac7b00019..0933aa22b7 100644 --- a/files/ja/web/api/htmlformelement/name/index.html +++ b/files/ja/web/api/htmlformelement/name/index.html @@ -24,6 +24,6 @@ if (form1_Name != document.form.name) { <p>Internet Explorer (IE) では、<code>createElement()</code> メソッドによって作成された要素に対する <code>name</code> 属性を用いての名前の設定 / 書換は許可されていません。</p> <h2 id="Specification" name="Specification">仕様書</h2> <ul> - <li><a href="http://www.w3.org/TR/html5/forms.html#dom-form-name" title="http://www.w3.org/TR/html5/forms.html#dom-form-name">HTML5, Section 4.10.3, The form Element</a></li> + <li><a href="http://www.w3.org/TR/html5/forms.html#dom-form-name">HTML5, Section 4.10.3, The form Element</a></li> <li><a href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-22051454">DOM Level 2 HTML: name</a></li> </ul> |