--- title: ':required' slug: 'Web/CSS/:required' translation_of: 'Web/CSS/:required' ---

{{ CSSRef() }}

摘要

:required  CSS 伪类 表示任意设置了{{ htmlattrxref("required", "input") }}属性的{{ HTMLElement("input") }},{{HTMLElement("select")}}, 或 {{HTMLElement("textarea")}}元素。 这个伪类对于高亮显示在提交表单之前必须具有有效数据的字段非常有用。

注意:{{ cssxref(":optional") }}伪类选中'可选的'表单字段。

语法

{{csssyntax}}

例子

查看示例 {{ cssxref(":invalid") }} .

规范

Specification Status Comment
{{ SpecName('HTML WHATWG', '#selector-required', ':required') }} {{ Spec2('HTML WHATWG') }} No change.
{{ SpecName('HTML5 W3C', '#selector-required', ':required') }} {{ Spec2('HTML5 W3C') }} Defines the semantic regarding HTML and constraint validation.
{{ SpecName('CSS4 Selectors', '#opt-pseudos', ':required') }} {{ Spec2('CSS4 Selectors') }} No change.
{{ SpecName('CSS3 Basic UI', '#pseudo-required-value', ':required') }} {{ Spec2('CSS3 Basic UI') }} Defines the pseudo-class, but not the associated semantic.

浏览器兼容

{{ CompatibilityTable() }}

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support 10.0 {{ CompatGeckoDesktop("2") }} 10 10.0 5.0
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support {{ CompatUnknown() }} {{ CompatGeckoMobile("2") }} {{ CompatNo() }} 10.0 5.0

参见