[csswg-drafts] [css-display] Include `math` in `<display-inside>` (#9399)

cdoublev has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-display] Include `math` in `<display-inside>` ==
`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`](https://www.w3.org/TR/css-display-3/#propdef-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 scrapping definitions from MathML Core.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9399 using your GitHub account


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

Received on Friday, 22 September 2023 14:13:28 UTC