Link element is including obsolete charset attribute
antonio-ortega opened this issue · 1 comments
antonio-ortega commented
Steps to Reproduce
Load css files that would be added to the DOM in a link element.
Run W3C official validation
Actual Behavior
There is no errors.
Expected Behavior
You can see the error:
Error: The charset attribute on the link element is obsolete. Use an HTTP Content-Type header on the linked resource instead.
You can see same information about using charset attribute in link elements in W3C documentation.
jonmak08 commented
This has been resolved. Please see jonmak08/yui3#45.