---
title: '::grammar-error'
slug: 'Web/CSS/::grammar-error'
translation_of: 'Web/CSS/::grammar-error'
---
{{CSSRef}}{{SeeCompatTable}}
::grammar-error伪元素应用于浏览器标识为语法错误的文本段
只有一小部分的css能够应用在::grammar-error的选择器中
- {{cssxref("color")}}
- {{cssxref("background-color")}}
- {{cssxref("cursor")}}
- {{cssxref("text-emphasis-color")}}
- {{cssxref("text-shadow")}}
- {{cssxref("outline")}} and its longhands
- {{cssxref("text-decoration")}} and its associated properties
Specifications
Specification |
Status |
Comment |
{{SpecName('CSS4 Pseudo-Elements', '#selectordef-grammar-error', '::grammar-error')}} |
{{Spec2('CSS4 Pseudo-Elements')}} |
Initial definition |
Browser compatibility
{{Compat("css.selectors.grammar-error")}}
See also
- {{cssxref("::spelling-error")}}