Skip to content

Commit 9884d9a

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 cd16c06 commit 9884d9a

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
@@ -318,45 +318,6 @@ <h2>
318318
This algorithm results in a captured track not starting until something changes in
319319
the canvas.
320320
</p>
321-
<table class="parameters">
322-
<tbody>
323-
<tr>
324-
<th>
325-
Parameter
326-
</th>
327-
<th>
328-
Type
329-
</th>
330-
<th>
331-
Nullable
332-
</th>
333-
<th>
334-
Optional
335-
</th>
336-
<th>
337-
Description
338-
</th>
339-
</tr>
340-
<tr>
341-
<td class="prmName">
342-
frameRequestRate
343-
</td>
344-
<td class="prmType">
345-
<code>double</code>
346-
</td>
347-
<td class="prmNullFalse">
348-
<span role="img" aria-label="False"></span>
349-
</td>
350-
<td class="prmOptTrue">
351-
<span role="img" aria-label="True"></span>
352-
</td>
353-
<td class="prmDesc"></td>
354-
</tr>
355-
</tbody>
356-
</table>
357-
<div>
358-
<em>Return type:</em> <code>MediaStream</code>
359-
</div>
360321
</dd>
361322
</dl>
362323
</section>
@@ -412,12 +373,6 @@ <h2>
412373
error feedback if the canvas is not origin-clean. In part, this is because we
413374
don't track where requests for frames come from. Do we want to highlight that?
414375
</p>
415-
<div>
416-
<em>No parameters.</em>
417-
</div>
418-
<div>
419-
<em>Return type:</em> <code>void</code>
420-
</div>
421376
</dd>
422377
</dl>
423378
</section>

0 commit comments

Comments
 (0)