tea.mathoverflow.net - Discussion Feed (What do the bold vs. non-bold, black vs. white vote counts mean?) Sun, 04 Nov 2018 13:43:00 -0800 http://mathoverflow.tqft.net/ Lussumo Vanilla 1.1.9 & Feed Publisher Anton Geraschenko comments on "What do the bold vs. non-bold, black vs. white vote counts mean?" (1408) http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1408#Comment_1408 http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1408#Comment_1408 Mon, 04 Jan 2010 09:39:20 -0800 Anton Geraschenko @hanche: I posted about the DIV inside A problem at meta.SE. It sounds like that actually supports my guess. It's possible that the browser decides to throw out the DIV tags, but it's weird that it happens so infrequently and in such a difficult-to-reproduce way. The only evidence I had for my guess before was that it's the only nearby thing in the html and the color seems to be the right dark-but-not-black (#222222 I think).

]]>
Harald Hanche-Olsen comments on "What do the bold vs. non-bold, black vs. white vote counts mean?" (1392) http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1392#Comment_1392 http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1392#Comment_1392 Sun, 03 Jan 2010 07:10:00 -0800 Harald Hanche-Olsen @Anton: I don't quite buy your hypothesis, since nested elements is after all what HTML and CSS are all about. There is no excuse for a browser not being able to handle that. The real reason for the bug is probably more subtle. For example, it could be mutliple threads stepping on each others' toes or something. Oh, and I hadn't quite noticed before, but <div> within <a> is definitely outside the bounds of legal HTML. They should probably have used <span> instead of <div>.

]]>
Anton Geraschenko comments on "What do the bold vs. non-bold, black vs. white vote counts mean?" (1380) http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1380#Comment_1380 http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1380#Comment_1380 Sat, 02 Jan 2010 19:08:02 -0800 Anton Geraschenko I've updated the css. It's about five times shorter than the previous mess, so it should be easier to maintain in the future. Let me know if you run into any anomalies.

I have a hypothesis for what's causing the occasional black vote counts. The "answer-votes" and "answer-votes answered-accepted" divs occur within <a> tags, and I think Firefox is getting confused about whether to apply the color for things in <a> tags (which is almost black) or the color for the "answer-votes" div.

]]>
Harald Hanche-Olsen comments on "What do the bold vs. non-bold, black vs. white vote counts mean?" (1367) http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1367#Comment_1367 http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1367#Comment_1367 Sat, 02 Jan 2010 12:49:48 -0800 Harald Hanche-Olsen And indeed, the HTML looks perfectly okay to me. I don't see anything in it that could explain the problem.

]]>
Jonas Meyer comments on "What do the bold vs. non-bold, black vs. white vote counts mean?" (1366) http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1366#Comment_1366 http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1366#Comment_1366 Sat, 02 Jan 2010 11:49:53 -0800 Jonas Meyer Anton Geraschenko comments on "What do the bold vs. non-bold, black vs. white vote counts mean?" (1365) http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1365#Comment_1365 http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1365#Comment_1365 Sat, 02 Jan 2010 11:14:44 -0800 Anton Geraschenko Ok, I've observed the problem while running Firefox 3.5.6 on linux. Corresponding to the four answers
answers
is the html

<div class="answer-summary"><a href="/questions/8338/line-bundles-trivial-after-extension-of-the-base-field/8384#8384" title="total number of votes for this answer"><div class="answer-votes">11</div></a><div class="answer-link"><a href="/questions/8338/line-bundles-trivial-after-extension-of-the-base-field/8384#8384" class="answer-hyperlink">Line bundles trivial after extension of the base-field</a></div>
</div>

<div class="answer-summary"><a href="/questions/1610/pairs-of-shortest-paths/1650#1650"><div class="answer-votes answered-accepted" title="total number of votes for this answer, which was accepted as the correct answer by the question owner">11</div></a><div class="answer-link"><a href="/questions/1610/pairs-of-shortest-paths/1650#1650" class="answer-hyperlink">Pairs of shortest paths </a></div>
</div>

<div class="answer-summary"><a href="/questions/3270/which-rings-are-subrings-of-matrix-rings/3384#3384"><div class="answer-votes answered-accepted" title="total number of votes for 2 answers; one of which was accepted as the correct answer by the question owner">11</div></a><div class="answer-link"><a href="/questions/3270/which-rings-are-subrings-of-matrix-rings/3384#3384" class="answer-hyperlink">Which rings are subrings of matrix rings?</a> (2)</div>

</div>

<div class="answer-summary"><a href="/questions/3278/whats-a-reasonable-category-that-is-not-locally-small/3282#3282"><div class="answer-votes answered-accepted" title="total number of votes for this answer, which was accepted as the correct answer by the question owner">11</div></a><div class="answer-link"><a href="/questions/3278/whats-a-reasonable-category-that-is-not-locally-small/3282#3282" class="answer-hyperlink">What&rsquo;s a reasonable category that is not locally small?</a></div>
</div>

Reloading the page makes the anomaly go away! It must be a bug in Firefox.

]]>
Pete L. Clark comments on "What do the bold vs. non-bold, black vs. white vote counts mean?" (1358) http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1358#Comment_1358 http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1358#Comment_1358 Fri, 01 Jan 2010 23:02:32 -0800 Pete L. Clark Harald Hanche-Olsen comments on "What do the bold vs. non-bold, black vs. white vote counts mean?" (1344) http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1344#Comment_1344 http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1344#Comment_1344 Fri, 01 Jan 2010 18:09:14 -0800 Harald Hanche-Olsen I've been visiting a bunch of user pages to see if I can reproduce this, and haven't seen an example yet. (Including all the ones mentioned above.) Next time someone sees this, could they also save a copy of the HTML code and inspect it to see if anything is different about the ones that come out black?

]]>
Mike Shulman comments on "What do the bold vs. non-bold, black vs. white vote counts mean?" (1338) http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1338#Comment_1338 http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1338#Comment_1338 Fri, 01 Jan 2010 14:47:24 -0800 Mike Shulman Anton Geraschenko comments on "What do the bold vs. non-bold, black vs. white vote counts mean?" (1334) http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1334#Comment_1334 http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1334#Comment_1334 Fri, 01 Jan 2010 13:20:03 -0800 Anton Geraschenko I was actually planning on cleaning up the custom css file for MO sometime soon, since it's a mess, and since making it I've learned a bit more about css. Perhaps this problem will go away, and perhaps some new ones will arise.

]]>
Kevin Buzzard comments on "What do the bold vs. non-bold, black vs. white vote counts mean?" (1332) http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1332#Comment_1332 http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1332#Comment_1332 Fri, 01 Jan 2010 13:13:16 -0800 Kevin Buzzard Jonas Meyer comments on "What do the bold vs. non-bold, black vs. white vote counts mean?" (1331) http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1331#Comment_1331 http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1331#Comment_1331 Fri, 01 Jan 2010 13:07:48 -0800 Jonas Meyer Harry Gindi comments on "What do the bold vs. non-bold, black vs. white vote counts mean?" (1328) http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1328#Comment_1328 http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1328#Comment_1328 Fri, 01 Jan 2010 12:55:35 -0800 Harry Gindi Jonas Meyer comments on "What do the bold vs. non-bold, black vs. white vote counts mean?" (1327) http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1327#Comment_1327 http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1327#Comment_1327 Fri, 01 Jan 2010 12:51:40 -0800 Jonas Meyer Here's link to a screenshot showing the anomaly on your page:
anomaly

edit (by Anton): I inserted the image here

]]>
Harry Gindi comments on "What do the bold vs. non-bold, black vs. white vote counts mean?" (1325) http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1325#Comment_1325 http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1325#Comment_1325 Fri, 01 Jan 2010 12:43:07 -0800 Harry Gindi Jonas Meyer comments on "What do the bold vs. non-bold, black vs. white vote counts mean?" (1324) http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1324#Comment_1324 http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1324#Comment_1324 Fri, 01 Jan 2010 12:42:00 -0800 Jonas Meyer Anton Geraschenko comments on "What do the bold vs. non-bold, black vs. white vote counts mean?" (1323) http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1323#Comment_1323 http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1323#Comment_1323 Fri, 01 Jan 2010 12:36:05 -0800 Anton Geraschenko Drat, none of those examples worked for me. Maybe it's an issue with how the browser is parsing the css. What browser/OS are you using? Could you take a screenshot next time you see it?

]]>
Jonas Meyer comments on "What do the bold vs. non-bold, black vs. white vote counts mean?" (1322) http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1322#Comment_1322 http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1322#Comment_1322 Fri, 01 Jan 2010 12:35:54 -0800 Jonas Meyer Jonas Meyer comments on "What do the bold vs. non-bold, black vs. white vote counts mean?" (1320) http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1320#Comment_1320 http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1320#Comment_1320 Fri, 01 Jan 2010 12:31:18 -0800 Jonas Meyer Pete L. Clark comments on "What do the bold vs. non-bold, black vs. white vote counts mean?" (1316) http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1316#Comment_1316 http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1316#Comment_1316 Fri, 01 Jan 2010 04:55:40 -0800 Pete L. Clark Anton Geraschenko comments on "What do the bold vs. non-bold, black vs. white vote counts mean?" (1315) http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1315#Comment_1315 http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1315#Comment_1315 Fri, 01 Jan 2010 03:59:34 -0800 Anton Geraschenko Ok, I think I understand where those questions came from: you were looking at meta.SE, where instead of green or grey background, they use plain or bold. I see that you posted a question there, and I posted an answer to it. But there still shouldn't be any place where you see vote counts which are black on green; that would be ugly.

]]>
Anton Geraschenko comments on "What do the bold vs. non-bold, black vs. white vote counts mean?" (1312) http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1312#Comment_1312 http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1312#Comment_1312 Fri, 01 Jan 2010 03:32:12 -0800 Anton Geraschenko In the list of questions on a user page, you get four fields of information: number of people who have "favorited" the question, number of votes the question has received, the number of answers the question has, and the number of views the question has.
questions
If the "number of answers box" is dark green, it means an answer has been accepted; if it is light green, then it has answers, but not an accepted answer; if it is dark red, it means there are no answers.

In the list of answers on the user page, you just get the number of votes the answer has received:
answers
The box is green if the answer was accepted and light grey if it wasn't.

I'm not sure what you're referring to when you say "some of the vote counts are in bold while most are not" or when you say "some of the vote counts are black on green". Where should I look to see examples of these things?

]]>
Jonas Meyer comments on "What do the bold vs. non-bold, black vs. white vote counts mean?" (1307) http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1307#Comment_1307 http://mathoverflow.tqft.net/discussion/123/what-do-the-bold-vs-nonbold-black-vs-white-vote-counts-mean/?Focus=1307#Comment_1307 Thu, 31 Dec 2009 17:16:08 -0800 Jonas Meyer
I admit this is frivolous, but I can't not be curious. ]]>