Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>Caret in an empty block with `text-indent: hanging'</title>
<link rel="match" href="reference/text-indent-caret-hanging-001-ref.html">
<style>
#editor {
text-indent: 100px hanging;
caret-animation: manual; /* Prevent blinking */
padding: 10px;
}
</style>
<div id="editor" contenteditable autofocus></div>