[csswg-drafts] percentage values for `object-view-box` inconsistent with percentage values for `background-position` (#7941)

jsnkuhn has just created a new issue for https://github.com/w3c/csswg-drafts:

== percentage values for `object-view-box` inconsistent with percentage values for `background-position` ==
percentage values for `object-view-box` inconsistent with percentage values for `background-position`. Not sure if this is intentional.

`object-view-box: xywh(50% 0 32px 32px);` (https://drafts.csswg.org/css-shapes-1/#supported-basic-shapes)

> Defines a rectangle via offsets from the top and left edge of the reference box, and a specified width and height. 


`background-position: 50% 0;` (https://www.w3.org/TR/css-backgrounds-3/#background-position)

> A percentage for the horizontal offset is relative to (width of background positioning area - width of background image). A percentage for the vertical offset is relative to (height of background positioning area - height of background image), where the size of the image is the size given by background-size.


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7941 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 23 October 2022 11:47:21 UTC