Re: [csswg-drafts] CSS syntax highlighting proposal (#9247)

> As reference, we can certainly draw spelling and grammar markers in textarea.

You can?? I changed the CSS in the above jsfiddle to this:

```css
::highlight(function) { text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: red; }
```

and it drew the red squiggle only on the pre, but **NOT** on the textarea.

-- 
GitHub Notification of comment by dragoncoder047
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9247#issuecomment-1698071135 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 29 August 2023 20:18:53 UTC