Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feaLib]: parsing should fail if value record contains both variation and device info #3181

Open
cmyr opened this issue Jun 23, 2023 · 1 comment

Comments

@cmyr
Copy link
Contributor

cmyr commented Jun 23, 2023

Currently, the following compiles, but it should probably be an error:

languagesystem DFLT dflt;
feature kern {
    pos one <0 (wght=200:12 wght=900:12 wdth=150,wght=900:12) 0 0
        <device 11 -1, 12 -1>
        <device NULL>
        <device 11 -2, 12 -2>
        <device NULL>>;
} kern;
@behdad
Copy link
Member

behdad commented Jun 23, 2023

Agreed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants