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 22545 - Indentation in crypto.subtle IDL
Summary: Indentation in crypto.subtle 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:42 UTC by Eric Roman
Modified: 2013-07-03 23:20 UTC (History)
1 user (show)

See Also:


Attachments

Description Eric Roman 2013-07-02 23:42:30 UTC
After the update from Future --> Promise, some alignments are off by one space. For instance:

  Promise<any> deriveKey(AlgorithmIdentifier algorithm,
                        Key baseKey,
                        AlgorithmIdentifier? derivedKeyType,
                        bool extractable = false,
                        KeyUsage[] keyUsages = []);

These should instead line up nicely.
Comment 1 Ryan Sleevi 2013-07-03 23:20:54 UTC
Fixed in https://dvcs.w3.org/hg/webcrypto-api/rev/862b9cf85e80