Web Development

HTML Attribute to Allow/Disallow Handwriting Input

A new explainer for a new HTML attribute to handle handwritten inputs. Like this: <input type=”text” handwriting=”true” … > <input type=”text” handwriting=”false” … > <textarea handwriting=”” … > <!– evaluates to “true” –> <div contenteditable handwriting=”true”>…</div> <!– maybe? –> The primary use case is for those using one of those writing devices for touch screens,

HTML Attribute to Allow/Disallow Handwriting Input Read More »