Skip to content

Commit

Permalink
[css-viewport] Add clarification that path() contents are zoomed (#10301
Browse files Browse the repository at this point in the history
)

* Add clarification that path() contents are zoomed

* Fix name for path()
  • Loading branch information
chrishtr committed Jun 3, 2024
1 parent a533ab9 commit 5814df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-viewport/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5814df6

Please sign in to comment.