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

The hyphen in value have less meaning than in property #17

Closed
kizu opened this issue Nov 20, 2011 · 2 comments
Closed

The hyphen in value have less meaning than in property #17

kizu opened this issue Nov 20, 2011 · 2 comments
Assignees
Labels
Milestone

Comments

@kizu
Copy link
Member

kizu commented Nov 20, 2011

We have the following test: thttext-height: text-size;, that we do not pass, we get just text-height.

So, in this case (when there is just one letter in property) it must have greater priority than the same property but without the value.

@ghost ghost assigned TheBits Nov 20, 2011
@kizu
Copy link
Member Author

kizu commented Dec 1, 2011

Some more tests that must be fixed with this issue:

baclc (line 330)
  background-clip no-clip
  background-clip content-box

baclp (line 329)
  background-clip
  background-clip padding-box

baoc (line 334)
  background-color
  background-origin content-box

baop (line 332)
  background-position
  background-origin padding-box

@kizu
Copy link
Member Author

kizu commented Dec 1, 2011

Two more:

lstl (line 455)
  list-style-type circle
  list-style-type lower-roman

lstu (line 456)
  list-style-type square
  list-style-type upper-roman

@TheBits TheBits closed this as completed Dec 9, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants