shawnbot/html-table-stream

Add tests

開放

#1 建立於 2015年4月2日

 (0 則留言) (0 個反應) (1 位負責人)HTML (1 個分叉)github user discovery
help wanted

倉庫指標

星標
 (6 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Reading:

  • "basic" table: no <thead> or <tbody>, just a <table> in which the first <tr> contains column headers
  • headers inside <thead>
  • stacked headers: multiple <tr>s either in the <thead> or containing cells with scope="col"
  • infer structure from scope attributes?

Writing:

  • add scope attributes where appropriate (option for indicating which column gets scope="row"?)

貢獻者指南