58
edits
(→Bugs) |
|||
| Line 63: | Line 63: | ||
=== SPAN contentEditable='false' are contained in editable area=== | === SPAN contentEditable='false' are contained in editable area=== | ||
All content of element SPAN with contentEditable='false' attribute is treated as a word. All | All content of element SPAN with contentEditable='false' attribute is treated as a word. All elements and contols inside element have normal behaviour. Element is selected with all content as one element. | ||
# span can be removed by Backspace or Del keys. | # span can be removed by Backspace or Del keys. | ||
# span can't have focus but widgets in span can have focus | # span can't have focus but widgets in span can have focus | ||
edits