scaron / prettyphoto

prettyPhoto is a jQuery based lightbox clone. Not only does it support images, it also add support for videos, flash, YouTube, iFrames. It’s a full blown media lightbox. The setup is easy and quick, plus the script is compatible in every major browser.
http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/
553 stars 281 forks source link

"rel" attribute breaks W3C validation in HTML5 #115

Open marbetschar opened 11 years ago

marbetschar commented 11 years ago

Adding a rel attribute such as "prettyPhoto[folio]" breaks validation results and therefore is not compatible to the standard.

See results of a HTML5 page over at: http://validator.w3.org/

dkingofpa commented 11 years ago

Before this issue can move forward, I think it needs three things added:

  1. Working example and output from the validator.
  2. Explain why the current required rel attribute breaks validation.
  3. A proposed solution so people have a starting point to talk about a resolution.