Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel="match" href="pseudo-first-line-ref.html">
<style>
div::first-line {
ruby-position: under;
color: orange;
}
ruby::first-line, rt::first-line {
color: red;
}
</style>
<div>foo <ruby>base<rt>annotation</rt></ruby><br>
bar <ruby>base<rt>annotation</rt></ruby></div>