- From: <bugzilla@jessica.w3.org>
- Date: Fri, 12 Dec 2014 22:38:56 +0000
- To: public-webcrypto@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27600
Bug ID: 27600
Summary: Inconsistent formatting (indentation) of WebIDL blocks
Product: Web Cryptography
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Web Cryptography API Document
Assignee: sleevi@google.com
Reporter: ericroman@google.com
CC: public-webcrypto@w3.org
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;
};
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Friday, 12 December 2014 22:38:57 UTC