Terrence Wood wrote:
Patrick H. Lauke said:
For all intents and purposes, linearisation = source order.
When applied to tables the thing to watch for is how the association
between discrete bits of columnar information is not maintained:
so a table like this:
<tr><td>C1R1</td><td>C2R1</td></tr>
<tr><td>C1R2</td><td>C2R2</td></tr>
becomes:
C1R1 C2R1 C1R2 C2R2
Which *is* the source order, but yes worth clarifying.
--
Patrick H. Lauke
__________________________________________________________
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com
__________________________________________________________
Web Standards Project (WaSP) Accessibility Task Force
http://webstandards.org/
__________________________________________________________
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************