[css-values-5] Clarify how to determine the type of <percentage>
in container-progress()
and media-progress()
#10801
Labels
<percentage>
in container-progress()
and media-progress()
#10801
In
container-progress()
andmedia-progress()
, I think the type of<percentage>
should be determined according to the size/media feature instead of "the context":For example,
width: calc(1px * container-progress(width from 0px to 100%))
should be invalid because thewidth
size feature does not accept<percentage>
.Note: there is currently no container/media feature accepting
<percentage>
, if I am not mistaken.The text was updated successfully, but these errors were encountered: