roycezhc / doclava

Automatically exported from code.google.com/p/doclava
Apache License 2.0
0 stars 0 forks source link

http://developer.android.com/reference/java/util/Locale.html #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
in http://developer.android.com/reference/java/util/Locale.html, "Locale data" 
is blue but "Be wary of the default locale" is black.

in the Java source they're the same:

 * <a name="locale_data"><h3>Locale data</h3></a>

 * <a name="default_locale"><h3>Be wary of the default locale</h3></a>

but it looks from the webkit inspector like droiddoc mangles them so "Locale 
data" is "h3 > a" but the other is "a > h3". and the CSS only works for one of 
those orderings.

Original issue reported on code.google.com by e...@google.com on 12 Jan 2011 at 10:59