1 2 3 4 5 6 7 8 9
<!doctype html> <title>CSS test reference</title> <style> [contenteditable] { outline: 1px solid black; outline-offset: -1px; } </style> <div contenteditable></div>