Xidorn Quan
Xidorn Quan
@ehuss @Havvy Any other thought?
Sounds like the reference should remove "receiver type of `Self` (i.e. `self`) implies this", and possibly mention that while `self` in receiver doesn't violate object safety, `unsized_fn_params` is required to...
> Specifically, having a bound of `Self: Sized` is implied by having the receiver be `self` because it is a requirement that the programmer specify that `Self: Sized` on the...
Note there was some discussion in the mailing list in this thread: https://lists.w3.org/Archives/Public/www-style/2016Apr/0281.html cc @dbaron @tabatkins
Currently, different engines have different behavior for different properties. In Gecko, on some properties like `-webkit-text-fill-color`, `text-emphasis-color`, `currentcolor` and numeric color are not interpolatible; for some properties we interpolate `currentcolor`...
FWIW, the way we are implementing does not match how `blenda()` function is defined in the current draft of CSS Color 4. The issue with `blenda()` function is that, CSS...
FWIW, Gecko has implemented interpolation between "currentcolor" and numeric color for majority of CSS color properties (if not all). It does so via interpolating colors linearly in a way like...
Note that gCS returns used value for color properties, so syntax wouldn't be a problem for that case. But if we want to take Typed OM into account, maybe we...
Serialization is really a matter of CSSOM spec, I believe. In [the serialization section of CSSOM](https://drafts.csswg.org/cssom/#serializing-css-values), there is no individual rule for ``, and from CSS Values spec, [``](https://drafts.csswg.org/css-values-3/#typedef-number-percentage) is...
I think Edge's behavior looks better, but I have no idea how that can be speced.