目錄 搜尋
Attributes accesskey (attribute) class (attribute) contenteditable (attribute) contextmenu (attribute) data-* (attribute) dir (attribute) draggable (attribute) dropzone (attribute) Global attributes hidden (attribute) id (attribute) itemid (attribute) itemprop (attribute) itemref (attribute) itemscope (attribute) itemtype (attribute) lang (attribute) slot (attribute) spellcheck (attribute) style (attribute) tabindex (attribute) title (attribute) translate (attribute) Elements a abbr address area article aside audio b base bdi bdo blockquote body br button canvas caption cite code col colgroup data datalist dd del details dfn dialog div dl dt em embed fieldset figcaption figure footer form h1 head header hr html i iframe img input input type="button" input type="checkbox" input type="color" input type="date" input type="datetime"-local input type="email" input type="file" input type="hidden" input type="image" input type="month" input type="number" input type="password" input type="radio" input type="range" input type="reset" input type="search" input type="submit" input type="tel" input type="text" input type="time" input type="url" input type="week" ins kbd label legend li link main map mark menu menuitem meta meter nav noscript object ol optgroup option output p param picture pre progress q rp rt rtc ruby s samp script section select slot small source span strong style sub summary sup table tbody td template textarea tfoot th thead time title tr track u ul var video wbr Miscellaneous Attributes Block-level elements CORS enabled image CORS settings attributes Element Inline elements Kinds of HTML content Link types Microdata Optimizing your pages for speculative parsing Preloading content Reference Supported media formats Using the application cache Obsolete acronym applet basefont big blink center command content dir element font frame frameset hgroup image input type="datetime" isindex keygen listing marquee nextid noframes plaintext strike tt xmp
文字

fieldset 元素通常用来对表单中的控制元素进行分组(也包括 label 元素)

内容类别

流内容,切片根,列出,形式相关元素,可触及的内容。

允许的内容

一个可选的元素,接着是流内容。

标记遗漏

没有,起始和结束标签都是强制性的。

允许的父母

任何接受流内容的元素。

允许ARIA角色

组,演示文稿

DOM界面

HTMLFieldSetElement

注意:与几乎任何其他元素不同,WHATWG HTML Rendering规范建议将min-width:min-content作为

默认样式的一部分,许多浏览器都实现了这种样式(或与其近似的东西)。

注:

元素预计将建立一个新的块格式上下文。

属性

fieldset 中包含所有全局属性

disabledHTML5如果设置了这个 bool 值属性, 它的后代表单控制元素也会继承这个属性, 它的首个可选的 legend 元素除外, 例如, 禁止编辑. 该元素和它的子元素不会接受任何浏览器事件, 比如点击或者 focus 事件, 一般来说浏览器会将这样的元素展示位灰色.

formHTML5规定fieldset所属的form表单. 这个属性的值与其所属的formID相同. 默认值是最近的那个form.

nameHTML5控制元素分组的名称

该字段集的标签由该字段集的第一个元素给出。

示例

示例 #1: 一个拥有 fieldset, legend 和 label 的表单

Title

示例 #2: 利用包含 radioboxes and textboxes 的 fieldset 模拟一个可编辑的

Choose your size (simple select):

What address do you want to use? (editable pseudoselect)
Address…

Write a comment:

规范

规范

状态

评论

HTML生活标准该规范中'

'的定义。

生活水平

fieldset元素的定义

HTML生活标准

生活水平

建议的字段集和图例元素的默认呈现

HTML5该规范中'

'的定义。

建议


HTML 4.01规范该规范中'

'的定义。

建议

初始定义

浏览器兼容性

Feature

Chrome

Edge

Firefox (Gecko)

Internet Explorer

Opera

Safari

Basic support

(Yes)

(Yes)

1.0 (1.7 or earlier)

(Yes)

(Yes)

(Yes)

disabled attribute

(Yes)

(Yes)

(Yes)

(Yes)1

12

6

Establish a new block formatting

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

Feature

Android

Edge

Firefox Mobile (Gecko)

IE Mobile

Opera Mobile

Safari Mobile

Basic support

(Yes)

(Yes)

1.0 (1.0)

(Yes)

(Yes)

(Yes)

disabled attribute

4.4

(Yes)

?

?

?

6.0

Establish a new block formatting

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

上一篇: 下一篇: