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"?)

贡献者指南