This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
http://dev.w3.org/csswg/cssom/#the-getstyleutils-interface "The computedStyle attribute must return [...] the computed value" "getComputedStyle([...]) [...] must [...] return [...] the resolved value" That's just confusing. Please can we either have .computedStyle return the resolved style, or rename it? Yes, the spec is confusing, but let's not let that confusion go into the API as well. It's far better for the API to be self-consistent and disagree with the formal terminology, than it is for the API to follow our evolving terminology. Same reason we use URL in all our APIs and syntax, rather than the evolving term.
I don't mind calling it rawComputedStyle. Any other candidates?
https://dvcs.w3.org/hg/csswg/rev/59be33863762
It's a bit better, but still confusing, IMHO. I don't have a compellingly better suggestion, though.