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

add declarations validation #1

Open
2 tasks
egoholic opened this issue Oct 7, 2021 · 0 comments
Open
2 tasks

add declarations validation #1

egoholic opened this issue Oct 7, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request important

Comments

@egoholic
Copy link
Contributor

egoholic commented Oct 7, 2021

  • declaration property is known/standard
    For example, color, background-color,width, etc. are valid, some-prop, --custom-prop-x, -moz-appearance and -webkit-appearance* are not valid.
    Custom browser properties/declarations are not valid yet. They will be added in a separate task.

  • declaration value has proper type
    For example, color: white, color: #10ffc5, are valid, color: rgba(0,64,128,0.314) - is not valid.
    CSS functions will be added in a separate task.

@egoholic egoholic self-assigned this Oct 7, 2021
@egoholic egoholic added the enhancement New feature or request label Oct 7, 2021
@egoholic egoholic removed their assignment Oct 9, 2021
@egoholic egoholic self-assigned this Oct 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request important
Projects
None yet
Development

No branches or pull requests

1 participant