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 22542 - use "boolean" rather than "bool" in Web IDL
Summary: use "boolean" rather than "bool" in Web IDL
Status: RESOLVED FIXED
Alias: None
Product: Web Cryptography
Classification: Unclassified
Component: Web Cryptography API Document (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Ryan Sleevi
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-02 23:31 UTC by Eric Roman
Modified: 2013-07-03 23:21 UTC (History)
1 user (show)

See Also:


Attachments

Description Eric Roman 2013-07-02 23:31:29 UTC
For example:
  readonly attribute bool extractable;

Should instead be:
  readonly attribute boolean extractable;
Comment 1 Ryan Sleevi 2013-07-03 23:21:51 UTC
Fixed in https://dvcs.w3.org/hg/webcrypto-api/rev/7dd0e1a29b45