58
edits
| Line 58: | Line 58: | ||
===INPUT type="checkbox"=== | ===INPUT type="checkbox"=== | ||
# if the widget has focus then pressing | # if the widget has focus then pressing Space key sets the value of 'checked' to inverse value | ||
# double click and click on the widget moves focus to widget and sets the value of 'checked' attribute to inverse value | # double click and click on the widget moves focus to widget and sets the value of 'checked' attribute to inverse value | ||
# if the widget has focus then pressing | # if the widget has focus then pressing Delete/Backspace key the widget should be removed | ||
==Editor with widgets behavior== | ==Editor with widgets behavior== | ||
edits