New issue
Advanced search Search tips

Issue 911093 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

::first-letter preceded by empty inline does not work

Project Member Reported by futhark@chromium.org, Dec 3

Issue description

Finding the first-letter text doesn't work with an inline element preceding the first text in the block:

<!DOCTYPE html>
<style>
  div::first-letter { color: green }
</style>
<div>
  <span></span>
  <span>First letter should be green</span>
</div>

 

Sign in to add a comment