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
CSS font descriptors in @font-face rules are wrongly validated as font properties and cause warnings "E_INVALID_PROPERTY_VALUE".
For example, font-weight: 300 400 in @font-face rule is a valid font descriptor, but it is wrongly validated as font-weight property which cannot have two values and causes a warning:
CSS font descriptors in
@font-face
rules are wrongly validated as font properties and cause warnings "E_INVALID_PROPERTY_VALUE".For example,
font-weight: 300 400
in@font-face
rule is a valid font descriptor, but it is wrongly validated asfont-weight
property which cannot have two values and causes a warning:Test case: https://github.com/web-platform-tests/wpt/blob/master/css/css-fonts/variations/font-descriptor-range-reversed.html
Test with Vivliostyle Viewer (v2.28.1): https://vivliostyle.github.io/viewer/v2.28.1/#src=https://github.com/web-platform-tests/wpt/blob/master/css/css-fonts/variations/font-descriptor-range-reversed.html
Screenshot:
The text was updated successfully, but these errors were encountered: