Confirmed users
58
edits
m (→Proposed API) |
m (→Proposed API) |
||
Line 103: | Line 103: | ||
// [Tim] I don't think they are exclusive. A keyboard app might choose to load the same page with the same hash | // [Tim] I don't think they are exclusive. A keyboard app might choose to load the same page with the same hash | ||
// for different types but only to deal with the |type| or |inputmode| difference later. | // for different types but only to deal with the |type| or |inputmode| difference later. | ||
interface InputContext: EventTarget { | interface <strike>InputMethodConnection</strike> InputContext: EventTarget { | ||
// The tag name of input field, which is enum of "input", "textarea", or "contenteditable" | // The tag name of input field, which is enum of "input", "textarea", or "contenteditable" | ||
DOMString name; | DOMString name; |