Bug 1830850 Comment 5 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Looks to me like an a11-s3 - the note appears as a custom tooltip, so this element is:
1. missing border that should use `CanvasText`. The text and the background appear to be using proper `Canvas` colors.
2. On the second example, [annotation-link-text-popup.pdf](https://bugzilla.mozilla.org/attachment.cgi?id=9331149), The image mark (sticker icon) itself now uses static/`Canvas`+`CanvasText` colors. In the stable 113 and 114.0.1 releases the icon that has the tooltip/note attached is created using `ButtonFace`+`ButtonText` color pair which is a good thing, IMO, as it signals to the user that it is actionable and they can hover over it. But Fx 115 uses static `Canvas`+`CanvasText` colors for it, which does miss the point of the image control.
3. The image mark does not have a hover HCM styling by itself, but the tooltip with the note appears on hover so I’d say it’s not a blocker issue. Expected hover styles for regular HCM button can be found in [the Acorns' Components > Button > States > Hover section](https://acorn.firefox.com/latest/components/button/overview.html#search-3d43e680-8710-11ed-a82e-d98b0c93ddfd)
Looks to me like an a11y-s3 - the note appears as a custom tooltip, so this element is:
1. missing border that should use `CanvasText`. The text and the background appear to be using proper `Canvas` colors.
2. On the second example, [annotation-link-text-popup.pdf](https://bugzilla.mozilla.org/attachment.cgi?id=9331149), The image mark (sticker icon) itself now uses static/`Canvas`+`CanvasText` colors. In the stable 113 and 114.0.1 releases the icon that has the tooltip/note attached is created using `ButtonFace`+`ButtonText` color pair which is a good thing, IMO, as it signals to the user that it is actionable and they can hover over it. But Fx 115 uses static `Canvas`+`CanvasText` colors for it, which does miss the point of the image control.
3. The image mark does not have a hover HCM styling by itself, but the tooltip with the note appears on hover so I’d say it’s not a blocker issue. Expected hover styles for regular HCM button can be found in [the Acorns' Components > Button > States > Hover section](https://acorn.firefox.com/latest/components/button/overview.html#search-3d43e680-8710-11ed-a82e-d98b0c93ddfd)

Back to Bug 1830850 Comment 5