yari icon indicating copy to clipboard operation
yari copied to clipboard

Formal syntax doesn't show values from other spces

Open OnkarRuikar opened this issue 6 months ago • 1 comments

Summary

Formal syntax on CSS sizing property width, max-width, min-width etc. pages do not accumulate values from all the specs.

URL

https://developer.mozilla.org/en-US/docs/Web/CSS/width#formal_syntax

Reproduction steps

  1. Open page https://developer.mozilla.org/en-US/docs/Web/CSS/width#formal_syntax
  2. Observe the Formal Syntax section
  3. Then observe BCD table at the bottom
  4. The BCD table lists values like stretch and anchor-size() which are not there in the Formal Syntax.

Expected behavior

In sizing properties cases, the formal syntaxes should accumulate value syntaxes from all the spec webref jsons:

Also, in the case of all other feature syntaxes, accumulate value syntaxes from all the available specs jsons.

Actual behavior

The Formal Syntax section shows only the syntax from css-sizing.json.

Anything else?

I've raised an issue in Webref to map sizing properties to the anchor-size() value.

Validations

OnkarRuikar avatar Aug 08 '24 07:08 OnkarRuikar