-1:000000000000 | 0:bdaceb257cb6 |
---|---|
1 <html> | |
2 <head> | |
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
4 <title>Unicode tests - attribute selectors</title> | |
5 <style> | |
6 div[dİr] {color: red;} | |
7 div[dİr="ltr"] {text-indent: 30px;} | |
8 input[dİsabled] {display: none;} | |
9 //input[dİsabled="disabled"] {display: inline;} | |
10 </style> | |
11 </head> | |
12 | |
13 <body> | |
14 <div dir='ltr'><p lang="hi">स्टार</p></div> | |
15 <input disabled> | |
16 <input dİsabled="DİSABLED"> | |
17 <input dİsabled="disabled"> | |
18 </body> | |
19 </html> |