Skip to content

Commit 0ad314c

Browse files
fix grammar
1 parent 6ab384f commit 0ad314c

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/4-forms-controls/2-focus-blur/4-edit-td-click

1 file changed

+1
-1
lines changed

2-ui/4-forms-controls/2-focus-blur/4-edit-td-click/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ importance: 5
66

77
Make table cells editable on click.
88

9-
- On click -- the cell should became "editable" (textarea appears inside), we can change HTML. There should be no resize, all geometry should remain the same.
9+
- On click -- the cell should become "editable" (textarea appears inside), we can change HTML. There should be no resize, all geometry should remain the same.
1010
- Buttons OK and CANCEL appear below the cell to finish/cancel the editing.
1111
- Only one cell may be editable at a moment. While a `<td>` is in "edit mode", clicks on other cells are ignored.
1212
- The table may have many cells. Use event delegation.

0 commit comments

Comments
 (0)