[Webkit-unassigned] [Bug 219930] New: GamepadButton.prototype is missing 'touched' attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 15 17:17:06 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=219930

            Bug ID: 219930
           Summary: GamepadButton.prototype is missing 'touched' attribute
           Product: WebKit
           Version: Safari 14
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: frankolivier at gmail.com

GamepadButton.prototype is missing 'touched' attribute in WebKit

Chrome, Firefox both have the 'touched' attribute

>From https://w3c.github.io/gamepad/#dom-gamepadbutton-touched

touched attribute
The touched state of the button. If the button is capable of detecting touch, this property MUST be true if the button is currently being touched, and false otherwise. If the button is not capable of detecting touch and is capable of reporting an analog value, this property MUST be true if the value property is greater than 0, and false if the value is 0. If the button is not capable of detecting touch and can only report a digital value, this property MUST mirror the pressed attribute.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201216/62d39236/attachment.htm>


More information about the webkit-unassigned mailing list