[Bug 27600] New: Inconsistent formatting (indentation) of WebIDL blocks

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