Skip to content

Commit

Permalink
Merge pull request #1110 from w3c/issue-1106-patch
Browse files Browse the repository at this point in the history
Mark pranswer as a "feature atrisk"
  • Loading branch information
aboba committed Apr 20, 2017
2 parents fb23e75 + 42647f9 commit 7921d40
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion webrtc.html
Expand Up @@ -3462,7 +3462,7 @@ <h4><dfn>RTCSdpType</dfn></h4>
<div>
<pre class="idl">enum RTCSdpType {
"offer",
"pranswer",
"pranswer", // Feature at risk
"answer",
"rollback"
};</pre>
Expand All @@ -3487,6 +3487,10 @@ <h4><dfn>RTCSdpType</dfn></h4>
answer, but not a final answer. A description used as an SDP
<code>pranswer</code> may be applied as a response to an SDP
offer, or an update to a previously sent SDP pranswer.</p>
<div class="issue atrisk">
<p>The <code>pranswer</code> value is marked as a feature
at risk, due to lack of implementer commitment.</p>
</div>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 7921d40

Please sign in to comment.