[Bug 27702] New: KeyAlgorithm misses semicolon

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27702

            Bug ID: 27702
           Summary: KeyAlgorithm misses semicolon
           Product: Web Cryptography
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Web Cryptography API Document
          Assignee: sleevi@google.com
          Reporter: rainer.schuster@gmail.com
                CC: public-webcrypto@w3.org

The following is specified:

dictionary KeyAlgorithm {
  required DOMString name
};

but it should be

dictionary KeyAlgorithm {
  required DOMString name;
};

The semicolon after "name" is missing.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Friday, 26 December 2014 18:47:23 UTC