Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Codidact Meta!

Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.

Comments on Add colors for font on all websites?

Post

Add colors for font on all websites?

+2
−5

Here are five reasons for coloring text.

  1. If you're quoting a long text that already uses bolds and italics, then all formatting tools have been exhausted. You can't highlight something.

  2. Bolding it doesn't even resemble the same effect. The green is clearly meant to draw the eye towards "positive" items, while the red is clearly meant for "negative" items. The eye is already drawn towards the words-as-headings by the giant whitespace around them, making the bold style largely unnecessary. Color-coding, on the other hand, can be immensely useful in reading comprehension. Hence why, for a very relevant example, code editors often have color-coding. And is the issue that bold and italic styles are already very overloaded in semantic meaning. Adding color eases this burden.

  3. [An obvious example is making error text clear from normal output; most systems will show console errors in red-on-black to distinguish them from the regular output in white-on-black.

The only argument against seems to be fear of misuse. Any feature can be abused; that's not a reason not to implement something. Just ensure that guidelines on when it's acceptable to use are made clear in the guidelines. The SO community are very good at self-policing, so users will likely quickly learn what's appropriate & fall in with the guidelines.

  1. For Japanese, where italics aren't often used and look strange, it would give us something other than bold to use.

  2. If I had tried to show that I need colors by using bold in my question it would only confuse matters even more. My quesion I was asking is about colors, not bold. (The report needs colors (unless there is a way to have 5 different kinds of bold). I need to differentiate 5 different "In-Text" values in my report. Bold would only indicate "is a Value" (Boolean). I need to be more specific.)

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

General comments (6 comments)
General comments
Derek Elkins‭ wrote about 3 years ago

There's also the risk that relevant information is communicated only via variations in color which is bad for color-blind users.

Moshi‭ wrote about 3 years ago · edited about 3 years ago

The main concern here would be accessibility, I think. I for one already have some difficulty with some links here since they aren't visually distinct from the surrounding text other than a slightly different color. (As an aside, could you reformat your post to add context to your points? E.g. point 5 relies on us knowing about the question referred to)

Moshi‭ wrote about 3 years ago

As for the fourth point, that comment was in the context of lacking underlining capabilities. We can totally underline stuff here, so there's no reason to resort to coloring

Olin Lathrop‭ wrote about 3 years ago

"If you're quoting a long text that already uses bolds and italics, then all formatting tools have been exhausted". You are forgetting about blockquote. That sets quoted text apart visually regardless of font, size, boldness, or color.

Skipping 3 deleted comments.

celtschk‭ wrote about 3 years ago

Your first point isn't really solved by colours, as if they are allowed, the quoted text can also use them.

celtschk‭ wrote about 3 years ago

BTW, I consider the example linked to from your second point to be less readable than it would be with bold “Pro”/“Contra”. The colours don't draw my eyes to anywhere.