shawnbot/html-table-stream

Add tests

Offen

#1 geöffnet am 02.04.2015

 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)HTML (1 Fork)github user discovery
help wanted

Repository-Metriken

Stars
 (6 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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