Baseline Widely available
<dl>
㯠HTML ã®è¦ç´ ã§ã説æãªã¹ãã表ãã¾ãããã®è¦ç´ ã¯ãä¸é£ã®ç¨èªï¼<dt>
è¦ç´ ã使ç¨ãã¦æå®ï¼ã¨èª¬æï¼<dd>
è¦ç´ ã«ãã£ã¦æä¾ï¼ããªã¹ãåãããã®ã§ããä¸è¬çãªä½¿ç¨ä¾ã¨ãã¦ãç¨èªéã®ä½æãã¡ã¿ãã¼ã¿ï¼ãã¼ã¨å¤ã®ãã¢ã®ãªã¹ãï¼ã®è¡¨ç¤ºãæãããã¾ãã
<p>Cryptids of Cornwall:</p>
<dl>
<dt>Beast of Bodmin</dt>
<dd>A large feline inhabiting Bodmin Moor.</dd>
<dt>Morgawr</dt>
<dd>A sea serpent.</dd>
<dt>Owlman</dt>
<dd>A giant owl-like creature.</dd>
</dl>
p,
dt {
font-weight: bold;
}
dl,
dd {
font-size: 0.9rem;
}
dd {
margin-bottom: 1em;
}
屿§
ãã®è¦ç´ ã«ã¯ã°ãã¼ãã«å±æ§ã®ã¿ãããã¾ãã
ä¾ ä¸ã¤ã®å®ç¾©èªã«å¯¾ããä¸ã¤ã®å®ç¾©èª¬æ<dl>
<dt>Firefox</dt>
<dd>
A free, open source, cross-platform, graphical web browser developed by the
Mozilla Corporation and hundreds of volunteers.
</dd>
<!-- Other terms and descriptions -->
</dl>
çµæ è¤æ°ã®å®ç¾©èªã«å¯¾ããä¸ã¤ã®å®ç¾©èª¬æ
<dl>
<dt>Firefox</dt>
<dt>Mozilla Firefox</dt>
<dt>Fx</dt>
<dd>
A free, open source, cross-platform, graphical web browser developed by the
Mozilla Corporation and hundreds of volunteers.
</dd>
<!-- Other terms and descriptions -->
</dl>
çµæ ä¸ã¤ã®å®ç¾©èªã«å¯¾ããè¤æ°ã®å®ç¾©å
容ããã¦ã
<dl>
<dt>Firefox</dt>
<dd>
A free, open source, cross-platform, graphical web browser developed by the
Mozilla Corporation and hundreds of volunteers.
</dd>
<dd>
The Red Panda also known as the Lesser Panda, Wah, Bear Cat or Firefox, is a
mostly herbivorous mammal, slightly larger than a domestic cat (60 cm long).
</dd>
<!-- Other terms and descriptions -->
</dl>
çµæ è¤æ°ã®å®ç¾©èªã«å¯¾ããè¤æ°ã®å®ç¾©å
容ããã¦ã
ããã¾ã§ã®ä¾ãçµã¿åããããã¨ã§ãè¤æ°ã®å®ç¾©èªã«å¯¾ããè¤æ°ã®å 容ãå®ç¾©ãããã¨ãã§ãã¾ãã
ã¡ã¿ãã¼ã¿èª¬æãªã¹ãã¯ããã¼ã¨å¤ã®ãã¢ã®ãªã¹ãã§ããã¡ã¿ãã¼ã¿ã®è¡¨ç¤ºã«ãå½¹ç«ã¡ã¾ãã
<dl>
<dt>Name</dt>
<dd>Godzilla</dd>
<dt>Born</dt>
<dd>1952</dd>
<dt>Birthplace</dt>
<dd>Japan</dd>
<dt>Color</dt>
<dd>Green</dd>
</dl>
çµæ
ãã³ã: CSS ã§ãã¼ã¨å¤ã®ã»ãã¬ã¼ã¿ã¼ãå®ç¾©ããã¨ä¾¿å©ã§ãããã
dt::after {
content: ": ";
}
ååã¨å¤ã®ã°ã«ã¼ãã div
è¦ç´ ã§å
ã
WHATWG HTML ã§ã¯ã<dl>
è¦ç´ å
ã§ããããã®ååã¨å¤ã®ã°ã«ã¼ããã<div>
è¦ç´ ã§ã¾ã¨ãããã¨ãã§ãã¾ããããã¯ãã¤ã¯ããã¼ã¿ã使ç¨ããã¨ããã°ã«ã¼ãå
¨ä½ã«ã°ãã¼ãã«å±æ§ãé©ç¨ããã¨ãããããã¯ã¹ã¿ã¤ã«ãè¨å®ããããã«å½¹ç«ã¡ã¾ãã
<dl>
<div>
<dt>Name</dt>
<dd>Godzilla</dd>
</div>
<div>
<dt>Born</dt>
<dd>1952</dd>
</div>
<div>
<dt>Birthplace</dt>
<dd>Japan</dd>
</div>
<div>
<dt>Color</dt>
<dd>Green</dd>
</div>
</dl>
çµæ ã¡ã¢
åãªãåä¸ãã®ç®çã§ãã®è¦ç´ ï¼ããã㯠<ul>
è¦ç´ ï¼ã使ç¨ããã®ã¯èª¤ãã§ãããã®ããã«æ©è½ãã¾ãããããã¯æªãæ
£ç¿ã§ãã説æãªã¹ãã®æå³ã䏿çã«ãã¾ãã
ç¨èªã®èª¬æã®ã¤ã³ãã³ãã夿´ããã«ã¯ãCSS ã® margin
ããããã£ã使ç¨ãã¦ãã ããã
ã¹ã¯ãªã¼ã³ãªã¼ãã¼ã«ãã£ã¦ã<dl>
ã³ã³ãã³ãã®åè¨æ°ãç¨èª/å®ç¾©ã®ã³ã³ããã¹ããããã²ã¼ã·ã§ã³æ¹æ³ã®å
¬éæ¹æ³ã¯æ§ã
ã§ãããããã®éãã¯ãå¿
ããããã°ã§ã¯ããã¾ããã iOS 14 ã§ã¯ãVoiceOver ã¯ä»®æ³ã«ã¼ã½ã«ã§æä½ããéã«ã <dl>
ã®å
容ããªã¹ãã§ãããã¨ãã¢ãã¦ã³ã¹ãã¾ãï¼read-all ã³ãã³ãã使ç¨ããªãã¦ãï¼ãVoiceOver 㯠<dl>
ã使ã£ããªã¹ãããã²ã¼ã·ã§ã³ã³ãã³ãã«ã¯å¯¾å¿ãã¦ãã¾ãããARIA ã® term
㨠definition
ã®ãã¼ã«ã <dl>
æ§é ã«é©ç¨ããã¨ãVoiceOverï¼macOS 㨠iOSï¼ããã®ã¢ãã¦ã³ã¹æ¹æ³ã調æ´ããã®ã§ã注æãå¿
è¦ã§ãã
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