The article discussed one possible workaround, which was to specify RGB values for the fully transparent pixels in the artwork. If the PNG tool you're using substitutes its own RGB values in those transparent pixels, as allowed by the spec, the workaround doesn't work. That's why PNG in particular is a problem.
If you follow the recommendation at the end to use premultiplied alpha for all computations, this becomes a moot point.
If you follow the recommendation at the end to use premultiplied alpha for all computations, this becomes a moot point.