Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 26, 2013 09:12 PM by Rion Williams
Contributor
5132 Points
1465 Posts
Jan 26, 2013 05:48 PM|LINK
Hi,
Can I use upercase for CSS 3?
E.G
TABLE {
}
Participant
942 Points
178 Posts
Jan 26, 2013 06:54 PM|LINK
No uppercase would never support.
use lowercase as
div { columns:100px 3; }
Jan 26, 2013 07:22 PM|LINK
NadeemZee NadeemZee
Thanks, but I am looking for W3 valid.
All-Star
27876 Points
4611 Posts
Jan 26, 2013 09:12 PM|LINK
Although it is recommended to use lowercase for CSS selectors, it is still valid to use uppercase. Both of the following validate through W3 :
table { /* Styles Here */ } TABLE { /* Styles Here */ }
If you have questions or input that you would like to test, you can use the W3 Online CSS Validator here.
thaicarrot
Contributor
5132 Points
1465 Posts
CSS3??
Jan 26, 2013 05:48 PM|LINK
Hi,
Can I use upercase for CSS 3?
E.G
TABLE {
}
Weera
NadeemZee
Participant
942 Points
178 Posts
Re: CSS3??
Jan 26, 2013 06:54 PM|LINK
No uppercase would never support.
use lowercase as
div { columns:100px 3; }Do FEAR (Face Everything And Rise)
Please mark as Answer if my post helps you..!
thaicarrot
Contributor
5132 Points
1465 Posts
Re: CSS3??
Jan 26, 2013 07:22 PM|LINK
Thanks, but I am looking for W3 valid.
Weera
Rion William...
All-Star
27876 Points
4611 Posts
Re: CSS3??
Jan 26, 2013 09:12 PM|LINK
Although it is recommended to use lowercase for CSS selectors, it is still valid to use uppercase. Both of the following validate through W3 :
table { /* Styles Here */ } TABLE { /* Styles Here */ }If you have questions or input that you would like to test, you can use the W3 Online CSS Validator here.