shawnbot/html-table-stream

Add tests

オープン

#1 opened on 2015/04/02

 (0 件のコメント) (0 件のリアクション) (1 人の担当者)HTML (1 件のフォーク)github user discovery
help wanted

Repository metrics

Stars
 (6 個のスター)
PR merge metrics
 (30d に merged 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"?)

コントリビューターガイド