::spelling-error
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The ::spelling-error CSS pseudo-element represents a text segment which the user agent has flagged as incorrectly spelled.
Allowable properties
Only a small subset of CSS properties can be used in a rule with ::spelling-error in its selector:
colorbackground-colorcursorcaret-color-
outlineand its longhands -
text-decorationand its associated properties text-emphasis-colortext-shadow
Syntax
::spelling-error
Examples
Simple document spell check
In this example, eventual supporting browsers should highlight any flagged spelling errors with the styles shown.
HTML
<p contenteditable spellcheck="true">My friends are coegdfgfddffbgning to the party tonight.</p>
CSS
::spelling-error { text-decoration: wavy red; }
Result
Specifications
| Specification |
|---|
| CSS Pseudo-Elements Module Level 4 (CSS Pseudo-Elements 4) # selectordef-spelling-error |
Browser compatibility
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
::spelling-error |
No |
No |
No |
No |
No |
No
See bug 175784.
|
No |
No |
No |
No |
No |
No |
See also
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/CSS/::spelling-error