Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text/text-indent/text-indent-caret-hanging-001.html - WPT Dashboard Interop Dashboard
<!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>