On Thursday, 14 February 2013 at 12:15:07 UTC, Andrei
Alexandrescu wrote:
On 2/14/13 1:38 AM, xenon325 wrote:
Minor issues on "speakers" page:
1. Dmitry Olshansky: space in "std. regex"
This seems to be caused by monospace (there's no whitespace
there that I could find).
That's what I see in sources of the page (again, replaced square
with '?'):
---
<a href="http://dlang.org/phobos/std_regex.html">
<tt>std.?regex</tt>ev
</a>
----
Firefox sources:
<a style="-moz-hyphens: auto;"
href="http://dlang.org/phobos/std_regex.html"><tt
style="-moz-hyphens: auto;">std.regex</tt></a>
Chromium:
<a
href="http://dlang.org/phobos/std_regex.html"><tt>std.​regex</tt></a>
2. Vladimir Panteleev: unknown characters (displayed as
squares, I'll
replace them with '?') in link "http://?forum.?dlang.?org"
Opera:
<a href="http://forum.dlang.org">http://?forum.?dlang.?org</a>
FF:
<a style="-moz-hyphens: auto;"
href="http://forum.dlang.org">http://forum.dlang.org</a>.
Ch:
<a
href="http://forum.dlang.org">http://​forum.​dlang.​org</a>
That's odd, does anyone else see those?
Chromium and Firefox renders everything as expected, so it should
be Opera-specific (bug ?).