Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call RTCDtlsFingerprint a dictionary, not an object #1139

Merged
merged 1 commit into from
Apr 27, 2017
Merged

Conversation

foolip
Copy link
Member

@foolip foolip commented Apr 21, 2017

RTCDtlsFingerprint is a dictionary. Web IDL says that "IDL dictionary type
values are represented by ECMAScript Object values", but they are not the same:
https://heycam.github.io/webidl/#es-dictionary

RTCDtlsFingerprint is a dictionary. Web IDL says that "IDL dictionary type
values are represented by ECMAScript Object values", but they are not the same:
https://heycam.github.io/webidl/#es-dictionary
@foolip
Copy link
Member Author

foolip commented Apr 21, 2017

@@ -7189,9 +7189,9 @@ <h2 id="sec.cert-mgmt">Certificate Management</h2>
</table>
</div>
<section id="rtcdtlsfingerprint*">
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any idea why this ID ends with a *? Compare with https://w3c.github.io/webrtc-pc/#rtciceserver-dictionary?

(Matters somewhat because we link to the sections from Blink's IDL files, and if this is a typo it'll presumably change.)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's an artifact, due to the section being copied from the ORTC API spec.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I change it?

@aboba aboba merged commit 0f42838 into w3c:master Apr 27, 2017
@foolip foolip deleted the patch-1 branch December 11, 2019 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants