Closed Bug 1594099 Opened 5 years ago Closed 4 years ago

readability backplate spills out left side of text

Categories

(Core :: Layout, defect, P2)

All
Windows 10
defect

Tracking

()

RESOLVED FIXED
mozilla73
Tracking Status
firefox72 --- disabled
firefox73 --- fixed

People

(Reporter: asa, Assigned: morgan)

References

(Blocks 2 open bugs)

Details

(Keywords: access, Whiteboard: [access-p2])

Attachments

(12 files, 3 obsolete files)

1.07 MB, image/png
Details
1.07 MB, image/png
Details
243.23 KB, image/png
Details
271.45 KB, image/png
Details
12.01 KB, image/png
Details
12.03 KB, image/png
Details
645 bytes, text/html
Details
486.32 KB, image/png
Details
4.03 KB, image/png
Details
826 bytes, text/html
Details
132.57 KB, image/png
Details
47 bytes, text/x-phabricator-request
Details | Review

On some websites, the readability backplate implemented at bug 1539212 seems to spill out the left side of the text.

The best example I've found of this is at apple.com where I see it on most pages. I think the same issue is also happening at amazon.com and theverge.com which I document here in screenshots.

Tested on Windows 10 with High Contrast Black OS theme active in today's Nightly build.

Hmm yeah I think this is because we include margin space in visual overflow.

Looks like this is an issue with centered text?

Frame dump for above test case; looks like the visual overflow for both text objects is the same, but the visual overflow for the lines differs... hmm. @dholbert: any ideas re: getting the text's overflow instead of the line's overflow? I'm a bit confused how to navigate this situation given the simultaneous requirement that backplates be drawn for chunks of lines...

          Block(body)(2)@112b26b38 parent=112b26a78 {480,480,99840,2304} [state=0200020000100200] [content=1129e11f0] [cs=10a1983e8]<
            line 112b26fa8: count=1 state=block,clean,prevmarginclean,not-impacted,not-wrapped,before:nobr,after:nobr[0x108] {6000,0,93840,1152} vis-overflow=5970,0,93870,1152 scr-overflow=6000,0,93840,1152 <
              Block(div)(1)@112b26c48 parent=112b26b38 next=112b26df8 {6000,0,93840,1152} vis-overflow={-30,0,93870,1152} scr-overflow={0,0,93840,1152} [state=0200020000100210] [content=112bb35e0] [cs=10a199798]<
                line 112b26da8: count=1 state=inline,clean,prevmarginclean,not-impacted,not-wrapped,before:nobr,after:nobr[0x100] {0,0,1334,1152} vis-overflow=-30,0,1634,1152 scr-overflow=0,0,1334,1152 <
                  Text(0)"\n    test\n  "@112b26d08 parent=112b26c48 {0,96,1334,960} vis-overflow={-30,0,1634,960} scr-overflow={0,0,1334,960} [state=02000040b0600000] [content=112b78c80] [cs=10a199a68:-moz-text] [run=112bb3ca0][0,12,T] 
                >
              >
            >
            line 112b26ff8: count=1 state=block,clean,prevmarginclean,not-impacted,not-wrapped,before:nobr,after:nobr[0x8] {0,1152,99840,1152} <
              Block(div)(3)@112b26df8 parent=112b26b38 {0,1152,99840,1152} [state=0200020000100210] [content=112bb3670] [cs=10a199888]<
                line 112b26f58: count=1 state=inline,clean,prevmarginclean,not-impacted,not-wrapped,before:nobr,after:nobr[0x100] {49253,0,1334,1152} vis-overflow=0,0,50857,1152 scr-overflow=0,0,50587,1152 <
                  Text(0)"\n    test\n  "@112b26eb8 parent=112b26df8 {49253,96,1334,960} vis-overflow={-30,0,1634,960} scr-overflow={0,0,1334,960} [state=02000040b0600000] [content=112b78d80] [cs=10a199b58:-moz-text] [run=112bb3dc0][0,12,T] 
                >
              >
Flags: needinfo?(dholbert)
Attachment #9106673 - Attachment description: sample-margin.html → testcase with margin-left (first line) and text-align:center (second line)
Flags: needinfo?(dholbert)
Attachment #9106674 - Attachment description: margin-test.png → screenshot of testcase, showing that "text-align:center" causes huge unnecessary backplate

(In reply to Morgan Reschenberg [:morgan] from comment #10)

Frame dump for above test case; looks like the visual overflow for both text objects is the same, but the visual overflow for the lines differs... hmm. @dholbert: any ideas re: getting the text's overflow instead of the line's overflow? I'm a bit confused how to navigate this situation given the simultaneous requirement that backplates be drawn for chunks of lines...

Hmm.... We should perhaps investigate why the line's visual overflow area is so large -- I suspect it doesn't need to be that big.

I've got a testcase with some more examples. Also, tangent: linear-gradient(...) counts as a "background image" and it's a nice handy way to build testcases without needing to use a real image every time.

Attachment #9106673 - Attachment description: testcase with margin-left (first line) and text-align:center (second line) → testcase 1 (with margin-left on block-level element, and then text-align:center)
Attached file testcase 2 (obsolete) —
Attached image screenshot of testcase 2 (obsolete) —

Edge renders testcase 2 with "tightly-wrapped" backplates for every run of text, for what it's worth.

Also: I suspect bug 1593267 is a version of this same underlying bug (at least, the extra backplating on the left side of each button there looks likely to be this same issue). --> marking that bug as depending on this one.

Blocks: 1593267

(For the record: this affects our privacy notice page, too -- https://www.mozilla.org/en-US/privacy/firefox/ .

That page has a mozilla logo (moz://a) at the top left, as a background-image, with some invisible text that's positioned off of the right side (and intentionally clipped) via text-indent: 120%; overflow: hidden. The intentionally-clipped text here seems to be serving the role of "alt text", basically.

Right now, this intended-to-be-hidden text is leaving a backplate in its text-indent "wake", and that backplate stomps on top of the mozilla logo image.

Attached file testcase 2 (obsolete) —

I fixed a typo in testcase 2, and added two additional interesting cases:

  • nested spans, where the inner one has a margin. (We start the backplate at the start of the outer span -- technically at the beginning of the line -- while edge still starts the backplate at the text.

  • a span with padding, and another one with border. (These both contribute to the span's visible-overflow-area, because the whole border-box gets drawn with the frame's CSS background [if it has a CSS background], so that whole area will need repainting if the frame is restyled/transformed. However: the border & padding doesn't meaningfully contribute to area that we'd want to backplate, really, because there's no text there.

These ^ scenarios are leading me to think that we shouldn't be using visible-overflow after all (not even the visible overflow of the direct children), and instead, we want to be looking for text frames specifically, and only creating (and unioning) backplate area for them....

Attachment #9106724 - Attachment is obsolete: true
Attachment #9106725 - Attachment is obsolete: true
Attached file testcase 2
Attachment #9106755 - Attachment is obsolete: true
Attachment #9106758 - Attachment description: screenshot of testcase 2 → screenshot of testcase 2 (firefox nightly on left, Edge on right)
Priority: -- → P2
Attachment #9106995 - Attachment description: Bug 1594099: Backplates should not include margins, indentation, padding, border space, or text-alignment space. → Bug 1594099: Use the visual overflow area of text-frame descendants (rather than entire lines) to determine the HCM backplate. r?dholbert
Whiteboard: [access-p2]
Blocks: 1601013

AIUI the backplate is disabled in beta.

Attachment #9106995 - Attachment description: Bug 1594099: Use the visual overflow area of text-frame descendants (rather than entire lines) to determine the HCM backplate. r?dholbert → Bug 1594099: Use the visual overflow area of text-frame descendants (rather than entire lines) to determine the HCM backplate.
Flags: needinfo?(mreschenberg)
Pushed by mreschenberg@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e3362078c7bb
Use the visual overflow area of text-frame descendants (rather than entire lines) to determine the HCM backplate. r=dholbert
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: