Skip to content

Commit c834b73

Browse files
committed
[css2] Links now have a title attribute with the full lemma, to enhance
accessibility for people who read the links out of context. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402808
1 parent a151209 commit c834b73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

css2/bin/mkidx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ foreach $e (@sorted) {
9595

9696
# Link to given anchor
9797
print OUTPUT ", <a href=\"$prefix#$anchor\" ";
98+
printf OUTPUT "title=\"%s\" ", join(", ", @subs);
9899
if ($class eq 'index-def') {
99100
print OUTPUT "class=\"index-def\"><strong>$seqno</strong>";
100101
} else {

0 commit comments

Comments
 (0)