- Notifications
You must be signed in to change notification settings - Fork12
Open
Description
Summary
Formal syntax on CSS sizing propertywidth
,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 pagehttps://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 fromcss-sizing.json
.
Anything else?
I've raisedan issue in Webref to map sizing properties to theanchor-size()
value.
Validations
- I have read theCommunity Participation Guidelines.
- I have verified that there isn'talready an issue that reports the same bug to avoid creating a duplicate.
- I have checked that this is a concrete bug. For Q&A open aGitHub Discussion.