I'v tried adding some css specific for the rel attribute, and demoing it in chrome. Example:
pre[rel="js"]:before {
content:"JavaScript";
}
pre[rel="css"]:before {
content:"CSS";
}
Then of course adding HTML to it. In chrome, it all turns out to have "JavaScript" before, ignoring the rest of the CSS, although on Firefox it work's just fine.
relattribute on<pre>elements. What version of Chrome are you on? – BoltClock♦ Dec 24 '11 at 0:07