partial interface HTMLInputElement { attribute CaptureFacingMode capture; }; enum CaptureFacingMode { "user", "environment" };