From the spec (http://www.w3.org/TR/cssom-view/#dom-element-clientwidth)
The clientWidth attribute must run these steps:
1.If the element has no associated CSS layout box or if the CSS layout box is inline, return zero.
…
From the spec (http://www.w3.org/TR/cssom-view/#dom-element-clientwidth)
The clientWidth attribute must run these steps:
1.If the element has no associated CSS layout box or if the CSS layout box is inline, return zero.
…