@@ -38,13 +38,13 @@ partial interface Element {
3838 "<p>The {@name} {@type}, when invoked, must return the result of the following algorithm:</p>\
3939 <ol>\
4040 <li><p>Let <var>list</var> be the result of invoking\
41- <code title=dom -Element-getClientRects>getClientRects()</code> on the\
41+ <code title=widl -Element-getClientRects>getClientRects()</code> on the\
4242 same element this method was invoked on.</p></li>\
4343 <li><p>If the <var>list</var> is empty return a <code>ClientRect</code>\
44- object whose <code title=dom -ClientRect-top>top</code>,\
45- <code title=dom -ClientRect-right>right</code>,\
46- <code title=dom -ClientRect-bottom>bottom</code> and\
47- <code title=dom -ClientRect-left>left</code> members are zero.</p></li>\
44+ object whose <code title=widl -ClientRect-top>top</code>,\
45+ <code title=widl -ClientRect-right>right</code>,\
46+ <code title=widl -ClientRect-bottom>bottom</code> and\
47+ <code title=widl -ClientRect-left>left</code> members are zero.</p></li>\
4848 <li><p>Otherwise, return a <code>ClientRect</code> object describing the\
4949 smallest rectangle that includes the first rectangle in <var>list</var>\
5050 and all of the remaining rectangles of which the height or width is not\
@@ -77,11 +77,11 @@ var exampleHeight = example.height;</code></pre>\
7777 element is the root element and the <code data-anolis-spec=dom>Document</code> is in\
7878 <span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span> return zero and terminate these steps.</p></li>\
7979 <li><p>If the element is the root element return the value of\
80- <code title='dom -Window-scrollY'>scrollY</code>.</p></li>\
80+ <code title='widl -Window-scrollY'>scrollY</code>.</p></li>\
8181 <li><p>If the element is <span>the HTML <code>body</code> element</span>,\
8282 the <code data-anolis-spec=dom>Document</code> is in <span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span>, and the element\
8383 does not have any overflow, return the value of\
84- <code title=dom -Window-scrollY>scrollY</code>.</p></li>\
84+ <code title=widl -Window-scrollY>scrollY</code>.</p></li>\
8585 <li><p>Return the y-coordinate of the <span>content</span> at the\
8686 alignment point with the top of the <span>content edge</span> of the\
8787 element.</p></li>\
@@ -94,16 +94,16 @@ var exampleHeight = example.height;</code></pre>\
9494 <span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span>, or the element has no overflow, terminate these\
9595 steps.</p></li>\
9696 <li><p>If the element is the root element invoke\
97- <code title=dom -Window-scroll>scroll()</code> with zero as first\
97+ <code title=widl -Window-scroll>scroll()</code> with zero as first\
9898 argument and <var title>y</var> as second.</p></li>\
9999 <li><p>If the element is <span>the HTML <code>body</code> element</span>,\
100100 the <code data-anolis-spec=dom>Document</code> is in <span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span>, and the element\
101101 does not have any vertical overflow, invoke\
102- <code title=dom -Window-scroll>scroll()</code> with\
103- <code title=dom -Window-scrollX>scrollX</code> as first\
102+ <code title=widl -Window-scroll>scroll()</code> with\
103+ <code title=widl -Window-scrollX>scrollX</code> as first\
104104 argument and <var title>y</var> as second.</p></li>\
105105 <li><p><span title='scroll an element'>Scroll the element</span> to\
106- <code title=dom -Element-scrollLeft>scrollLeft</code>,<var title>y</var>.\
106+ <code title=widl -Element-scrollLeft>scrollLeft</code>,<var title>y</var>.\
107107 </ol>"
108108 ]
109109 attribute long scrollTop;
@@ -115,11 +115,11 @@ var exampleHeight = example.height;</code></pre>\
115115 element is the root element and the <code data-anolis-spec=dom>Document</code> is in\
116116 <span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span> return zero and terminate these steps.</p></li>\
117117 <li><p>If the element is the root element return the value of\
118- <code title=dom -Window-scrollX>scrollX</code>.</p></li>\
118+ <code title=widl -Window-scrollX>scrollX</code>.</p></li>\
119119 <li><p>If the element is <span>the HTML <code>body</code> element</span>,\
120120 the <code data-anolis-spec=dom>Document</code> is in <span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span>, and the element\
121121 does not have any overflow, return the value of\
122- <code title=dom -Window-scrollX>scrollX</code>.</p></li>\
122+ <code title=widl -Window-scrollX>scrollX</code>.</p></li>\
123123 <li><p>Return the x-coordinate of the <span>content</span> at the\
124124 alignment point with the left of the <span>content edge</span> of the\
125125 element.</p></li>\
@@ -132,16 +132,16 @@ var exampleHeight = example.height;</code></pre>\
132132 <span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span>, or the element has no overflow, terminate these\
133133 steps.</p></li>\
134134 <li><p>If the element is the root element invoke\
135- <code title=dom -Window-scroll>scroll()</code> with\
135+ <code title=widl -Window-scroll>scroll()</code> with\
136136 <var title>x</var> as first argument and zero as second.</p></li>\
137137 <li><p>If the element is <span>the HTML <code>body</code> element</span>,\
138138 the <code data-anolis-spec=dom>Document</code> is in <span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span>, and the element\
139139 does not have any vertical overflow, invoke\
140- <code title='dom -Window-scroll'>scroll()</code> with\
140+ <code title='widl -Window-scroll'>scroll()</code> with\
141141 <var title>x</var> as first argument and\
142- <code title=dom -Window-scrollY>scrollY</code> as second.</p></li>\
142+ <code title=widl -Window-scrollY>scrollY</code> as second.</p></li>\
143143 <li><p><span title='Scroll an element'>Scroll the element</span> to\
144- <var title>x</var>,<code title=dom -Element-scrollTop>scrollTop</code>.\
144+ <var title>x</var>,<code title=widl -Element-scrollTop>scrollTop</code>.\
145145 </ol>"
146146 ]
147147 attribute long scrollLeft;
@@ -154,11 +154,11 @@ var exampleHeight = example.height;</code></pre>\
154154 <li><p>If the element is the root element and the\
155155 <code data-anolis-spec=dom>Document</code> is not in\
156156 <span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span>\
157- return max(<span>document content</span> width, value of <code title=dom -Window-innerWidth>innerWidth</code>).</p></li>\
157+ return max(<span>document content</span> width, value of <code title=widl -Window-innerWidth>innerWidth</code>).</p></li>\
158158 <li><p>If the element is <span>the HTML <code>body</code> element</span>\
159159 and the <code data-anolis-spec=dom>Document</code> is in\
160160 <span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span>\
161- return max(<span>document content</span> width, value of <code title=dom -Window-innerWidth>innerWidth</code>).</p></li>\
161+ return max(<span>document content</span> width, value of <code title=widl -Window-innerWidth>innerWidth</code>).</p></li>\
162162 <li><p>Return the computed value of the '<code>padding-left</code>'\
163163 property, plus the computed value of the '<code>padding-right</code>',\
164164 plus the <span>content</span> width of the element.</p></li>\
@@ -174,11 +174,11 @@ var exampleHeight = example.height;</code></pre>\
174174 <li><p>If the element is the root element and the\
175175 <code data-anolis-spec=dom>Document</code> is not in\
176176 <span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span>\
177- return max(<span>document content</span> height, value of <code title=dom -Window-innerHeight>innerHeight</code>).</p></li>\
177+ return max(<span>document content</span> height, value of <code title=widl -Window-innerHeight>innerHeight</code>).</p></li>\
178178 <li><p>If the element is <span>the HTML <code>body</code> element</span>\
179179 and the <code data-anolis-spec=dom>Document</code> is in\
180180 <span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span>\
181- return max(<span>document content</span> height, value of <code title=dom -Window-innerHeight>innerHeight</code>).</p></li>\
181+ return max(<span>document content</span> height, value of <code title=widl -Window-innerHeight>innerHeight</code>).</p></li>\
182182 <li><p>Return the computed value of the '<code>padding-top</code>'\
183183 property, plus the computed value of the '<code>padding-bottom</code>',\
184184 plus the <span>content</span> height of the element.</p></li>\
0 commit comments