|
748 | 748 | <table class="wmn4 s-table s-table__bx-simple"> |
749 | 749 | <thead> |
750 | 750 | <tr> |
751 | | - <th class="s-table--cell5" scope="col">Attribute</th> |
752 | | - <th class="s-table--cell2" scope="col">Applied to</th> |
| 751 | + <th scope="col" class="s-table--cell5">Attribute</th> |
| 752 | + <th scope="col" class="s-table--cell2">Applied to</th> |
753 | 753 | <th scope="col">Description</th> |
754 | 754 | </tr> |
755 | 755 | </thead> |
756 | 756 | <tbody class="fs-caption"> |
757 | 757 | {% for item in tables.data-attributes %} |
758 | 758 | <tr> |
759 | 759 | <th scope="row"><code class="stacks-code">{{ item.attribute }}</code></th> |
760 | | - <td><code class="stacks-code">{{ item.applies }}</td> |
| 760 | + <td><code class="stacks-code">{{ item.applies }}</code></td> |
761 | 761 | <td class="p8">{{ item.description }}</td> |
762 | 762 | </tr> |
763 | 763 | {% endfor %} |
|
772 | 772 | <table class="s-table s-table__sortable" data-controller="s-table"> |
773 | 773 | <thead> |
774 | 774 | <tr> |
775 | | - <th data-s-table-target="column" data-action="click->s-table#sort"> |
776 | | - Season |
777 | | - @Svg.ArrowUpSm.With("js-sorting-indicator js-sorting-indicator-asc d-none") |
778 | | - @Svg.ArrowDownSm.With("js-sorting-indicator js-sorting-indicator-desc d-none") |
779 | | - @Svg.ArrowUpDownSm.With("js-sorting-indicator js-sorting-indicator-none") |
| 775 | + <th scope="col" data-s-table-target="column"> |
| 776 | + <button data-action="click->s-table#sort"> |
| 777 | + Season |
| 778 | + @Svg.ArrowUpSm.With("js-sorting-indicator js-sorting-indicator-asc d-none") |
| 779 | + @Svg.ArrowDownSm.With("js-sorting-indicator js-sorting-indicator-desc d-none") |
| 780 | + @Svg.ArrowUpDownSm.With("js-sorting-indicator js-sorting-indicator-none") |
| 781 | + </button> |
780 | 782 | </th> |
781 | | - <th data-s-table-target="column" data-action="click->s-table#sort"> |
782 | | - Starts in month |
783 | | - … |
| 783 | + <th scope="col" data-s-table-target="column"> |
| 784 | + <button data-action="click->s-table#sort"> |
| 785 | + Starts in month |
| 786 | + … |
| 787 | + </button> |
784 | 788 | </th> |
785 | | - <th data-s-table-target="column" data-action="click->s-table#sort"> |
786 | | - Typical temperature in °C |
787 | | - … |
| 789 | + <th scope="col" data-s-table-target="column"> |
| 790 | + <button data-action="click->s-table#sort"> |
| 791 | + Typical temperature in °C |
| 792 | + … |
| 793 | + </button> |
788 | 794 | </th> |
789 | 795 | </tr> |
790 | 796 | </thead> |
|
806 | 812 | <table class="s-table s-table__sortable" data-controller="s-table"> |
807 | 813 | <thead> |
808 | 814 | <tr> |
809 | | - <th data-s-table-target="column" data-action="click->s-table#sort"> |
810 | | - Season |
811 | | - {% icon "ArrowUpSm", "js-sorting-indicator js-sorting-indicator-asc d-none" %} |
812 | | - {% icon "ArrowDownSm", "js-sorting-indicator js-sorting-indicator-desc d-none" %} |
813 | | - {% icon "ArrowUpDownSm", "js-sorting-indicator js-sorting-indicator-none" %} |
| 815 | + <th scope="col" data-s-table-target="column"> |
| 816 | + <button data-action="click->s-table#sort"> |
| 817 | + Season |
| 818 | + {% icon "ArrowUpSm", "js-sorting-indicator js-sorting-indicator-asc d-none" %} |
| 819 | + {% icon "ArrowDownSm", "js-sorting-indicator js-sorting-indicator-desc d-none" %} |
| 820 | + {% icon "ArrowUpDownSm", "js-sorting-indicator js-sorting-indicator-none" %} |
| 821 | + </button> |
814 | 822 | </th> |
815 | | - <th data-s-table-target="column" data-action="click->s-table#sort"> |
816 | | - Starts in month |
817 | | - {% icon "ArrowUpSm", "js-sorting-indicator js-sorting-indicator-asc d-none" %} |
818 | | - {% icon "ArrowDownSm", "js-sorting-indicator js-sorting-indicator-desc d-none" %} |
819 | | - {% icon "ArrowUpDownSm", "js-sorting-indicator js-sorting-indicator-none" %} |
| 823 | + <th scope="col" data-s-table-target="column"> |
| 824 | + <button data-action="click->s-table#sort"> |
| 825 | + Starts in month |
| 826 | + {% icon "ArrowUpSm", "js-sorting-indicator js-sorting-indicator-asc d-none" %} |
| 827 | + {% icon "ArrowDownSm", "js-sorting-indicator js-sorting-indicator-desc d-none" %} |
| 828 | + {% icon "ArrowUpDownSm", "js-sorting-indicator js-sorting-indicator-none" %} |
| 829 | + </button> |
820 | 830 | </th> |
821 | | - <th data-s-table-target="column" data-action="click->s-table#sort"> |
822 | | - Typical temperature in °C |
823 | | - {% icon "ArrowUpSm", "js-sorting-indicator js-sorting-indicator-asc d-none" %} |
824 | | - {% icon "ArrowDownSm", "js-sorting-indicator js-sorting-indicator-desc d-none" %} |
825 | | - {% icon "ArrowUpDownSm", "js-sorting-indicator js-sorting-indicator-none" %} |
| 831 | + <th scope="col" data-s-table-target="column"> |
| 832 | + <button data-action="click->s-table#sort"> |
| 833 | + Typical temperature in °C |
| 834 | + {% icon "ArrowUpSm", "js-sorting-indicator js-sorting-indicator-asc d-none" %} |
| 835 | + {% icon "ArrowDownSm", "js-sorting-indicator js-sorting-indicator-desc d-none" %} |
| 836 | + {% icon "ArrowUpDownSm", "js-sorting-indicator js-sorting-indicator-none" %} |
| 837 | + </button> |
826 | 838 | </th> |
827 | 839 | </tr> |
828 | 840 | </thead> |
|
882 | 894 | <th scope="col">Status</th> |
883 | 895 | <th scope="col">Owner</th> |
884 | 896 | <th scope="col">Source</th> |
885 | | - <th colspan="2" scope="col">Views</th> |
886 | | - <th colspan="2" scope="col">Applies</th> |
| 897 | + <th colspan="2" scope="colgroup">Views</th> |
| 898 | + <th colspan="2" scope="colgroup">Applies</th> |
887 | 899 | </tr> |
888 | 900 | </thead> |
889 | 901 | <tbody> |
|
0 commit comments