Accessing Fragment Area in shader

The spec defines Fragment Area as The width and height, in pixels, of a fragment. Is there a way to access this width and height in the fragment shader.

You already asked at StackOverflow.