@@ -1140,19 +1140,22 @@ <h3 id=client-attributes><span class=secno>5.3. </span>The <code
11401140 id =dom-element-clientleft > < code > clientLeft</ code > </ dfn > , < dfn
11411141 id =dom-element-clientwidth > < code > clientWidth</ code > </ dfn > , and < dfn
11421142 id =dom-element-clientheight > < code > clientHeight</ code > </ dfn > attributes < em
1143- class =ct > must</ em > return zero if the element does not have an associated
1144- CSS layout box or if the layout box is inline. Otherwise, these attributes
1145- < em class =ct > must</ em > behave as defined in the remainder of this section.
1143+ class =ct > must</ em > return zero if the element does not have any associated
1144+ CSS layout box or if the CSS layout box is inline. Otherwise, these
1145+ attributes < em class =ct > must</ em > behave as defined in the remainder of
1146+ this section.
11461147
11471148 < p > The < a href ="#dom-element-clienttop "> < code > clientTop</ code > </ a >
1148- attribute returns the computed value of the < code > border-top-width</ code >
1149- property plus the width of any scrollbar rendered between the top < a
1149+ attribute returns the computed value of the ‘< code
1150+ class =css > < code > border-top-width</ code > </ code > ’ property plus the
1151+ width of any scrollbar rendered between the top < a
11501152 href ="#padding-edge "> padding edge</ a > and the top < a
11511153 href ="#border-edge "> border edge</ a > .
11521154
11531155 < p > The < a href ="#dom-element-clientleft "> < code > clientLeft</ code > </ a >
1154- attribute returns the computed value of the < code > border-left-width</ code >
1155- property plus the width of any scrollbar rendered between the left < a
1156+ attribute returns the computed value of the ‘< code
1157+ class =css > < code > border-left-width</ code > </ code > ’ property plus the
1158+ width of any scrollbar rendered between the left < a
11561159 href ="#padding-edge "> padding edge</ a > and the left < a
11571160 href ="#border-edge "> border edge</ a > .
11581161
0 commit comments