@@ -133,8 +133,7 @@ <h2 class="no-num no-toc" id="toc">Table of Contents</h2>
133133 < ol class ="toc ">
134134 < li > < a href ="#the-clientrectlist-interface "> < span class ="secno "> 10.1 </ span > The < code title =""> ClientRectList</ code > Interface</ a > </ li >
135135 < li > < a href ="#the-clientrect-interface "> < span class ="secno "> 10.2 </ span > The < code title =""> ClientRect</ code > Interface</ a > </ ol > </ li >
136- < li > < a class ="no-num " href ="#references "> References</ a > </ li >
137- < li > < a class ="no-num " href ="#references-0 "> References</ a >
136+ < li > < a class ="no-num " href ="#references "> References</ a >
138137 < ol class ="toc ">
139138 < li > < a class ="no-num " href ="#normative-references "> Normative references</ a > </ ol > </ li >
140139 < li > < a class ="no-num " href ="#acknowledgments "> Acknowledgments</ a > </ ol >
@@ -699,10 +698,10 @@ <h3 id="the-getclientrects-and-getboundingclientrect-methods"><span class="secno
699698 on.</ li >
700699
701700 < li > < p > If the < var > list</ var > is empty return a < code > < a href ="#clientrect "> ClientRect</ a > </ code >
702- object whose < code title ="dom-clientrect -top "> < a href ="#dom-clientrect-top "> top</ a > </ code > ,
703- < code title ="dom-clientrect -right "> < a href ="#dom-clientrect-right "> right</ a > </ code > ,
704- < code title ="dom-clientrect -bottom "> < a href ="#dom-clientrect-bottom "> bottom</ a > </ code > and
705- < code title ="dom-clientrect -left "> < a href ="#dom-clientrect-left "> left</ a > </ code > members are zero.</ li >
701+ object whose < code title ="dom-ClientRect -top "> < a href ="#dom-clientrect-top "> top</ a > </ code > ,
702+ < code title ="dom-ClientRect -right "> < a href ="#dom-clientrect-right "> right</ a > </ code > ,
703+ < code title ="dom-ClientRect -bottom "> < a href ="#dom-clientrect-bottom "> bottom</ a > </ code > and
704+ < code title ="dom-ClientRect -left "> < a href ="#dom-clientrect-left "> left</ a > </ code > members are zero.</ li >
706705
707706 < li > < p > Otherwise, return a < code > < a href ="#clientrect "> ClientRect</ a > </ code > object describing the
708707 smallest rectangle that includes the first rectangle in < var > list</ var >
@@ -1188,10 +1187,10 @@ <h2 id="extensions-to-the-range-interface"><span class="secno">8 </span>Extensio
11881187
11891188 < li > < p > If < var > list</ var > is empty return a
11901189 < code > < a href ="#clientrect "> ClientRect</ a > </ code > object whose
1191- < code title ="dom-clientrect -top "> < a href ="#dom-clientrect-top "> top</ a > </ code > ,
1192- < code title ="dom-clientrect -right "> < a href ="#dom-clientrect-right "> right</ a > </ code > ,
1193- < code title ="dom-clientrect -bottom "> < a href ="#dom-clientrect-bottom "> bottom</ a > </ code > and
1194- < code title ="dom-clientrect -left "> < a href ="#dom-clientrect-left "> left</ a > </ code > members are zero.</ li >
1190+ < code title ="dom-ClientRect -top "> < a href ="#dom-clientrect-top "> top</ a > </ code > ,
1191+ < code title ="dom-ClientRect -right "> < a href ="#dom-clientrect-right "> right</ a > </ code > ,
1192+ < code title ="dom-ClientRect -bottom "> < a href ="#dom-clientrect-bottom "> bottom</ a > </ code > and
1193+ < code title ="dom-ClientRect -left "> < a href ="#dom-clientrect-left "> left</ a > </ code > members are zero.</ li >
11951194
11961195 < li > < p > Otherwise, return a < code > < a href ="#clientrect "> ClientRect</ a > </ code > object describing the
11971196 smallest rectangle that includes the first rectangle in < var > list</ var >
@@ -1318,64 +1317,59 @@ <h3 id="the-clientrect-interface"><span class="secno">10.2 </span>The <code titl
13181317 a < code > < a href ="#clientrect "> ClientRect</ a > </ code > object.</ p >
13191318
13201319 < pre class ="idl "> interface < dfn id ="clientrect "> ClientRect</ dfn > {
1321- readonly attribute float < a href ="#dom-clientrect-top " title ="dom-clientrect -top "> top</ a > ;
1322- readonly attribute float < a href ="#dom-clientrect-right " title ="dom-clientrect -right "> right</ a > ;
1323- readonly attribute float < a href ="#dom-clientrect-bottom " title ="dom-clientrect -bottom "> bottom</ a > ;
1324- readonly attribute float < a href ="#dom-clientrect-left " title ="dom-clientrect -left "> left</ a > ;
1325- readonly attribute float < a href ="#dom-clientrect-width " title ="dom-clientrect -width "> width</ a > ;
1326- readonly attribute float < a href ="#dom-clientrect-height " title ="dom-clientrect -height "> height</ a > ;
1320+ readonly attribute float < a href ="#dom-clientrect-top " title ="dom-ClientRect -top "> top</ a > ;
1321+ readonly attribute float < a href ="#dom-clientrect-right " title ="dom-ClientRect -right "> right</ a > ;
1322+ readonly attribute float < a href ="#dom-clientrect-bottom " title ="dom-ClientRect -bottom "> bottom</ a > ;
1323+ readonly attribute float < a href ="#dom-clientrect-left " title ="dom-ClientRect -left "> left</ a > ;
1324+ readonly attribute float < a href ="#dom-clientrect-width " title ="dom-ClientRect -width "> width</ a > ;
1325+ readonly attribute float < a href ="#dom-clientrect-height " title ="dom-ClientRect -height "> height</ a > ;
13271326};</ pre >
13281327
13291328 < p > The
1330- < dfn id ="dom-clientrect-top " title ="dom-clientrect -top "> < code > top</ code > </ dfn >
1329+ < dfn id ="dom-clientrect-top " title ="dom-ClientRect -top "> < code > top</ code > </ dfn >
13311330 attribute must return the y-coordinate,
13321331 relative to the < a href ="#viewport "> viewport</ a > origin, of the top of the rectangle
13331332 box.</ p >
13341333
13351334 < p > The
1336- < dfn id ="dom-clientrect-right " title ="dom-clientrect -right "> < code > right</ code > </ dfn >
1335+ < dfn id ="dom-clientrect-right " title ="dom-ClientRect -right "> < code > right</ code > </ dfn >
13371336 attribute must return the x-coordinate,
13381337 relative to the < a href ="#viewport "> viewport</ a > origin, of the right of the
13391338 rectangle box.</ p >
13401339
13411340 < p > The
1342- < dfn id ="dom-clientrect-bottom " title ="dom-clientrect -bottom "> < code > bottom</ code > </ dfn >
1341+ < dfn id ="dom-clientrect-bottom " title ="dom-ClientRect -bottom "> < code > bottom</ code > </ dfn >
13431342 attribute must return the y-coordinate,
13441343 relative to the < a href ="#viewport "> viewport</ a > origin, of the bottom of the
13451344 rectangle box.</ p >
13461345
13471346 < p > The
1348- < dfn id ="dom-clientrect-left " title ="dom-clientrect -left "> < code > left</ code > </ dfn >
1347+ < dfn id ="dom-clientrect-left " title ="dom-ClientRect -left "> < code > left</ code > </ dfn >
13491348 attribute must return the x-coordinate,
13501349 relative to the < a href ="#viewport "> viewport</ a > origin, of the left of the rectangle
13511350 box.</ p >
13521351
13531352 < p > The
1354- < dfn id ="dom-clientrect-width " title ="dom-clientrect -width "> < code > width</ code > </ dfn >
1353+ < dfn id ="dom-clientrect-width " title ="dom-ClientRect -width "> < code > width</ code > </ dfn >
13551354 attribute must return the width of the
13561355 rectangle box.</ p >
13571356
13581357 < p class ="note "> This is identical to
1359- < code title ="dom-clientrect -right "> < a href ="#dom-clientrect-right "> right</ a > </ code > minus
1360- < code title ="dom-clientrect -left "> < a href ="#dom-clientrect-left "> left</ a > </ code > .</ p >
1358+ < code title ="dom-ClientRect -right "> < a href ="#dom-clientrect-right "> right</ a > </ code > minus
1359+ < code title ="dom-ClientRect -left "> < a href ="#dom-clientrect-left "> left</ a > </ code > .</ p >
13611360
13621361 < p > The
1363- < dfn id ="dom-clientrect-height " title ="dom-clientrect -height "> < code > height</ code > </ dfn >
1362+ < dfn id ="dom-clientrect-height " title ="dom-ClientRect -height "> < code > height</ code > </ dfn >
13641363 attribute must return the height of the
13651364 rectangle box.</ p >
13661365
13671366 < p class ="note "> This is identical to
1368- < code title ="dom-clientrect -bottom "> < a href ="#dom-clientrect-bottom "> bottom</ a > </ code > minus
1369- < code title ="dom-clientrect -top "> < a href ="#dom-clientrect-top "> top</ a > </ code > .</ p >
1367+ < code title ="dom-ClientRect -bottom "> < a href ="#dom-clientrect-bottom "> bottom</ a > </ code > minus
1368+ < code title ="dom-ClientRect -top "> < a href ="#dom-clientrect-top "> top</ a > </ code > .</ p >
13701369
13711370
1372- < h2 class ="no-num " id ="references "> References</ h2 >
13731371
1374- < p > All references are normative<!--, unless stated otherwise--> .</ p >
1375-
1376-
1377-
1378- < h2 class ="no-num " id ="references-0 "> References</ h2 >
1372+ < h2 class ="no-num " id ="references "> References</ h2 >
13791373< h3 class ="no-num " id ="normative-references "> Normative references</ h3 >
13801374< div id ="anolis-references-normative "> < dl > < dt id ="refsCSSOM "> [CSSOM]
13811375< dd > < cite > < a href ="http://dev.w3.org/csswg/cssom/ "> CSSOM</ a > </ cite > , A. van Kesteren. W3C.
@@ -1404,12 +1398,6 @@ <h3 class="no-num" id="normative-references">Normative references</h3>
14041398<!--
14051399<h3 class=no-num>Informative references</h3>
14061400<div id=anolis-references-informative></div>
1407-
1408-
1409- <dt id="ref-svg">[SVG]</dt>
1410- <dd><cite><a href="http://www.w3.org/TR/SVG11/">Scalable Vector Graphics
1411- (SVG) 1.1 Specification</a></cite>, J. Ferraiolo, 藤沢
1412- 淳, D. Jackson. W3C.</dd>
14131401-->
14141402
14151403
0 commit comments