yari
yari copied to clipboard
Formal syntax doesn't show values from other spces
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
- Open page https://developer.mozilla.org/en-US/docs/Web/CSS/width#formal_syntax
- Observe the Formal Syntax section
- Then observe BCD table at the bottom
- The BCD table lists values like
stretch
andanchor-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
- [X] I have read the Community Participation Guidelines.
- [X] I have verified that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [X] I have checked that this is a concrete bug. For Q&A open a GitHub Discussion.