shawnbot/html-table-stream

Add tests

Open

#1 opened on Apr 2, 2015

 (0 comments) (0 reactions) (1 assignee)HTML (1 fork)github user discovery
help wanted

Repository metrics

Stars
 (6 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide