#35195 closed defect (bug) (duplicate)
CSS links in footer should have a property attribute
Reported by: | cyman | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Script Loader | Keywords: | |
Focuses: | Cc: |
Description
Hi,
The <link>
tags printed by print_late_styles in footer are invalid by W3 validator:
Element link is missing required attribute property.
Workaround for this would be to include the propery="stylesheet"
(or similar, let's discuss) to the <link>
elements printed by print_late_styles: http://stackoverflow.com/questions/18549726/element-link-is-missing-required-attribute-property
I can prepare a patch file if this would be a suitable candidate for merge.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Related / possible dupe / needs discussion: #30579