[Bug 20412] New: short is the wrong type for data parts, should be octet

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

            Bug ID: 20412
           Summary: short is the wrong type for data parts, should be
                    octet
    Classification: Unclassified
           Product: AudioWG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: MIDI API
          Assignee: dave.null@w3.org
          Reporter: jussi.kalliokoski@gmail.com
        QA Contact: public-audio@w3.org

[ Marcos Caceres wrote ]

I also just just realised that "short" is the wrong type, the spec should be
using "octet":
The octet type is an unsigned integer type that has values in the range [0,
255].

While "short" is defined as:
The short type is a signed integer type that has values in the range [−32768,
32767].

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 17 December 2012 14:48:22 UTC