Changes

Jump to: navigation, search

WebAPI/KeboardIME

68 bytes added, 07:46, 31 July 2013
m
Proposed API
// The tag name of input field, which is enum of "input", "textarea", or "contenteditable"
// [JS] I think "type" would be better here.
<strike>// [JS] This should also be 'readonly', right?</strike>
readonly DOMString name;
// See http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#states-of-the-type-attribute
// [JS] and "inputtype" here.
<strike>// [JS] This should also be 'readonly', right?</strike>
readonly DOMString type;
* See http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#input-modalities:-the-inputmode-attribute
*/
<strike>// [JS] This should be 'readonly', right?</strike>
readonly DOMString inputmode;
* See http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#htmlelement
*/
<strike>// [JS] This should be 'readonly', right?</strike>
readonly DOMString lang;
Confirm
58
edits

Navigation menu