> Ok, thank you for your response, and sorry to bother you.
No prob!
> I think i will have to adapt the script to strip off the numeric value
> from the ID and create something lile id="rank-0", "rank-1" etc.
> Before, i will have another newbie question : is it possible, for this
> purpose, to use a completely forged attribute, something like rank="0"
> rank="1" ?
If you have to use a custom attr, it should start with "data-"
("data-rank-0", "data-rank-1", etc.). That will pass an HTML5 (though
not 4) validator and will work fine with Moo.
-- S.
--
To unsubscribe, reply using "remove me" as the subject.