-
AmeliasBrain The p is the container, so can't match based on it's own width. But selectors in a query are not scoped to containers. The selector is matched normally, and then the container is determined for each matched element. The ::first-letter is inside p, that logic would imply a match.