HTML 属性以允许/禁止手写输入
一个 新的解释 用于处理手写输入的新 HTML 属性。就像这样
<input type="text" handwriting="true" ... <input type="text" handwriting="false" ... <textarea handwriting="" ... <!-- evaluates to "true" --<div contenteditable handwriting="true"...</div<!-- maybe? --
主要用途…