[Bug 25214] Note for pointerType mentions non-existent "appendix" + reinforce best practice of accepting unknown pointer types

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

--- Comment #1 from Patrick H. Lauke <redux@splintered.co.uk> ---
Possibly, in concert with this, may be worth adding a comment to the code in
example 2

default:
    alert("Not sure what device was used!");


to reinforce it once more?

default:
    /* pointerType empty string or UA-specific custom type */
    alert("Not sure what device was used!");

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

Received on Tuesday, 1 April 2014 00:55:10 UTC