OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 | 2 |
3 <style> | 3 <style> |
4 :lang(CusTom) { | 4 :lang(CusTom) { |
5 quotes: "A" "B" "C" "D"; | 5 quotes: "A" "B" "C" "D"; |
6 } | 6 } |
7 </style> | 7 </style> |
8 | 8 |
9 <p> | 9 <p> |
10 You should see the below line printed twice. | 10 You should see the below line printed twice. |
11 </p> | 11 </p> |
12 | 12 |
13 ACDB<br> | 13 ACDB<br> |
14 <q lang="CUSTOM"><q></q></q> | 14 <q lang="CUSTOM"><q></q></q> |
OLD | NEW |