Skip to content

Commit 2dc8851

Browse files
committed
partial is the new [Supplemental]
1 parent 5b8f758 commit 2dc8851

2 files changed

Lines changed: 12 additions & 14 deletions

File tree

cssom-view/Overview.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

cssom-view/Overview.src.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h3>CSS pixels</h3>
175175

176176
<h2 id="extensions-to-the-window-interface">Extensions to the <code title="">Window</code> Interface</h2>
177177

178-
<pre class="idl">[Supplemental] interface <span>Window</span> {
178+
<pre class="idl">partial interface <span>Window</span> {
179179
<span>MediaQueryList</span> <span title="dom-Window-matchMedia">matchMedia</span>(DOMString <var title="">media_query_list</var>);
180180
readonly attribute <span>Screen</span> <span title="dom-Window-screen">screen</span>;
181181

@@ -433,7 +433,7 @@ <h3 id="the-screen-interface">The <code title="">Screen</code> Interface</h3>
433433

434434
<h2 id="extensions-to-the-document-interface">Extensions to the <code title="">Document</code> Interface</h2>
435435

436-
<pre class="idl">[Supplemental] interface <span>Document</span> {
436+
<pre class="idl">partial interface <span>Document</span> {
437437
Element <span>elementFromPoint</span>(float <var title="">x</var>, float <var title="">y</var>);
438438
<span>CaretPosition</span> <span>caretPositionFromPoint</span>(float <var title="">x</var>, float <var title="">y</var>);
439439
};</pre>
@@ -545,7 +545,7 @@ <h3 id="the-caretposition-interface">The <code title="">CaretPosition</code> Int
545545

546546
<h2 id="extensions-to-the-element-interface">Extensions to the <code title="">Element</code> Interface</h2>
547547

548-
<pre class="idl">[Supplemental] interface <span>Element</span> {
548+
<pre class="idl">partial interface <span>Element</span> {
549549
<span>ClientRectList</span> <span>getClientRects</span>();
550550
<span>ClientRect</span> <span>getBoundingClientRect</span>();
551551

@@ -929,7 +929,7 @@ <h3 id="client-attributes">The <code title="">clientTop</code>,
929929

930930
<h2 id="extensions-to-the-htmlelement-interface">Extensions to the <code title="">HTMLElement</code> Interface</h2>
931931

932-
<pre class="idl">[Supplemental] interface <span>HTMLElement</span> {
932+
<pre class="idl">partial interface <span>HTMLElement</span> {
933933
readonly attribute Element <span>offsetParent</span>;
934934
readonly attribute long <span>offsetTop</span>;
935935
readonly attribute long <span>offsetLeft</span>;
@@ -1069,7 +1069,7 @@ <h3 id="offset-attributes">The <code title="">offsetParent</code>,
10691069

10701070
<h2 id="extensions-to-the-range-interface">Extensions to the <code title="">Range</code> Interface</h2>
10711071

1072-
<pre class="idl">[Supplemental] interface <span>Range</span> {
1072+
<pre class="idl">partial interface <span>Range</span> {
10731073
<span>ClientRectList</span> <span title="dom-range-getclientrects">getClientRects</span>();
10741074
<span>ClientRect</span> <span title="dom-range-getboundingclientrect">getBoundingClientRect</span>();
10751075
};</pre>
@@ -1127,7 +1127,7 @@ <h2 id="extensions-to-the-range-interface">Extensions to the <code title="">Rang
11271127

11281128
<h2 id="extensions-to-the-mouseevent-interface">Extensions to the <code title="">MouseEvent</code> Interface</h2>
11291129

1130-
<pre class="idl">[Supplemental] interface <span>MouseEvent</span> {
1130+
<pre class="idl">partial interface <span>MouseEvent</span> {
11311131
readonly attribute long <span title="dom-mouseevent-screenx">screenX</span>;
11321132
readonly attribute long <span title="dom-mouseevent-screeny">screenY</span>;
11331133

0 commit comments

Comments
 (0)