-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSS interoperability with vertical-align #273
Comments
I think this makes sense for the long term, IMHO it's way too early to consider this for the Core spec. Igalia is still working with Google to clarify the box and layout models, so I'd prefer to keep things simple and just ignore the vertical-align value for box layout for now. |
I think vertical-align is not what we want. It is is supposed to apply to inline boxes. The dominant-baseline property looks closer to what we want: |
I wasn't aware that there was a "dominant-baseline" property. Interestingly they mention a value of |
This is mentioned in the current core spec: |
What's left to do? Can this be closed or does some other issue need to be resolved before this can be closed? |
Need to write a test that shows setting |
I will try to add that test. |
I don't see a test in https://github.com/web-platform-tests/wpt/tree/master/mathml/relations/css-styling. @fred-wang: Does a test still need to be written? Transferring to core... |
The CSS vertical-align property should work as per specification with MathML (CSS spec). The resolution of this issue is perhaps just related to create some tests and does not affect the MathML specification.
Some examples are
with result
and
with result
The text was updated successfully, but these errors were encountered: