Dean Matthews wrote:
On May 13, 2008, at 3:44 PM, dwain wrote:
where is it and is it incorporated into firefox yet?
dwain
On 5/12/08, Dean Matthews <[EMAIL PROTECTED]> wrote:
On May 12, 2008, at 11:13 PM, dwain wrote:
and if you are wanting valid css then css3 will throw up errors in the
w3c css validator.
Not if you use the CSS level 3 validator ;)
It's at:
<http://jigsaw.w3.org/css-validator/#validate_by_uri+with_options>
Under profile, select CSS 3
Don't know about Firefox.
I assume we're talking about the Web Developer Tool bar extension for
Firefox? [1]
If so, it's quite customisable and you can change the validation level
to CSS3
1) Go to the "options" tab on the developer tool bar
2) From the drop down menu select "Options"
3) From the menu on the left select "Tools"
4) You will then see a list of URLs, under "Application/URL", click the
one that says:
http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=
5) Then click the "Edit" button, you can then make changes to the URL:
To have CSS3 included in the validation, change:
"css21" to "css3"
I'd also recommend changing:
"warning=0" to "warning=1" , this tells the CSS Validator to also show
you warnings.
So in the end the URL should look something like this:
http://jigsaw.w3.org/css-validator/validator?profile=css3&warning=1&uri=
Also, while you have the web developer tool bar "options" open:
from the left select "Validation" you'll then see "Validate Local CSS",
under that, choose the CSS3 option
Click OK and you're done.
Now you can validate pages that contain CSS3 just by going to the
developer tool bar and selecting Tools => Validate CSS.
[1] https://addons.mozilla.org/en-US/firefox/addon/60
Cheers,
Dean Edridge
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************