Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-ruby/pseudo-first-letter.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="pseudo-first-letter-ref.html">
<style>
div::first-letter {
color: green;
}
</style>
<div><ruby>Base<rt>Annotation</ruby></div>