@@ -496,12 +496,6 @@ <h2 id="extensions-to-the-window-interface"><span class="secno">5 </span>Extensi
496496dictionary < dfn id ="scrolloptions "> ScrollOptions</ dfn > {
497497 < a href ="#scrollbehavior "> ScrollBehavior</ a > behavior = "auto";
498498};
499- dictionary < dfn id ="scrolloptionshorizontal "> ScrollOptionsHorizontal</ dfn > : < a href ="#scrolloptions "> ScrollOptions</ a > {
500- double x;
501- };
502- dictionary < dfn id ="scrolloptionsvertical "> ScrollOptionsVertical</ dfn > : < a href ="#scrolloptions "> ScrollOptions</ a > {
503- double y;
504- };
505499
506500partial interface < a class ="external " data-anolis-spec ="html " href ="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window "> Window</ a > {
507501 < a href ="#mediaquerylist "> MediaQueryList</ a > < a href ="#dom-window-matchmedia " title ="dom-Window-matchMedia "> matchMedia</ a > (DOMString query);
@@ -831,7 +825,14 @@ <h3 id="the-caretposition-interface"><span class="secno">6.1 </span>The <code ti
831825
832826< h2 id ="extensions-to-the-element-interface "> < span class ="secno "> 7 </ span > Extensions to the < code title =""> Element</ code > Interface</ h2 >
833827
834- < pre class ="idl "> partial interface < a class ="external " data-anolis-spec ="dom " href ="http://dom.spec.whatwg.org/#element "> Element</ a > {
828+ < pre class ="idl "> dictionary < dfn id ="scrolloptionshorizontal "> ScrollOptionsHorizontal</ dfn > : < a href ="#scrolloptions "> ScrollOptions</ a > {
829+ double x;
830+ };
831+ dictionary < dfn id ="scrolloptionsvertical "> ScrollOptionsVertical</ dfn > : < a href ="#scrolloptions "> ScrollOptions</ a > {
832+ double y;
833+ };
834+
835+ partial interface < a class ="external " data-anolis-spec ="dom " href ="http://dom.spec.whatwg.org/#element "> Element</ a > {
835836 < a href ="#clientrectlist "> ClientRectList</ a > < a href ="#dom-element-getclientrects " title ="dom-Element-getClientRects "> getClientRects</ a > ();
836837 < a href ="#clientrect "> ClientRect</ a > < a href ="#dom-element-getboundingclientrect " title ="dom-Element-getBoundingClientRect "> getBoundingClientRect</ a > ();
837838 void < a href ="#dom-element-scrollintoview " title ="dom-Element-scrollIntoView "> scrollIntoView</ a > (optional boolean top = true, optional < a href ="#scrolloptions "> ScrollOptions</ a > options);
@@ -1592,6 +1593,7 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
15921593Scott Johnson,
15931594Sebastian Zartner,
15941595Sylvain Galineau,
1596+ Tab Atkins,
15951597Tarquin Wilton-Jones,
15961598Thomas Moore, and
15971599Xiaomei Ji<!-- should actually use real name here -->
0 commit comments