Skip to content

Commit d40de3c

Browse files
committed
Data-attribute: Fixed default values for listview
Fixes gh-383 Closes gh-386
1 parent f78d9e3 commit d40de3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/data-attribute.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h2>Content</h2>
150150
<table class="column-headers">
151151
<tr>
152152
<th>data-theme</th>
153-
<td>swatch letter (a-z)<span class="warning">Deprecated as of 1.4.0 and will be removed in 1.5.0.</span></td>
153+
<td>swatch letter (a-z)</td>
154154
</tr>
155155
</table>
156156
<p></p>
@@ -302,11 +302,11 @@ <h2><a href="../listview/">Listview</a></h2>
302302
</tr>
303303
<tr>
304304
<th>data-count-theme</th>
305-
<td>swatch letter (a-z) - Default "c"</td>
305+
<td>swatch letter (a-z) - Default "null", inherited from parent <span class="warning">Deprecated as of 1.4.0 and will be removed in 1.5.0.</span></td>
306306
</tr>
307307
<tr>
308308
<th>data-divider-theme</th>
309-
<td>swatch letter (a-z) - Default "b"</td>
309+
<td>swatch letter (a-z) - Default "null", inherited from parent</td>
310310
</tr>
311311
<tr>
312312
<th>data-filter</th>
@@ -338,7 +338,7 @@ <h2><a href="../listview/">Listview</a></h2>
338338
</tr>
339339
<tr>
340340
<th>data-split-theme</th>
341-
<td>swatch letter (a-z) - Default "b"</td>
341+
<td>swatch letter (a-z) - Default "null", inherited from parent</td>
342342
</tr>
343343
<tr>
344344
<th>data-theme</th>

0 commit comments

Comments
 (0)