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

text-shadow support #24

Closed
focalstrategy opened this issue Nov 20, 2009 · 4 comments
Closed

text-shadow support #24

focalstrategy opened this issue Nov 20, 2009 · 4 comments

Comments

@focalstrategy
Copy link

Box shadow is mentioned as being the same as text shadow in the documentation (http://www.modernizr.com/docs/#s2.10), but it isn't actually implemented.

@paulirish
Copy link
Member

we might put this in..

in the meantime..

Modernizr.addTest('textshadow',function(){
    return document.createElement('div').style.textShadow === '';
})

@paulirish
Copy link
Member

fwiw textshadow was in css2.0 and removed for 2.1 and then back again in 3.0

@KuraFire
Copy link
Member

Possibly going into 1.6, at which point Future will become "Now" and this can be closed.

@paulirish
Copy link
Member

adding textshadow to core. closed by 2862e28

ralphholzmann pushed a commit to ralphholzmann/Modernizr that referenced this issue Jun 8, 2011
patrickkettner pushed a commit to patrickkettner/Modernizr that referenced this issue Feb 22, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants