|
10 | 10 | <section> |
11 | 11 | <h2>Default</h2> |
12 | 12 | <code>input + hx-tile</code> |
13 | | - <div class="hxRow choice-tile-demo"> |
| 13 | + <div class="hxRow choice-tile-spec"> |
14 | 14 | <!-- input --> |
15 | 15 | <label class="hxChoice"> |
16 | 16 | <input type="radio" name="default1" /> |
@@ -55,7 +55,7 @@ <h2>Default</h2> |
55 | 55 | <section> |
56 | 56 | <h2>Subdued</h2> |
57 | 57 | <code>input + hx-tile.hxSubdued</code> |
58 | | - <div class="hxRow choice-tile-demo"> |
| 58 | + <div class="hxRow choice-tile-spec"> |
59 | 59 | <!-- input + .hxSubdued --> |
60 | 60 | <label class="hxChoice"> |
61 | 61 | <input type="radio" name="subdued1" /> |
@@ -100,7 +100,7 @@ <h2>Subdued</h2> |
100 | 100 | <section> |
101 | 101 | <h2>Checked</h2> |
102 | 102 | <code>input:checked + hx-tile</code> |
103 | | - <div class="hxRow choice-tile-demo"> |
| 103 | + <div class="hxRow choice-tile-spec"> |
104 | 104 | <!-- input:checked --> |
105 | 105 | <label class="hxChoice"> |
106 | 106 | <input type="radio" name="checked1" checked /> |
@@ -146,7 +146,7 @@ <h2>Checked</h2> |
146 | 146 | <h2>Checked + Subdued</h2> |
147 | 147 | <code>input:checked + hx-tile.hxSubdued</code> |
148 | 148 | <p>Checked should override Subdued</p> |
149 | | - <div class="hxRow choice-tile-demo"> |
| 149 | + <div class="hxRow choice-tile-spec"> |
150 | 150 | <!-- input:checked + .hxSubdued --> |
151 | 151 | <label class="hxChoice"> |
152 | 152 | <input type="radio" name="checkSub1" checked /> |
@@ -191,7 +191,7 @@ <h2>Checked + Subdued</h2> |
191 | 191 | <section> |
192 | 192 | <h2>Invalid</h2> |
193 | 193 | <code>input[invalid] + hx-tile</code> |
194 | | - <div class="hxRow choice-tile-demo"> |
| 194 | + <div class="hxRow choice-tile-spec"> |
195 | 195 | <!-- input[invalid] --> |
196 | 196 | <label class="hxChoice"> |
197 | 197 | <input type="radio" name="invalid1" invalid /> |
@@ -237,7 +237,7 @@ <h2>Invalid</h2> |
237 | 237 | <h2>Invalid + Subdued</h2> |
238 | 238 | <code>input[invalid] + hx-tile.hxSubdued</code> |
239 | 239 | <p>Invalid should override Subdued</p> |
240 | | - <div class="hxRow choice-tile-demo"> |
| 240 | + <div class="hxRow choice-tile-spec"> |
241 | 241 | <!-- input[invalid] + .hxSubdued --> |
242 | 242 | <label class="hxChoice"> |
243 | 243 | <input type="radio" name="invalidSub1" invalid /> |
@@ -281,7 +281,7 @@ <h2>Invalid + Subdued</h2> |
281 | 281 |
|
282 | 282 | <section> |
283 | 283 | <h2>Disabled</h2> |
284 | | - <div class="hxRow choice-tile-demo"> |
| 284 | + <div class="hxRow choice-tile-spec"> |
285 | 285 | <!-- input[disabled] --> |
286 | 286 | <label class="hxChoice"> |
287 | 287 | <input type="radio" name="disabled1" disabled /> |
@@ -314,7 +314,7 @@ <h2>Disabled</h2> |
314 | 314 | <h2>Invalid + Checked</h2> |
315 | 315 | <code>input[invalid]:checked + hx-tile</code> |
316 | 316 | <p>Invalid should override Checked</p> |
317 | | - <div class="hxRow choice-tile-demo"> |
| 317 | + <div class="hxRow choice-tile-spec"> |
318 | 318 | <!-- input[invalid]:checked --> |
319 | 319 | <label class="hxChoice"> |
320 | 320 | <input type="radio" name="invalidCheck1" invalid checked /> |
@@ -360,7 +360,7 @@ <h2>Invalid + Checked</h2> |
360 | 360 | <h2>Invalid + Checked + Subdued</h2> |
361 | 361 | <code>input[invalid]:checked + hx-tile</code> |
362 | 362 | <p>Invalid should override Checked and Subdued</p> |
363 | | - <div class="hxRow choice-tile-demo"> |
| 363 | + <div class="hxRow choice-tile-spec"> |
364 | 364 | <!-- input[invalid]:checked + .hxSubdued --> |
365 | 365 | <label class="hxChoice"> |
366 | 366 | <input type="radio" name="invChkSub1" invalid checked /> |
@@ -406,7 +406,7 @@ <h2>Invalid + Checked + Subdued</h2> |
406 | 406 | <h2>Disabled + Checked</h2> |
407 | 407 | <code>input[disabled] + hx-tile</code> |
408 | 408 | <p>Disabled should override Checked</p> |
409 | | - <div class="hxRow choice-tile-demo"> |
| 409 | + <div class="hxRow choice-tile-spec"> |
410 | 410 | <!-- input[disabled]:checked --> |
411 | 411 | <label class="hxChoice"> |
412 | 412 | <input type="radio" name="disChk1" disabled checked /> |
@@ -439,7 +439,7 @@ <h2>Disabled + Checked</h2> |
439 | 439 | <h2>Disabled + Invalid</h2> |
440 | 440 | <code>input[disabled][invalid] + hx-tile</code> |
441 | 441 | <p>Disabled should override Invalid</p> |
442 | | - <div class="hxRow choice-tile-demo"> |
| 442 | + <div class="hxRow choice-tile-spec"> |
443 | 443 | <!-- input[disabled][invalid] --> |
444 | 444 | <label class="hxChoice"> |
445 | 445 | <input type="radio" name="invDis1" disabled invalid /> |
@@ -472,7 +472,7 @@ <h2>Disabled + Invalid</h2> |
472 | 472 | <h2>Disabled + Invalid + Checked</h2> |
473 | 473 | <code>input[disabled][invalid]:checked + hx-tile</code> |
474 | 474 | <p>Disabled should override Invalid and Checked</p> |
475 | | - <div class="hxRow choice-tile-demo"> |
| 475 | + <div class="hxRow choice-tile-spec"> |
476 | 476 | <!-- input[disabled][invalid]:checked --> |
477 | 477 | <label class="hxChoice"> |
478 | 478 | <input type="radio" name="invChkDis1" disabled invalid checked /> |
|
0 commit comments