@@ -75,11 +75,11 @@ var exampleHeight = example.height;</code></pre>\
7575 <ol>\
7676 <li><p>If the element does not have any associated <span>CSS layout box</span> or the\
7777 element is the root element and the <code data-anolis-spec=dom>Document</code> is in\
78- <span data-anolis-spec=dom title=concept-quirks-mode >quirks mode</span> return zero and terminate these steps.</p></li>\
78+ <span data-anolis-spec=dom title=concept-document-quirks >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\
8080 <code title='widl-Window-scrollY'>scrollY</code>.</p></li>\
8181 <li><p>If the element is <span>the HTML <code>body</code> element</span>,\
82- 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\
82+ the <code data-anolis-spec=dom>Document</code> is in <span data-anolis-spec=dom title=concept-document-quirks >quirks mode</span>, and the element\
8383 does not have any overflow, return the value of\
8484 <code title=widl-Window-scrollY>scrollY</code>.</p></li>\
8585 <li><p>Return the y-coordinate of the <span>content</span> at the\
@@ -91,13 +91,13 @@ var exampleHeight = example.height;</code></pre>\
9191 <li><p>Let <var title>y</var> be the given value.</p></li>\
9292 <li><p>If the element does not have any associated <span>CSS layout box</span>, the\
9393 element is the root element and the <code data-anolis-spec=dom>Document</code> is in\
94- <span data-anolis-spec=dom title=concept-quirks-mode >quirks mode</span>, or the element has no overflow, terminate these\
94+ <span data-anolis-spec=dom title=concept-document-quirks >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\
9797 <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>,\
100- 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\
100+ the <code data-anolis-spec=dom>Document</code> is in <span data-anolis-spec=dom title=concept-document-quirks >quirks mode</span>, and the element\
101101 does not have any vertical overflow, invoke\
102102 <code title=widl-Window-scroll>scroll()</code> with\
103103 <code title=widl-Window-scrollX>scrollX</code> as first\
@@ -113,11 +113,11 @@ var exampleHeight = example.height;</code></pre>\
113113 <ol>\
114114 <li><p>If the element does not have any associated <span>CSS layout box</span> or the\
115115 element is the root element and the <code data-anolis-spec=dom>Document</code> is in\
116- <span data-anolis-spec=dom title=concept-quirks-mode >quirks mode</span> return zero and terminate these steps.</p></li>\
116+ <span data-anolis-spec=dom title=concept-document-quirks >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\
118118 <code title=widl-Window-scrollX>scrollX</code>.</p></li>\
119119 <li><p>If the element is <span>the HTML <code>body</code> element</span>,\
120- 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\
120+ the <code data-anolis-spec=dom>Document</code> is in <span data-anolis-spec=dom title=concept-document-quirks >quirks mode</span>, and the element\
121121 does not have any overflow, return the value of\
122122 <code title=widl-Window-scrollX>scrollX</code>.</p></li>\
123123 <li><p>Return the x-coordinate of the <span>content</span> at the\
@@ -129,13 +129,13 @@ var exampleHeight = example.height;</code></pre>\
129129 <li><p>Let <var title>x</var> be the given value.</p></li>\
130130 <li><p>If the element does not have any associated <span>CSS layout box</span>, the\
131131 element is the root element and the <code data-anolis-spec=dom>Document</code> is in\
132- <span data-anolis-spec=dom title=concept-quirks-mode >quirks mode</span>, or the element has no overflow, terminate these\
132+ <span data-anolis-spec=dom title=concept-document-quirks >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\
135135 <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>,\
138- 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\
138+ the <code data-anolis-spec=dom>Document</code> is in <span data-anolis-spec=dom title=concept-document-quirks >quirks mode</span>, and the element\
139139 does not have any vertical overflow, invoke\
140140 <code title='widl-Window-scroll'>scroll()</code> with\
141141 <var title>x</var> as first argument and\
@@ -153,11 +153,11 @@ var exampleHeight = example.height;</code></pre>\
153153 zero and terminate these steps.</p></li>\
154154 <li><p>If the element is the root element and the\
155155 <code data-anolis-spec=dom>Document</code> is not in\
156- <span data-anolis-spec=dom title=concept-quirks-mode >quirks mode</span>\
156+ <span data-anolis-spec=dom title=concept-document-quirks >quirks mode</span>\
157157 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\
160- <span data-anolis-spec=dom title=concept-quirks-mode >quirks mode</span>\
160+ <span data-anolis-spec=dom title=concept-document-quirks >quirks mode</span>\
161161 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>',\
@@ -173,11 +173,11 @@ var exampleHeight = example.height;</code></pre>\
173173 zero and terminate these steps.</p></li>\
174174 <li><p>If the element is the root element and the\
175175 <code data-anolis-spec=dom>Document</code> is not in\
176- <span data-anolis-spec=dom title=concept-quirks-mode >quirks mode</span>\
176+ <span data-anolis-spec=dom title=concept-document-quirks >quirks mode</span>\
177177 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\
180- <span data-anolis-spec=dom title=concept-quirks-mode >quirks mode</span>\
180+ <span data-anolis-spec=dom title=concept-document-quirks >quirks mode</span>\
181181 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>',\
0 commit comments