Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
RaftPeople
15 days ago
|
parent
|
context
|
favorite
| on:
Incomplete list of mistakes in the design of CSS
>
There were some reasonable concerns. Using tables for both layout and literal tables removes semantic meaning
The simple solution:
<table type="layout"> (or "data")
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
The simple solution:
<table type="layout"> (or "data")