Skip to content

Commit eb704e4

Browse files
committed
Remove duplicate info on method parameters
These were inherited from the previous respec WebIDL format, but they now represent a maintenance footgun See also w3c/webrtc-pc#1450
1 parent 675794e commit eb704e4

File tree

1 file changed

+0
-45
lines changed

1 file changed

+0
-45
lines changed

index.html

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -308,45 +308,6 @@ <h2>
308308
This algorithm results in a captured track not starting until something changes in
309309
the canvas.
310310
</p>
311-
<table class="parameters">
312-
<tbody>
313-
<tr>
314-
<th>
315-
Parameter
316-
</th>
317-
<th>
318-
Type
319-
</th>
320-
<th>
321-
Nullable
322-
</th>
323-
<th>
324-
Optional
325-
</th>
326-
<th>
327-
Description
328-
</th>
329-
</tr>
330-
<tr>
331-
<td class="prmName">
332-
frameRequestRate
333-
</td>
334-
<td class="prmType">
335-
<code>double</code>
336-
</td>
337-
<td class="prmNullFalse">
338-
<span role="img" aria-label="False"></span>
339-
</td>
340-
<td class="prmOptTrue">
341-
<span role="img" aria-label="True"></span>
342-
</td>
343-
<td class="prmDesc"></td>
344-
</tr>
345-
</tbody>
346-
</table>
347-
<div>
348-
<em>Return type:</em> {{MediaStream}}
349-
</div>
350311
</dd>
351312
</dl>
352313
</section>
@@ -401,12 +362,6 @@ <h2>
401362
error feedback if the canvas is not origin-clean. In part, this is because we
402363
don't track where requests for frames come from. Do we want to highlight that?
403364
</p>
404-
<div>
405-
<em>No parameters.</em>
406-
</div>
407-
<div>
408-
<em>Return type:</em> <code>undefined</code>
409-
</div>
410365
</dd>
411366
</dl>
412367
</section>

0 commit comments

Comments
 (0)