From 5814df62393f9fdd963f54f5ca4e5c0a640b3119 Mon Sep 17 00:00:00 2001 From: Chris Harrelson <3453258+chrishtr@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:05:32 -0700 Subject: [PATCH] [css-viewport] Add clarification that path() contents are zoomed (#10301) * Add clarification that path() contents are zoomed * Fix name for path() --- css-viewport/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-viewport/Overview.bs b/css-viewport/Overview.bs index 9d8795b05f8..7f808261ba8 100644 --- a/css-viewport/Overview.bs +++ b/css-viewport/Overview.bs @@ -369,7 +369,7 @@ only the value previously set to it. An element becomes zoomed when the 'zoom' property has a positive computed value different than 1 (or when a flat tree ancestor has zoom). -To apply zoom, the [=used value=] of a CSS property is pre-multiplied +To apply zoom, the [=used value=] of a CSS property (including values inside of [=path()=] strings) is pre-multiplied (before any other steps in the [=used value=] stage) by the [=used value=] of 'zoom' for the element. It also multiplies the [=natural size=] of all replaced elements,