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 27600 - Inconsistent formatting (indentation) of WebIDL blocks
Summary: Inconsistent formatting (indentation) of WebIDL blocks
Status: RESOLVED MOVED
Alias: None
Product: Web Cryptography
Classification: Unclassified
Component: Web Cryptography API Document (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Ryan Sleevi
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-12 22:38 UTC by Eric Roman
Modified: 2016-05-24 00:06 UTC (History)
2 users (show)

See Also:


Attachments

Description Eric Roman 2014-12-12 22:38:56 UTC
The RSA WebIDL definitions indent with spaces:

dictionary RsaHashedKeyGenParams : RsaKeyGenParams {
  // The hash algorithm to use 
  required HashAlgorithmIdentifier hash;
};

Whereas the AES ones do not:

dictionary AesCfbParams : Algorithm {
// The initialization vector. MUST be 16 bytes.
required BufferSource iv;
};
Comment 1 Mark Watson 2016-05-24 00:06:12 UTC
Moved to https://github.com/w3c/webcrypto/issues/63