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

Handle multiple values appropriately #3

Open
ben-eb opened this issue Mar 15, 2016 · 0 comments
Open

Handle multiple values appropriately #3

ben-eb opened this issue Mar 15, 2016 · 0 comments

Comments

@ben-eb
Copy link
Owner

ben-eb commented Mar 15, 2016

At the moment, this module just validates a single value and doesn't handle multiple values very well. For example, in the output module a couple of tests for the initial-letter property are failing, because the module doesn't take into account the position of each of the values.

normal | [<number> <integer>?]

https://developer.mozilla.org/en-US/docs/Web/CSS/initial-letter

So, we need to make the module aware of multiple value syntaxes such as this one; test fixtures should be generated to handle cases such as initial-letter: 3.0 2 for example.

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

No branches or pull requests

1 participant