哪些Web浏览器支持HTML5属性可排序?

时间:2016-12-28 10:00:42

标签: html html5

我没有在联盟的官方网站(https://www.w3.org/TR/html5/tabular-data.html#the-table-element - https://www.w3.org/TR/2014/WD-html51-20140617/tabular-data.html#attr-table-sortable)上找到答案,也没有在Mozilla开发者网站(https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes)上找到答案。

感谢您的时间。



<table sortable>
  <tr>
   <th sorted> 1 </th>
   <th sorted> 2 </th>
  </tr>
  <tr>
   <td> aaa </td>
   <td> bbb </td>
  </tr>
  <tr>
   <td> xxx </td>
   <td> zzz </td>
 </tr>
</table>
&#13;
&#13;
&#13;

2 个答案:

答案 0 :(得分:6)

sortable 是HTML 5.1中的一个属性,应该包含在之前但现在已弃用。所以没有浏览器目前支持它。有关更多信息,请参阅this

答案 1 :(得分:3)

HTML规范was removed in January 2016中的表格排序模型。

所以it’s not correct that sortable is an attribute that’s part of an “upcoming HTML version and is not officially released“。 W3C HTML 5.1规范a final Recommendation已被取代,无论如何the sortable attribute was not in HTML 5.1

没有任何浏览器本身支持sortable属性,除非/最后再次重新指定,否则不会。它未被包含在http://caniuse.com/中 - 并且从未被包含在其中 - 的原因是caniuse.com不会跟踪没有浏览器支持的功能。