Skip to content

[css-display] Include math in <display-inside> #9399

@cdoublev

Description

@cdoublev

display already includes some new values defined in MathML Core:

The display property from CSS Display Module Level 3 is extended with a new inner display type:

Name: display
New values: <display-outside> || [ <display-inside> | math ]

https://w3c.github.io/mathml-core/#new-display-math-value

Name: display
Value: [ <display-outside> || <display-inside> ] | ...

https://drafts.csswg.org/css-display-3/#propdef-display

The New values field value is expected to be joined to the target value space using | as the glue:

[ <display-outside> || <display-inside> ] | ... | <display-outside> || [ <display-inside> | math ]

Would it be acceptable to include math in <display-inside>? The property definition table in MathML Core could then be marked with an informative class, which means w3c/webref would ignore it when scraping definitions from MathML Core.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions