Baseline Widely available
HTML <ins>
ììë 문ìì ì¶ê°ë í
ì¤í¸ì ë²ì를 ëíë
ëë¤. <del>
ìì를 ì¬ì©íë©´ ìì ë í
ì¤í¸ì ë²ì를 ëíë¼ ì ììµëë¤.
<p>“You're late!”</p>
<del>
<p>“I apologize for the delay.”</p>
</del>
<ins cite="../howtobeawizard.html" datetime="2018-05">
<p>“A wizard is never late …”</p>
</ins>
del,
ins {
display: block;
text-decoration: none;
position: relative;
}
del {
background-color: #fbb;
}
ins {
background-color: #d4fcbc;
}
del::before,
ins::before {
position: absolute;
left: 0.5rem;
font-family: monospace;
}
del::before {
content: "â";
}
ins::before {
content: "+";
}
p {
margin: 0 1.8rem 0;
font-family: Georgia, serif;
font-size: 1rem;
}
í¹ì±
ì´ ììë ì ì í¹ì±ì í¬í¨í©ëë¤.
cite
íìë¡, ì´ì ì¶ì ìì¤í ì í°ì¼ ë²í¸ ë± ë³ê²½ì ì ì¤ëª íë 리ìì¤ì URI.
datetime
ë³ê²½ì´ ë°ìí ì¼ì. ì í¨í ë ì§ ë¬¸ìì´ì´ì´ì¼ íë©°, ìê°ì ì§ì í ê²½ì° ìì ì í¨í´ì¼ í©ëë¤. ì í¨íì§ ìì ê°ì ì§ì í ê²½ì° ì¼ì를 ì§ì íì§ ìì ê²ê³¼ ê°ìµëë¤. ì í¨í 문ìì´ì ì¢ ë¥ë HTMLìì ì¬ì©íë ë ì§ì ìê° íì 문ììì íì¸í ì ììµëë¤.
<ins>This text has been inserted</ins>
ê²°ê³¼ ì ê·¼ì± ê³ ë ¤ì¬í
ëë¶ë¶ì ì¤í¬ë¦° 리ëë 기본ê°ìì <ins>
ììì ì¡´ì¬ë¥¼ íííì§ ììµëë¤. ê·¸ë¬ë CSS content
ìì±ê³¼ ::before
, ::after
ìì¬ ìì를 ì¬ì©íë©´ ì리ë´ì´ ì½ëë¡ í ì ììµëë¤.
ins::before,
ins::after {
clip-path: inset(100%);
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}
ins::before {
content: " [ì¶ê° ë¶ë¶ ìì] ";
}
ins::after {
content: " [ì¶ê° ë¶ë¶ ë] ";
}
ì¤í¬ë¦° 리ë ì¬ì©ì ì¼ë¶ë ì§ëì¹ê² ìì¸í ìë´ë¥¼ ì ë°í ì ìë ì½í ì¸ ì ííì ìëì ì¼ë¡ 꺼ëìµëë¤. ê·¸ë¬ë¯ë¡ ì´ ë°©ìì ë¨ì©í´ì ìëë©°, ì½í ì¸ ì ì´í´ì ì½ì ì¬ë¶ê° ê¼ íìí ëë§ ì¬ì©í´ì¼ í©ëë¤.
<del>
ìì.RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4