Re: [csswg-drafts] [css-backgrounds] What is the serialization "background-position: top right 10px"? (#6586)

The spec defines the computed value as “list, each item a pair of offsets (horizontal and vertical) from the top left origin each given as a computed <length-percentage> value”.

The only way to serialize that would be as a pair of length, percentage or calc() values, possibly with the values 0, 0%, 50%, and 100% converted to equivalent keywords.

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6586#issuecomment-916512293 using your GitHub account


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

Received on Thursday, 9 September 2021 23:38:38 UTC