https://bugzilla.wikimedia.org/show_bug.cgi?id=72141

--- Comment #2 from Frédéric Wang <[email protected]> ---
From James Craig:

> It might be safer to set up a new class on a new parent element as the 
> positioning context (container of both .mwe-math-fallback-image-inline and 
> .mwe-math-mathml-a11y), and then absolutely position the math element to the 
> top left of the context.
> .mwe-math-context {
>     position: relative; /* context for descendants */
>     display: inline-block;
>     margin: 0;
>     padding: 0;
> }
> .mwe-math-context > .mwe-math-mathml-a11y {
>     position: absolute;
>     top: 0; /* explicit positions within context */
>     left: 0;
>     opacity: 0;
> }

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to