It may be mistypo...

Hi

At http://www.w3.org/2014/automotive/data_spec.html#vision-parking-interfaces


partial interface Vehicle {

    readonly    attribute VehicleSignalInterface laneDepartureStatus<http://www.w3.org/2014/automotive/data_spec.html#widl-Vehicle-laneDepartureStatus>;

    readonly    attribute VehicleSignalInterface alarm<http://www.w3.org/2014/automotive/data_spec.html#widl-Vehicle-alarm>;

    readonly    attribute VehicleSignalInterface parkingBrake<http://www.w3..org/2014/automotive/data_spec.html#widl-Vehicle-parkingBrake>;

    readonly    attribute VehicleSignalInterface parkingLights<http://www.w3.org/2014/automotive/data_spec.html#widl-Vehicle-parkingLights>;

};

But, at http://www.w3.org/2014/automotive/data_spec.html#lanedeparturedetection-interface
laneDepartureStatus is enumeration of values.

Therefore, laneDepartureStatus of Vehicle should be landDepartureDetection of Vehicle.

Isn't it?

Thank you.

Received on Monday, 20 April 2015 06:17:25 UTC