mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Do not merge text fragments of differing colors
The display list item for a line of text has a single color assigned for it, so text fragments with different colors cannot be merged. There is no issue number for this, as far as I know. I found this while trying an internal program that uses red asterisks for required text fields.
This commit is contained in:
parent
0dc64daed9
commit
46396d7f3b
5 changed files with 48 additions and 7 deletions
|
@ -1272,6 +1272,18 @@
|
|||
"url": "/_mozilla/css/clip_a.html"
|
||||
}
|
||||
],
|
||||
"css/content_color.html": [
|
||||
{
|
||||
"path": "css/content_color.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/content_color_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/content_color.html"
|
||||
}
|
||||
],
|
||||
"css/counters_nested_a.html": [
|
||||
{
|
||||
"path": "css/counters_nested_a.html",
|
||||
|
@ -8360,6 +8372,18 @@
|
|||
"url": "/_mozilla/css/clip_a.html"
|
||||
}
|
||||
],
|
||||
"css/content_color.html": [
|
||||
{
|
||||
"path": "css/content_color.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/content_color_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/content_color.html"
|
||||
}
|
||||
],
|
||||
"css/counters_nested_a.html": [
|
||||
{
|
||||
"path": "css/counters_nested_a.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue