absolute and compassCalibrated don't need to be optional

The DeviceOrientation IDL lists absolute and compassCalibrated as optional:

    readonly attribute boolean? absolute;
    readonly attribute boolean? compassCalibrated;

I don't see the value in allowing null for these. In fact, the wording in the spec doesn't mention it.

Dean

Received on Wednesday, 16 February 2011 21:59:55 UTC