https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 2eec13b500aa5dc62b83f2d3ec87ed5a73d8e933 authored by Ian Kilpatrick on 26 March 2018, 18:44:58 UTC
[css-layout-api] Allow LayoutChild(ren) to be laid out.
Tip revision: 2eec13b
proximity.idl
[Constructor(optional SensorOptions sensorOptions), SecureContext, Exposed=Window]
interface ProximitySensor : Sensor {
  readonly attribute double? distance;
  readonly attribute double? max;
  readonly attribute boolean? near;
};
back to top