From ed9a18d2999a0c164b990f3c01fc6550e1e1504f Mon Sep 17 00:00:00 2001 From: Connor Pearson Date: Tue, 19 Nov 2024 23:01:38 +0100 Subject: [PATCH] [css-position-4] refer to HTML update the rendering algorithm by correct name (#11225) --- css-position-4/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-position-4/Overview.bs b/css-position-4/Overview.bs index a6334da9882..534fc5e6d81 100644 --- a/css-position-4/Overview.bs +++ b/css-position-4/Overview.bs @@ -622,7 +622,7 @@ Top Layer Manipulation {#top-manip} [=set/remove=] |el| from |doc|'s [=Document/top layer=] and [=pending top layer removals=]. - Note: This is intended to be called during the "Update Rendering" step + Note: This is intended to be called during the "Update the Rendering" step of HTML's rendering algorithm. It is not intended to be called by other algorithms.