Opened 12 years ago
Closed 12 years ago
#24038 closed defect (bug) (duplicate)
Revision diff colors aren't varied enough
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.6 |
Component: | Revisions | Keywords: | |
Focuses: | Cc: |
Description
In 3.5, there were two colors for both additions and deletions: one for the background of a modified line, and another for individual changes with in a line. In beta, we've lost the second color for individual changes.
As a result, if a single word is added or removed, the entire line it appears in looks to be either inserted or deleted because the ins
and del
tags' background colors match that of the rest of the line.
Attached screenshots illustrate the issue.
Attachments (3)
Change History (8)
#3
@
12 years ago
At the very least, we should restore the background colors used in 3.5 for the ins
and del
elements. 24038.patch does that.
The accessibility group should weigh in on the possible use of patterns or other indicators to differentiate between the line and word changes.
Related: #23810