--- title: '::spelling-error' slug: 'Web/CSS/::spelling-error' translation_of: 'Web/CSS/::spelling-error' ---
{{CSSRef}}{{SeeCompatTable}}

::spelling-error CSS 伪元素 表示浏览器标记为不正确拼写的文本段。

::spelling-error {
  color: red;
}

可用的属性

只有一小部分CSS属性可用于 ::spelling-error 伪元素选择器:

语法

::spelling-error

标准

Specification Status Comment
{{SpecName('CSS4 Pseudo-Elements', '#selectordef-spelling-error', '::spelling-error')}} {{Spec2('CSS4 Pseudo-Elements')}} Initial definition.

浏览器兼容性

{{Compat("css.selectors.spelling-error")}}

参见