[Bug 22890] New: It is not clear why navigator.pointerEnabled is needed

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22890

            Bug ID: 22890
           Summary: It is not clear why navigator.pointerEnabled is needed
    Classification: Unclassified
           Product: PointerEventsWG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Pointer Events specification
          Assignee: jrossi@microsoft.com
          Reporter: bugs@pettay.fi
        QA Contact: public-pointer-events-bugzilla@w3.org
                CC: public-pointer-events@w3.org

if (window.PointerEvent) {
  ...
} else {
  // use mouse events
}

should work just fine.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 6 August 2013 14:11:28 UTC