Originally reported on W3C Bugzilla ISSUE-20412 Mon, 17 Dec 2012 14:47:06 GMT
Reported by Jussi Kalliokoski
Assigned to Chris Wilson
[ 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].
[ 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].