::first-letter incorrectly applied to button with grid display |
|
Issue description
<!DOCTYPE html>
<style>
button { display: grid }
button::first-letter { color: red }
</style>
<button>
<span>First letter should not be red</span>
</button>
|
|
►
Sign in to add a comment |
|
Comment 1 by bugdroid1@chromium.org
, Jul 30