Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

insert_image_dimensions on <link>-elements causing invalid document #629

@GoogleCodeExporter

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. Create a valid html document with <link rel="apple-touch-icon-precomposed" 
sizes="144x144" href="touchIcon.png"> in <head> section.
2. Turn on ModPagespeedEnableFilters insert_image_dimensions

What is the expected output? What do you see instead?
The touchIcon.png shouldn't be optimized by the insert_image_dimensions filter 
because width and height attribute not allowed on element link at this point, 
causing the w3c validator to flag the document as invalid markup:

<link rel="apple-touch-icon-precomposed" sizes="144x144" 
href="xtouchIcon.png,qv=1.6.pagespeed.ic.2ZMkfb7qzF.png" width="144" 
height="144">

What version of the product are you using (please check X-Mod-Pagespeed
header)?
1.3.25.3-2556

On what operating system?
CentOS 5.9

Which version of Apache?
2.2.3



Original issue reported on code.google.com by travisbo...@gmail.com on 27 Feb 2013 at 11:36

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions