@@ -977,11 +977,11 @@ <h3 id="client-attributes">The <code title>clientTop</code>,
977977 < h2 id ="extensions-to-the-htmlelement-interface "> Extensions to the < code title > HTMLElement</ code > Interface</ h2 >
978978
979979 < pre class ="idl "> partial interface < span data-anolis-spec =html > HTMLElement</ span > {
980- readonly attribute Element < span > offsetParent</ span > ;
981- readonly attribute long < span > offsetTop</ span > ;
982- readonly attribute long < span > offsetLeft</ span > ;
983- readonly attribute long < span > offsetWidth</ span > ;
984- readonly attribute long < span > offsetHeight</ span > ;
980+ readonly attribute Element < span title = dom-HTMLElement-offsetParent > offsetParent</ span > ;
981+ readonly attribute long < span title = dom-HTMLElement-offsetTop > offsetTop</ span > ;
982+ readonly attribute long < span title = dom-HTMLElement-offsetLeft > offsetLeft</ span > ;
983+ readonly attribute long < span title = dom-HTMLElement-offsetWidth > offsetWidth</ span > ;
984+ readonly attribute long < span title = dom-HTMLElement-offsetHeight > offsetHeight</ span > ;
985985};</ pre >
986986
987987
@@ -991,7 +991,7 @@ <h3 id="offset-attributes">The <code title>offsetParent</code>,
991991 attributes</ h3 >
992992
993993 < p > The
994- < dfn id =" dom-htmlelement-offsetparent " > < code > offsetParent</ code > </ dfn >
994+ < dfn title = dom-HTMLElement-offsetParent > < code > offsetParent</ code > </ dfn >
995995 attribute must return the result of running these
996996 steps:</ p >
997997
@@ -1034,7 +1034,7 @@ <h3 id="offset-attributes">The <code title>offsetParent</code>,
10341034 < li > < p > Return null.</ p > </ li >
10351035 </ ol >
10361036
1037- < p > The < dfn id =" dom-htmlelement-offsettop " > < code > offsetTop</ code > </ dfn >
1037+ < p > The < dfn title = dom-HTMLElement-offsetTop > < code > offsetTop</ code > </ dfn >
10381038 attribute must return the result of running these
10391039 steps:</ p >
10401040
@@ -1043,7 +1043,7 @@ <h3 id="offset-attributes">The <code title>offsetParent</code>,
10431043 or does not have any associated CSS layout box return zero and terminate
10441044 this algorithm.</ p > </ li >
10451045
1046- < li > < p > If the < code > offsetParent</ code > of the element is null return the
1046+ < li > < p > If the < code title = dom-HTMLElement-offsetParent > offsetParent</ code > of the element is null return the
10471047 y-coordinate of the top < span > border edge</ span > of the first
10481048 CSS layout box associated with the element, relative to the
10491049 < span > initial containing block</ span > origin, and terminate this
@@ -1052,7 +1052,7 @@ <h3 id="offset-attributes">The <code title>offsetParent</code>,
10521052 < li >
10531053 < p > Return the result of subtracting the y-coordinate of the top
10541054 < span > padding edge</ span > of the first CSS layout box associated with
1055- the < code > offsetParent</ code > of the element from the y-coordinate of
1055+ the < code title = dom-HTMLElement-offsetParent > offsetParent</ code > of the element from the y-coordinate of
10561056 the top < span > border edge</ span > of the first CSS layout box associated
10571057 with the element, relative to the < span > initial containing block</ span >
10581058 origin.</ p >
@@ -1062,16 +1062,15 @@ <h3 id="offset-attributes">The <code title>offsetParent</code>,
10621062 </ li >
10631063 </ ol >
10641064
1065- < p > The < dfn id ="dom-htmlelement-offsetleft "> < code > offsetLeft</ code > </ dfn >
1066- attribute must return the result of running these
1067- steps:</ p >
1065+ < p > The < dfn title =dom-HTMLElement-offsetLeft > < code > offsetLeft</ code > </ dfn >
1066+ attribute must return the result of running these steps:</ p >
10681067
10691068 < ol >
10701069 < li > < p > If the element is < span > the HTML < code > body</ code >
10711070 element</ span > or does not have any associated CSS layout box return zero
10721071 and terminate this algorithm.</ p > </ li >
10731072
1074- < li > < p > If the < code > offsetParent</ code > of the element is null return the
1073+ < li > < p > If the < code title = dom-HTMLElement-offsetParent > offsetParent</ code > of the element is null return the
10751074 x-coordinate of the left < span > border edge</ span > of the first
10761075 CSS layout box associated with the element, relative to the
10771076 < span > initial containing block</ span > origin, and terminate this
@@ -1080,17 +1079,16 @@ <h3 id="offset-attributes">The <code title>offsetParent</code>,
10801079 < li >
10811080 < p > Return the result of subtracting the x-coordinate of the left
10821081 < span > padding edge</ span > of the first CSS layout box associated with
1083- the < code > offsetParent</ code > of the element from the x-coordinate of
1082+ the < code title = dom-HTMLElement-offsetParent > offsetParent</ code > of the element from the x-coordinate of
10841083 the left < span > border edge</ span > of the first CSS layout box associated
10851084 with the element, relative to the < span > initial containing block</ span >
10861085 origin.</ p >
10871086 </ li >
10881087 </ ol >
10891088
10901089 < p > The
1091- < dfn id ="dom-htmlelement-offsetwidth "> < code > offsetWidth</ code > </ dfn >
1092- attribute must return the result of running these
1093- steps:</ p >
1090+ < dfn title =dom-HTMLElement-offsetWidth > < code > offsetWidth</ code > </ dfn >
1091+ attribute must return the result of running these steps:</ p >
10941092
10951093 < ol >
10961094 < li > < p > If the element does not have any associated CSS layout box return
@@ -1101,9 +1099,8 @@ <h3 id="offset-attributes">The <code title>offsetParent</code>,
11011099 </ ol >
11021100
11031101 < p > The
1104- < dfn id ="dom-htmlelement-offsetheight "> < code > offsetHeight</ code > </ dfn >
1105- attribute must return the result of running these
1106- steps:</ p >
1102+ < dfn title =dom-HTMLElement-offsetHeight > < code > offsetHeight</ code > </ dfn >
1103+ attribute must return the result of running these steps:</ p >
11071104
11081105 < ol >
11091106 < li > < p > If the element does not have any associated CSS layout box return
@@ -1117,15 +1114,15 @@ <h3 id="offset-attributes">The <code title>offsetParent</code>,
11171114 < h2 id ="extensions-to-the-range-interface "> Extensions to the < code title > Range</ code > Interface</ h2 >
11181115
11191116 < pre class ="idl "> partial interface < span data-anolis-spec =domrange > Range</ span > {
1120- < span > ClientRectList</ span > < span title ="dom-range-getclientrects "> getClientRects</ span > ();
1121- < span > ClientRect</ span > < span title ="dom-range-getboundingclientrect "> getBoundingClientRect</ span > ();
1117+ < span > ClientRectList</ span > < span title ="dom-Range-getClientRects "> getClientRects</ span > ();
1118+ < span > ClientRect</ span > < span title ="dom-Range-getBoundingClientRect "> getBoundingClientRect</ span > ();
11221119};</ pre >
11231120
11241121 < p > The objects the methods described below return must
11251122 be static.</ p >
11261123
11271124 < p > The
1128- < dfn id =" dom-range-getclientrects " title =" dom-range-getclientrects " > < code > getClientRects()</ code > </ dfn >
1125+ < dfn title =dom-Range-getClientRects > < code > getClientRects()</ code > </ dfn >
11291126 method, when invoked, must return an empty
11301127 < code > ClientRectList</ code > object if the range is not in the document and
11311128 otherwise a < code > ClientRectList</ code > object containing a list of
@@ -1147,21 +1144,21 @@ <h2 id="extensions-to-the-range-interface">Extensions to the <code title>Range</
11471144 </ ul >
11481145
11491146 < p > The
1150- < dfn id =" dom-range-getboundingclientrect " title =" dom-range-getboundingclientrect " > < code > getBoundingClientRect()</ code > </ dfn >
1147+ < dfn title =dom-Range-getBoundingClientRect > < code > getBoundingClientRect()</ code > </ dfn >
11511148 method, when invoked, must return the result of the
11521149 following algorithm:</ p >
11531150
11541151 < ol >
11551152 < li > < p > Let < var > list</ var > be the result of invoking
1156- < code title =" dom-range-getclientrects " > getClientRects()</ code > on the
1153+ < code title =dom-Range-getClientRects > getClientRects()</ code > on the
11571154 same range this method was invoked on.</ p > </ li >
11581155
11591156 < li > < p > If < var > list</ var > is empty return a
11601157 < code > ClientRect</ code > object whose
1161- < code title =" dom-ClientRect-top " > top</ code > ,
1162- < code title =" dom-ClientRect-right " > right</ code > ,
1163- < code title =" dom-ClientRect-bottom " > bottom</ code > and
1164- < code title =" dom-ClientRect-left " > left</ code > members are zero.</ p > </ li >
1158+ < code title =dom-ClientRect-top > top</ code > ,
1159+ < code title =dom-ClientRect-right > right</ code > ,
1160+ < code title =dom-ClientRect-bottom > bottom</ code > and
1161+ < code title =dom-ClientRect-left > left</ code > members are zero.</ p > </ li >
11651162
11661163 < li > < p > Otherwise, return a < code > ClientRect</ code > object describing the
11671164 smallest rectangle that includes the first rectangle in < var > list</ var >
0 commit comments