Skip to content

Commit

Permalink
Clarify what happens when not rendered
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishtr authored and emilio committed Mar 20, 2024
1 parent 477f890 commit 33402a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cssom-view-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ The <dfn attribute for=Element>clientHeight</dfn> attribute must run these steps
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.

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

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

Expand Down

0 comments on commit 33402a8

Please sign in to comment.