This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22992 - Invalid IDL for HmacKeyParams dictionary
Summary: Invalid IDL for HmacKeyParams dictionary
Status: RESOLVED FIXED
Alias: None
Product: Web Cryptography
Classification: Unclassified
Component: Web Cryptography API Document (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 trivial
Target Milestone: ---
Assignee: Ryan Sleevi
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-17 02:18 UTC by Eric Roman
Modified: 2014-02-13 13:04 UTC (History)
1 user (show)

See Also:


Attachments

Description Eric Roman 2013-08-17 02:18:51 UTC
https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#hmac-key-params

  unsigned long length?

(1) The questionmark should be the right of "long"
(2) Needs a semicolon
Comment 1 Alexey Proskuryakov 2013-11-02 07:45:26 UTC
Should there be a question mark at all? The length is not nullable - it's optional, but in WebIDL, all dictionary members are always optional.
Comment 2 Ryan Sleevi 2014-02-13 13:04:59 UTC
This should be resolved with https://dvcs.w3.org/hg/webcrypto-api/rev/acd4f3f23c52