Commits
Click on a commit to change the comparison rangefix: remove unnecessary example
The two examples given only differed on how the div element was closed
(self-closing vs non-self-closing), which is not relevant to the rule at
hand. To avoid confusing the reader, let's keep only one of the
examples.
The non-self-closing case is tested explicitly in the dedicated test
cases for useKeyWithClickEvents, so we don't loose any test coverage
with this change.