From cf468188766d75e04cc358d60ae7dd02bb66836c Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Thu, 2 May 2024 11:36:56 +1000 Subject: [PATCH] Editorial: rework scope --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 51ce759..714c07b 100644 --- a/index.bs +++ b/index.bs @@ -150,7 +150,7 @@ Scope {#scope} This section is non-normative. -This specification is limited to providing DOM events for retrieving information describing the physical orientation and motion of the hosting device. The intended purpose of this API is to enable simple use cases such as those in [[#use-cases|Use-Cases]] section. The scope of this specification does not include providing utilities to manipulate this data, such as transformation libraries. Nor does it include providing access to low sensor data, or direct control of these sensors. +Within the scope of this specification are events that represent the physical orientation and motion of the hosting device. Out of scope are utilities for manipulating orientation data, such as transformation libraries, and providing access to raw sensor data or methods for directly interfacing with these sensors. Model {#model} =====