Philip Chee wrote:
In the footer of my project pages I have something like:

    <div class="xsidebar-footer-links">
      <a href="http://validator.w3.org/check?uri=referer";>
        <img src="http://www.w3.org/Icons/valid-html401";
             alt="Valid HTML 4.01!"
             title="Valid HTML 4.01!"
             height="31" width="88"></a>
      <a href="http://jigsaw.w3.org/css-validator/check/referer";>
        <img style="border:0;width:88px;height:31px"
             src="http://jigsaw.w3.org/css-validator/images/vcss";
             alt="Valid CSS!"></a>
    </div>

On this page: <http://jigsaw.w3.org/css-validator/validator-uri>

I can select a profile="css3" to use css3 semantics. Since my footer is
a generic php include, how do I add the css3 directive to:
"http://jigsaw.w3.org/css-validator/check/referer";?

Have you tried http://jigsaw.w3.org/css-validator/check/referer?profile=css3 ?

I can't tell whether this will work without trying out.

Matthew

_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to