aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/htmlfieldsetelement/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-08-02 10:31:29 -0400
committerIrvin <irvinfly@gmail.com>2021-08-04 01:30:29 +0800
commitd4b97cd8ba7c9b71d5e3ccb119103047da3b44a8 (patch)
treef8ea6bd0389fecc2c53d179b28dbd848a1dc421f /files/zh-cn/web/api/htmlfieldsetelement/index.html
parent9ea776df4726b50ce1b83e7ef8da6b20aeeece73 (diff)
downloadtranslated-content-d4b97cd8ba7c9b71d5e3ccb119103047da3b44a8.tar.gz
translated-content-d4b97cd8ba7c9b71d5e3ccb119103047da3b44a8.tar.bz2
translated-content-d4b97cd8ba7c9b71d5e3ccb119103047da3b44a8.zip
remove link 'title' attributes that's just the 'href' (zh-cn, part 6)
Diffstat (limited to 'files/zh-cn/web/api/htmlfieldsetelement/index.html')
-rw-r--r--files/zh-cn/web/api/htmlfieldsetelement/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/htmlfieldsetelement/index.html b/files/zh-cn/web/api/htmlfieldsetelement/index.html
index 97b7692640..c2e832bebe 100644
--- a/files/zh-cn/web/api/htmlfieldsetelement/index.html
+++ b/files/zh-cn/web/api/htmlfieldsetelement/index.html
@@ -5,7 +5,7 @@ translation_of: Web/API/HTMLFieldSetElement
---
<p>{{ ApiRef() }}</p>
<h2 id="HTML_Field_Set_Element">HTML Field Set Element</h2>
-<p>DOM <code>fieldset</code> elements expose the <a class="external" href="http://dev.w3.org/html5/spec/forms.html#htmlfieldsetelement" title="http://dev.w3.org/html5/spec/forms.html#htmlfieldsetelement">HTMLFieldSetElement</a>  ({{ HTMLVersionInline(4) }} <a class="external" href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-7365882">HTMLFieldSetElement</a>) interface, which provides special properties and methods (beyond the regular <a href="../../../../zh-CN/DOM/element" rel="internal">element</a> object interface they also have available to them by inheritance) for manipulating the layout and presentation of field-set elements.</p>
+<p>DOM <code>fieldset</code> elements expose the <a class="external" href="http://dev.w3.org/html5/spec/forms.html#htmlfieldsetelement">HTMLFieldSetElement</a>  ({{ HTMLVersionInline(4) }} <a class="external" href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-7365882">HTMLFieldSetElement</a>) interface, which provides special properties and methods (beyond the regular <a href="../../../../zh-CN/DOM/element" rel="internal">element</a> object interface they also have available to them by inheritance) for manipulating the layout and presentation of field-set elements.</p>
<h2 id="属性">属性</h2>
<p>以下属性除了 <strong>form</strong> 都是在 {{ HTMLVersionInline(5) }} 中新添加的.</p>
<table class="standard-table">