Skip to content

Commit 5814df6

Browse files
authored
[css-viewport] Add clarification that path() contents are zoomed (#10301)
* Add clarification that path() contents are zoomed * Fix name for path()
1 parent a533ab9 commit 5814df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-viewport/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ only the value previously set to it.
369369
An element becomes zoomed when the 'zoom' property has a positive computed value different than 1
370370
(or when a flat tree ancestor has zoom).
371371

372-
To apply zoom, the [=used value=] of a CSS property is pre-multiplied
372+
To apply zoom, the [=used value=] of a CSS property (including values inside of [=path()=] strings) is pre-multiplied
373373
(before any other steps in the [=used value=] stage)
374374
by the [=used value=] of 'zoom' for the element.
375375
It also multiplies the [=natural size=] of all replaced elements,

0 commit comments

Comments
 (0)