toji / chrome-webvr-issues

Stub repository for tracking bugs related to Chrome's experimental WebVR support
53 stars 12 forks source link

Chromium's VRDisplay is not aligned with webVR spec. #118

Closed axinging closed 7 years ago

axinging commented 7 years ago

From spec, its description about VRDisplay: interface VRDisplay : EventTarget

But current VRDisplay is not related to EventTarget. Any background about this? Should we fix this? If so, I am interested with this.

axinging commented 7 years ago

This is fixed by this https://codereview.chromium.org/2534543002/.