trisquel-icecat/icecat/testing/web-platform/tests/css/css-ruby/pseudo-first-letter.html
2025-10-06 02:35:48 -06:00

9 lines
256 B
HTML

<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-pseudo/#first-letter-application">
<link rel="match" href="pseudo-first-letter-ref.html">
<style>
div::first-letter {
color: green;
}
</style>
<div><ruby>Base<rt>Annotation</ruby></div>