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

Unknown property background-position-x/background-position-y #163

Open
rmilecki opened this issue Sep 10, 2015 · 2 comments
Open

Unknown property background-position-x/background-position-y #163

rmilecki opened this issue Sep 10, 2015 · 2 comments

Comments

@rmilecki
Copy link

It seems parser-lib is unaware of background-position-x and background-position-y which results in a warning:

Unknown property 'background-position-x'. Properties should be known (listed in CSS3 specification) or be a vendor-prefixed property. (known-properties)

Could you fix it?

@cscott
Copy link
Contributor

cscott commented Feb 3, 2016

background-position-x and background-position-y are actually nonstandard, although they apparently have been newly approved for CSS v4. See: http://stackoverflow.com/questions/9653685/is-background-position-x-background-position-y-a-standard-w3c-css-property

@cscott cscott changed the title Unknown property background-position-* Unknown property background-position-x/background-position-y Feb 3, 2016
@cscott
Copy link
Contributor

cscott commented Feb 8, 2016

It's "on standards track", we'll say, but the official spec will be https://drafts.csswg.org/css-backgrounds-4/#background-position-longhands and it currently has big warnings plastered across it: "This spec is not yet ready for implementation. It exists in this repository to record the ideas and promote discussion." and "ISSUE 4: This section is still being worked out. The tricky thing is making all the start/end keywords work sanely." It seems premature to implement this at the current time, and so I've applied the "not in latest official spec" label to this issue for now.

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

2 participants