Early drafts were defining to other keywords, cover and contain, synonyms of the standard farthest-corner and closest-side respectively. Do exclusively use the standard keyword as some implementations have dropped to older variants.
It's working, I just don't like all the errors it's throwing when I validate it. Also, I didn't see replacements in that link you provided. Were there any?
Does anyone know why the following CSS doesn't validate?
EDIT: Specifically on this page:
http://www.nintendonerds.com/pokemonxy
I think 'cover' might have been deprecated.
https://developer.mozilla.org/en-US/docs/CSS/radial-gradient
Thanks, Paulie_D!
Should I change that then, or it it something I shouldn't worry too much about?
Well if it's not working and you need it to then clearly you will have to update to the latest syntax.
It's working, I just don't like all the errors it's throwing when I validate it. Also, I didn't see replacements in that link you provided. Were there any?
Scroll down to the section marked "extent-keywords"
I apologize, Paulie_D. I see the syntax area, but I'm not sure if I'm supposed to be replacing ellipse and circle with something else.
I think you are supposed to replace 'cover' with one of the 'constant' keywords
Hmm...I see what you're saying. I've replaced "cover" with "farthest-corner" and I'm still getting errors. It looks good though so I'm not sure.
CSS Validate Errors
This one seems to be pretty tricky!
I don't think you need to worry about those.
Lots of the CSS3 properties fail validation...if they work, I wouldn't sweat it.
OK. Thanks for everything, Paulie_D!