[Bug 26588] transform-origin: value definition and description are inconsistent

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26588

Simon Fraser <smfr@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Simon Fraser <smfr@me.com> ---
I changed it to:

  [ left | center | right | top | bottom | <percentage> | <length> ]
| 
  [ left | center | right | <percentage> | <length> ]
  [ top | center | bottom | <percentage> | <length> ] <length>?
|
  [[ center | left | right ] && [ center | top | bottom ]] <length>?

which I think is correct. I suspect it was copied from
https://drafts.csswg.org/css-backgrounds-3/#position but without understanding
the "edge plus delta" form that the final production is trying to address.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 20 August 2015 04:23:52 UTC