Why do the links in the top answer of this question have these title attributes?
The entered text is:
1. [CSS Design: Creating Custom Corners
& Borders][1]
2. [CSS Rounded Corners 'Roundup'][2]
3. [25 Rounded Corners Techniques with CSS][3]
[1]: http://www.alistapart.com/articles/customcorners/
[2]: http://www.smileycat.com/miaow/archives/000044.php
[3]: http://www.cssjuice.com/25-rounded-corners-techniques-with-css/
But at runtime, this is the markup:
<ol>
<li><a title="Modern Compiler Implementation in ML" rel="nofollow" href="http://www.alistapart.com/articles/customcorners/">CSS Design: Creating Custom Corners
& Borders</a></li>
<li><a title="Modern Compiler Implementation in Java" rel="nofollow" href="http://www.smileycat.com/miaow/archives/000044.php">CSS Rounded Corners 'Roundup'</a></li>
<li><a title="Modern Compiler Implementation in C" rel="nofollow" href="http://www.cssjuice.com/25-rounded-corners-techniques-with-css/">25 Rounded Corners Techniques with CSS</a></li>
</ol>
title. – perbert Apr 21 '10 at 21:38