I am working to validate W3C errors in the magento shop.It is including the css in theme's page.xml by using the code:
<action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
When check at W3C validator it give error:
Element link is missing required attribute property
I did search for this error and found a sloution here that i can use property='stylesheet' to fix the error.
Now the question is how to use property='stylesheet' here with magento css include code?