Will a tag like
<span id="suchAndSuch" class="blah" rel="this.that.other" name="this.name"></span>
or
<div id="suchAndSuch" class="blah" rel="this.that.other" name="this.name"></div>
throw IE and/or FF to QM? According to W3C, those aren't standard attributes for those tags, but it does not say if it'll make them invalid.
Your help is much appreciated.