[Bug 26901] Stop using "octet"

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

Boris Zbarsky <bzbarsky@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bzbarsky@mit.edu

--- Comment #8 from Boris Zbarsky <bzbarsky@mit.edu> ---
> we might be able to kill a whole bunch as they are probably not used in specs.

The following are used in specs as function arguments or writable attributes:

octet, short, unsigned short, long, unsigned long, long long, unsigned long
long.

So the only unused one seems to be "byte".  It's used for return values and
constant values, but I don't see any obvious coercious to "byte" offhand.

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

Received on Friday, 5 December 2014 08:32:37 UTC