I found a small problem on your site (for me at least). For reference, I am running Firefox 3.5 on Gentoo.<p>On a page like this, <a href="http://favstar.fm/users/asshuku" rel="nofollow">http://favstar.fm/users/asshuku</a>, the Japanese kanji is being rendered like Chinese kanji. It's still readable, but it's just a little off-putting. I'm not native Japanese (I can read it, though), but the best example I can give of what this feels like for a Japanese person is that all of the text on the page has been highlighted and underlined. Readable, but annoying.<p>I was playing around with it in Firebug, and it looks like a simple(?) fix would be to change the line:
<html lang="en" xmlns="<a href="http://www.w3.org/1999/xhtml" rel="nofollow">http://www.w3.org/1999/xhtml</a>
xml:lang="en">
to:
<html xmlns="<a href="http://www.w3.org/1999/xhtml" rel="nofollow">http://www.w3.org/1999/xhtml</a> xml:lang="en">
or:
<html lang="ja" xmlns="<a href="http://www.w3.org/1999/xhtml" rel="nofollow">http://www.w3.org/1999/xhtml</a>
xml:lang="ja"><p>You might also be interested in seeing Google's solution (<a href="http://www.google.com/search?q=google.co.jp" rel="nofollow">http://www.google.com/search?q=google.co.jp</a>), Slashdot's solution (<a href="http://www.slashdot.jp/" rel="nofollow">http://www.slashdot.jp/</a>), or Wikipedia's solution (<a href="http://www.wikipedia.ja/" rel="nofollow">http://www.wikipedia.ja/</a>).