From 6371ef7f279f0dbd79df7ced6df5092c0868f1b7 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 17 Jan 2025 22:55:49 -0800 Subject: [PATCH] [css-pseudo-4] Gloss in-flow/out-of-flow jargon --- css-pseudo-4/Overview.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css-pseudo-4/Overview.bs b/css-pseudo-4/Overview.bs index 0c09488067a3..0d5481144007 100644 --- a/css-pseudo-4/Overview.bs +++ b/css-pseudo-4/Overview.bs @@ -486,12 +486,12 @@ Finding the First-Letter Text Its [=first-letter text=] is the first such [=inline-level content=] participating in the [=inline formatting context=] of its [=originating element=]’s [=first formatted line=], - if it is not preceded by any other in-flow content + if it is not preceded by any other [=in-flow=] content (such as images or inline tables) on its line. For this purpose, any [=marker boxes=] are ignored, - as if they were out-of-flow. - However, if an element has in-flow ''::before'' or ''::after'' content, + as if they were [=out-of-flow=]. + However, if an element has [=in-flow=] ''::before'' or ''::after'' content, the [=first-letter text=] is selected from the content of the element including that generated content.