Files
2026-05-27 17:09:59 +02:00

23 lines
175 B
CSS

a[rel=nofollow] {
}
a[rel='nofollow'] {
}
a[rel="nofollow"] {
}
object[type^="image/"] {
}
a[href$=".html"] {
}
p[title*="hello"] {
}
e[foo~="bar"] {
}
e[foo|="en"] {
}