contenteditable
Baseline
Widely available
*
This feature is well established and works across many devices and browser versions. Itâs been available across browsers since 2015ë 7ì.
* Some parts of this feature may have varying levels of support.
contenteditable ì ì í¹ì±ì ì¬ì©ìê° ìì를 í¸ì§í ì ìëì§ ëíë´ë ì´ê±°í í¹ì±ì
ëë¤.
ìëí´ ë³´ê¸°
<blockquote contenteditable="true">
<p>Edit this content to add your own quote</p>
</blockquote>
<cite contenteditable="true">-- Write your own name here</cite>
blockquote {
background: #eee;
border-radius: 5px;
margin: 16px 0;
}
blockquote p {
padding: 15px;
}
cite {
margin: 16px 32px;
font-weight: bold;
}
blockquote p::before {
content: "\201C";
}
blockquote p::after {
content: "\201D";
}
[contenteditable="true"] {
caret-color: red;
}
ê°ë¥í ê°ì ë¤ìê³¼ ê°ìµëë¤.
trueëë ë¹ ë¬¸ìì´ì ììê° í¸ì§ ê°ë¥í¨ì ëíë ëë¤.falseë ììê° í¸ì§ ë¶ê°ë¥í¨ì ëíë ëë¤.
ê° ìì´, <label contenteditable>ìì </label>ì²ë¼ ì¬ì©í ê²½ì° ë¹ ë¬¸ìì´ ê°ì¼ë¡ ê°ì£¼í©ëë¤.
í¹ì±ì´ ìê±°ë, ê°ì´ ì í¨íì§ ìì ê²½ì° ë¶ëª¨ ììë¡ë¶í° ììí©ëë¤. ì¦, ë¶ëª¨ ìì를 í¸ì§ ê°ë¥í ê²½ì° ìì ë í¸ì§ ê°ë¥í©ëë¤.
ê°ë¥í ê°ì trueì falseê° ì긴 íì§ë§, contenteditable í¹ì±ì ë¶ë¦¬ì¸ í¹ì±ì´ ìë ì´ê±°í í¹ì±ì
ëë¤.
í
ì¤í¸ ì½ì
ì íìëë 커ìì ìì CSS caret-color í¹ì±ì¼ë¡ ë°ê¿ ì ììµëë¤.
ëª ì¸
| Specification |
|---|
| HTML > # attr-contenteditable > |