You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If result is not a <number-token>, <percentage-token>, <dimension-token>, or a <calc()>, throw a SyntaxError and abort this algorithm.
Given that this includes <calc()>, it seems like it should also include <min()> and <max()> which are defined at the same place, but aren't clearly included. (They also aren't clearly forbidden, given that the link for <calc()> links to a definition of all three.)