Hello,

Omega uses apple-touch-icon-precomposed, but the spec for the link tag has changed requiring a link tag that specify "sizes" attribute to use the either "apple-touch-icon" or simply "icon".

This results in a validation error :

"A link element with a sizes attribute must have a rel attribute that contains the value icon or the value apple-touch-icon."

http://stackoverflow.com/questions/41396853/validation-errors-for-html-5
https://html.spec.whatwg.org/#the-link-element:attr-link-sizes-2

Comments

joaogarin created an issue. See original summary.

joaogarin’s picture

Status: Active » Closed (works as designed)

Just noticed touch-icon is supported. closing issue.