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

IE 9/8 iffy #305

Open
scj1091 opened this issue Dec 21, 2013 · 2 comments
Open

IE 9/8 iffy #305

scj1091 opened this issue Dec 21, 2013 · 2 comments
Assignees
Labels

Comments

@scj1091
Copy link
Contributor

scj1091 commented Dec 21, 2013

IE 9 compatibility mode (~IE 8?) is looking pretty fugly again. Probably not worth lots of time, but even plain IE 9 is not quite right. Gradients, e.g. Need to include
-webkit-<property>
-moz-<property>
-ms-<property>
and <property> for full compatibility. This is currently inconsistent from one selector to another.

@ghost ghost assigned scj1091 Dec 21, 2013
@scj1091
Copy link
Contributor Author

scj1091 commented Mar 30, 2014

See also #97

@scj1091
Copy link
Contributor Author

scj1091 commented Aug 12, 2014

Need to thoroughly overhaul all CSS3 properties to be compatible with recent changes:

  • linear-gradient
    • IE10+ support plain vanilla CSS3 gradient
    • IE9- needs filter (bad) or plain background/image fallback
    • other supported browsers -moz and -webkit
    • syntax change to spec from draft to final: direction uses "to": [ <angle> | to <dir keyword>] like to top or to right
  • border-radius (more research needed)
  • are we using
    • transforms
    • transitions
    • animations

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

1 participant