Skip to content

Commit

Permalink
editorial: fix indent of [Exposed=Window]
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Sep 10, 2020
1 parent 0b40ccf commit e573f9c
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions webrtc.html
Expand Up @@ -3193,7 +3193,7 @@ <h3>
</p>
<div>
<pre class="idl" data-tests="idlharness.https.window.js">
[Exposed=Window]
[Exposed=Window]
interface RTCPeerConnection : EventTarget {
constructor(optional RTCConfiguration configuration = {});
Promise&lt;RTCSessionDescriptionInit&gt; createOffer(optional RTCOfferOptions options = {});
Expand Down Expand Up @@ -5543,7 +5543,7 @@ <h4>
</p>
<div>
<pre class="idl" data-tests="idlharness.https.window.js">
[Exposed=Window]
[Exposed=Window]
interface RTCSessionDescription {
constructor(RTCSessionDescriptionInit descriptionInitDict);
readonly attribute RTCSdpType type;
Expand Down Expand Up @@ -5979,7 +5979,7 @@ <h4>
</p>
<div>
<pre class="idl" data-tests="idlharness.https.window.js">
[Exposed=Window]
[Exposed=Window]
interface RTCIceCandidate {
constructor(optional RTCIceCandidateInit candidateInitDict = {});
readonly attribute DOMString candidate;
Expand Down Expand Up @@ -6649,7 +6649,7 @@ <h4>
</div>
<div>
<pre class="idl" data-tests="idlharness.https.window.js">
[Exposed=Window]
[Exposed=Window]
interface RTCPeerConnectionIceEvent : Event {
constructor(DOMString type, optional RTCPeerConnectionIceEventInit eventInitDict = {});
readonly attribute RTCIceCandidate? candidate;
Expand Down Expand Up @@ -6752,7 +6752,7 @@ <h4>
</p>
<div>
<pre class="idl" data-tests="idlharness.https.window.js">
[Exposed=Window]
[Exposed=Window]
interface RTCPeerConnectionIceErrorEvent : Event {
constructor(DOMString type, RTCPeerConnectionIceErrorEventInit eventInitDict);
readonly attribute DOMString? address;
Expand Down Expand Up @@ -7254,7 +7254,7 @@ <h2>
</p>
<div>
<pre class="idl" data-tests="idlharness.https.window.js">
[Exposed=Window, Serializable]
[Exposed=Window, Serializable]
interface RTCCertificate {
readonly attribute DOMTimeStamp expires;
sequence&lt;RTCDtlsFingerprint&gt; getFingerprints();
Expand Down Expand Up @@ -8683,7 +8683,7 @@ <h3>
</ol>
<div>
<pre class="idl" data-tests="idlharness.https.window.js">
[Exposed=Window]
[Exposed=Window]
interface RTCRtpSender {
readonly attribute MediaStreamTrack? track;
readonly attribute RTCDtlsTransport? transport;
Expand Down Expand Up @@ -10027,7 +10027,7 @@ <h3>
</ol>
<div>
<pre class="idl" data-tests="idlharness.https.window.js">
[Exposed=Window]
[Exposed=Window]
interface RTCRtpReceiver {
readonly attribute MediaStreamTrack track;
readonly attribute RTCDtlsTransport? transport;
Expand Down Expand Up @@ -10523,7 +10523,7 @@ <h3>
</div>
<div>
<pre class="idl" data-tests="idlharness.https.window.js">
[Exposed=Window]
[Exposed=Window]
interface RTCRtpTransceiver {
readonly attribute DOMString? mid;
[SameObject] readonly attribute RTCRtpSender sender;
Expand Down Expand Up @@ -11387,7 +11387,7 @@ <h3>
</ol>
<div>
<pre class="idl" data-tests="idlharness.https.window.js">
[Exposed=Window]
[Exposed=Window]
interface RTCDtlsTransport : EventTarget {
[SameObject] readonly attribute RTCIceTransport iceTransport;
readonly attribute RTCDtlsTransportState state;
Expand Down Expand Up @@ -12033,7 +12033,7 @@ <h3>
</ul>
<div>
<pre class="idl" data-tests="idlharness.https.window.js">
[Exposed=Window]
[Exposed=Window]
interface RTCIceTransport : EventTarget {
readonly attribute RTCIceRole role;
readonly attribute RTCIceComponent component;
Expand Down Expand Up @@ -12644,7 +12644,7 @@ <h3>
</p>
<div>
<pre class="idl" data-tests="idlharness.https.window.js">
[Exposed=Window]
[Exposed=Window]
interface RTCTrackEvent : Event {
constructor(DOMString type, RTCTrackEventInit eventInitDict);
readonly attribute RTCRtpReceiver receiver;
Expand Down Expand Up @@ -13225,7 +13225,7 @@ <h4 id="sctp-transport-connected">
</section>
<div>
<pre class="idl" data-tests="idlharness.https.window.js">
[Exposed=Window]
[Exposed=Window]
interface RTCSctpTransport : EventTarget {
readonly attribute RTCDtlsTransport transport;
readonly attribute RTCSctpTransportState state;
Expand Down Expand Up @@ -13864,7 +13864,7 @@ <h4>
</section>
<div>
<pre class="idl" data-tests="idlharness.https.window.js">
[Exposed=Window]
[Exposed=Window]
interface RTCDataChannel : EventTarget {
readonly attribute USVString label;
readonly attribute boolean ordered;
Expand Down Expand Up @@ -14502,7 +14502,7 @@ <h3>
</p>
<div>
<pre class="idl" data-tests="idlharness.https.window.js">
[Exposed=Window]
[Exposed=Window]
interface RTCDataChannelEvent : Event {
constructor(DOMString type, RTCDataChannelEventInit eventInitDict);
readonly attribute RTCDataChannel channel;
Expand Down Expand Up @@ -16917,7 +16917,7 @@ <h3>
</p>
<div>
<pre class="idl" data-tests="idlharness.https.window.js">
[Exposed=Window]
[Exposed=Window]
interface RTCErrorEvent : Event {
constructor(DOMString type, RTCErrorEventInit eventInitDict);
[SameObject] readonly attribute RTCError error;
Expand Down

0 comments on commit e573f9c

Please sign in to comment.