New issue
Advanced search Search tips

Issue 897475 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 3
Type: Bug
Proj-VR
Proj-XR



Sign in to add a comment

XRHandedness declaration in xr_input_source.idl is different from WebXR Device API spec

Reported by jaewon.j...@gmail.com, Oct 21

Issue description

XRHandedness declaration in xr_input_source.idl is different from WebXR Device API spec.

WebXR Device API> 

```
enum XRHandedness {
  "",
  "left",
  "right"
};
```

xr_input_source.idl>
 enum XRHandedness {
   "left",
   "right"
 };
```

```
 
Components: Blink>WebXR
Status: Started (was: Unconfirmed)
Marking as started since there is a CL in progress.  I can't assign  jaewon.james.choi@gmail.com as owner though, so leaving blank.
Status: Available (was: Started)
This issue has been marked as started, but has no owner. Making available.

Sign in to add a comment