Confirmed users
58
edits
m (rename `name` and `type' of InputContext) |
m (Camel-cased attributes) |
||
Line 170: | Line 170: | ||
<strike>// [JS] and "inputtype" here.</strike> | <strike>// [JS] and "inputtype" here.</strike> | ||
<strike>// [JS] This should also be 'readonly', right?</strike> | <strike>// [JS] This should also be 'readonly', right?</strike> | ||
readonly DOMString <strike>type</strike> | readonly DOMString <strike>type</strike> inputType; | ||
/* | /* | ||
Line 177: | Line 177: | ||
*/ | */ | ||
<strike>// [JS] This should be 'readonly', right?</strike> | <strike>// [JS] This should be 'readonly', right?</strike> | ||
readonly DOMString | readonly DOMString inputMode; | ||
/* | /* |