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

Jur*_*uri 3 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>
Run Code Online (Sandbox Code Playgroud)

Reh*_*tri 6

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