Skip to content

Commit 33402a8

Browse files
chrishtremilio
authored andcommitted
Clarify what happens when not rendered
1 parent 477f890 commit 33402a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cssom-view-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1439,7 +1439,7 @@ The <dfn attribute for=Element>clientHeight</dfn> attribute must run these steps
14391439
1. Return the [=unscaled=] height of the <a>padding edge</a> excluding the height of any rendered scrollbar between the <a>padding edge</a> and the <a>border edge</a>, ignoring any <a>transforms</a> that apply to the element and its ancestors.
14401440

14411441
The <dfn attribute for=Element>currentCSSZoom</dfn> attribute must return the
1442-
[=effective zoom=] of the element.
1442+
[=effective zoom=] of the element, or 1.0 if the element isn't [=rendered=].
14431443

14441444
<h3 id=element-scrolling-members>{{Element}} Scrolling Members</h3>
14451445

0 commit comments

Comments
 (0)