id . # text {#iid} .

text

. class . # text {.aa.b.c.dd .e .fff .gg} .

text

. non-escaped attributes . # text {a=be style=color:red;font-size:24px c=4+5} .

text

. escaped attributes . # text {onload="alert('Hello World!')" onclick='alert("{#another.=.alert}")'} .

text

. no need to escape backslash . # text {no-need-to-escape=\back\slash} .

text

. mixed . # text {.a#b.c d="e.f".g-h i=j-k .l} .

text

.