@@ -297,7 +297,7 @@ <h3 id=css-pixels><span class=secno>2.3. </span>CSS pixels</h3>
297297 < h2 id =extensions-to-the-window-interface > < span class =secno > 3.
298298 </ span > Extensions to the < code title =""> Window</ code > Interface</ h2 >
299299
300- < pre class =idl > [Supplemental] interface < a href ="#window "> Window</ a > {
300+ < pre class =idl > partial interface < a href ="#window "> Window</ a > {
301301 < a href ="#mediaquerylist "> MediaQueryList</ a > < a href ="#dom-window-matchmedia " title =dom-Window-matchMedia > matchMedia</ a > (DOMString < var title =""> media_query_list</ var > );
302302 readonly attribute < a href ="#screen "> Screen</ a > < a href ="#dom-window-screen " title =dom-Window-screen > screen</ a > ;
303303
@@ -581,7 +581,7 @@ <h3 id=the-screen-interface><span class=secno>3.2. </span>The <code
581581 < h2 id =extensions-to-the-document-interface > < span class =secno > 4.
582582 </ span > Extensions to the < code title =""> Document</ code > Interface</ h2 >
583583
584- < pre class =idl > [Supplemental] interface < a href ="#document "> Document</ a > {
584+ < pre class =idl > partial interface < a href ="#document "> Document</ a > {
585585 Element < a href ="#dom-document-elementfrompoint "> elementFromPoint</ a > (float < var title =""> x</ var > , float < var title =""> y</ var > );
586586 < a href ="#caretposition "> CaretPosition</ a > < a href ="#dom-document-caretpositionfrompoint "> caretPositionFromPoint</ a > (float < var title =""> x</ var > , float < var title =""> y</ var > );
587587};</ pre >
@@ -705,7 +705,7 @@ <h3 id=the-caretposition-interface><span class=secno>4.1. </span>The <code
705705 < h2 id =extensions-to-the-element-interface > < span class =secno > 5.
706706 </ span > Extensions to the < code title =""> Element</ code > Interface</ h2 >
707707
708- < pre class =idl > [Supplemental] interface < a href ="#element "> Element</ a > {
708+ < pre class =idl > partial interface < a href ="#element "> Element</ a > {
709709 < a href ="#clientrectlist "> ClientRectList</ a > < a href ="#dom-element-getclientrects "> getClientRects</ a > ();
710710 < a href ="#clientrect "> ClientRect</ a > < a href ="#dom-element-getboundingclientrect "> getBoundingClientRect</ a > ();
711711
@@ -1186,8 +1186,7 @@ <h3 id=client-attributes><span class=secno>5.3. </span>The <code
11861186 < h2 id =extensions-to-the-htmlelement-interface > < span class =secno > 6.
11871187 </ span > Extensions to the < code title =""> HTMLElement</ code > Interface</ h2 >
11881188
1189- < pre
1190- class =idl > [Supplemental] interface < a href ="#htmlelement "> HTMLElement</ a > {
1189+ < pre class =idl > partial interface < a href ="#htmlelement "> HTMLElement</ a > {
11911190 readonly attribute Element < a href ="#dom-htmlelement-offsetparent "> offsetParent</ a > ;
11921191 readonly attribute long < a href ="#dom-htmlelement-offsettop "> offsetTop</ a > ;
11931192 readonly attribute long < a href ="#dom-htmlelement-offsetleft "> offsetLeft</ a > ;
@@ -1335,7 +1334,7 @@ <h3 id=offset-attributes><span class=secno>6.1. </span>The <code
13351334 < h2 id =extensions-to-the-range-interface > < span class =secno > 7.
13361335 </ span > Extensions to the < code title =""> Range</ code > Interface</ h2 >
13371336
1338- < pre class =idl > [Supplemental] interface < a href ="#range "> Range</ a > {
1337+ < pre class =idl > partial interface < a href ="#range "> Range</ a > {
13391338 < a href ="#clientrectlist "> ClientRectList</ a > < a href ="#dom-range-getclientrects " title =dom-range-getclientrects > getClientRects</ a > ();
13401339 < a href ="#clientrect "> ClientRect</ a > < a href ="#dom-range-getboundingclientrect " title =dom-range-getboundingclientrect > getBoundingClientRect</ a > ();
13411340};</ pre >
@@ -1402,8 +1401,7 @@ <h2 id=extensions-to-the-range-interface><span class=secno>7.
14021401 < h2 id =extensions-to-the-mouseevent-interface > < span class =secno > 8.
14031402 </ span > Extensions to the < code title =""> MouseEvent</ code > Interface</ h2 >
14041403
1405- < pre
1406- class =idl > [Supplemental] interface < a href ="#mouseevent "> MouseEvent</ a > {
1404+ < pre class =idl > partial interface < a href ="#mouseevent "> MouseEvent</ a > {
14071405 readonly attribute long < a href ="#dom-mouseevent-screenx " title =dom-mouseevent-screenx > screenX</ a > ;
14081406 readonly attribute long < a href ="#dom-mouseevent-screeny " title =dom-mouseevent-screeny > screenY</ a > ;
14091407
0 commit comments