Re: [csswg-drafts] [css-display] display: math might not want to do magical box construction based on the kind of element it applies to (#5866)

@emilio On non-MathML elements Chromium computes it as `display: none` (similar to what was done for `display: contents` in some cases), although a later decision from the CSS was to use "mrow layout" ( https://github.com/w3c/mathml-core/issues/105 ) which I guess would be more complicated to implement & test (layout involves operator stretching, automatic spacing, etc) and I'm neither sure what would be the consequence at that point, nor what would be the desired use case.

-- 
GitHub Notification of comment by fred-wang
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5866#issuecomment-1168324840 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 28 June 2022 07:13:07 UTC