Re: [WSG] Calendars and tables

2007-09-21 Thread Angel Martin Alganza
On Fri, Sep 14, 2007 at 12:19:07PM -0400, Andrew Maben wrote:
 
> So what about an entire year? Is a table of tables permissible? Or  
> should one somehow cram all the information into a single table?

I would do exactly the opposite as the other person who has answered
this post (Diego); maybe because I haven't written a table-less month
calendar. :-)

I agree with what you've said about months being properly marked up as
tabular data (therefore using a table), but months I would mark as a
list.  You can present it using CSS on rows, of course, but they won't
stop being a list of twelve items (months).

Angel

-- 
Angel @ Granada, Spain
PGP Public key: http://www.ugr.es/~ama/ama-pgp-key
3EB2 967A 9404 6585 7086  8811 2CEC 2F81 9341 E591
--
() ASCII Ribbon Campaign - http://www.asciiribbon.org/
/\ Against all HTML e-mail and proprietary attachments


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Calendars and tables

2007-09-14 Thread Diego La Monica
Hi Andrew,
  few months ago I've made a tutorial[1] on my site (in italian language) to
make an experimental calendar totally accessible using (not a table but) a
pointed list (ul/li)[2] (Try to disable CSS and try to navigate it. Hope
you'll enjoy it). Much people said me to be agree with my ideas much other
not.

  So, IMHO (it's better to put this acronym :) ) , I should make a yearly
calendar made as a table with 12 cells: 3 cols x4 (Seasons) rows, and inside
each of them I would put my unordered-list-accessible calendar.

  I hope to be clear and usefull to your issue!

Best regards!

[1] Tutorial - Lang. ITA:
http://diegolamonica.info/tutorials/?id=10
[2] Demo: http://diegolamonica.info/instruments/download.php?id=28
-- 
Diego La Monica
Web: programmazione, standards, accessibilità e 2.0
Brainbench certified (transcript ID # 6653550) for: RDBMS Concepts; HTML 4.0
W3C HTML WG IWA/HWG Member
Responsabile liste IWA Italy ( [EMAIL PROTECTED] )
Web Skill Profiles WG Member ( http://skillprofiles.eu )
phone +390571464992 - mobile +393337235382
MSN Messenger: [EMAIL PROTECTED]
Email: [EMAIL PROTECTED]
Skype: diego.la.monica - ICQ #: 249-460-264
Web: http://diegolamonica.info


On 14/09/2007, Andrew Maben <[EMAIL PROTECTED]> wrote:
>
> I think there's more or less consensus that a calendar is tabular data.
> For one month that seems fine: th for days of the week, td for dates of the
> month (+ events on those days).
>
> So what about an entire year? Is a table of tables permissible? Or should
> one somehow cram all the information into a single table?
>
> I await your opinions with interest... and some trepidation!
>
>
> Andrew
>
>
>
>
>
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


[WSG] Calendars and tables

2007-09-14 Thread Andrew Maben
I think there's more or less consensus that a calendar is tabular  
data. For one month that seems fine: th for days of the week, td for  
dates of the month (+ events on those days).


So what about an entire year? Is a table of tables permissible? Or  
should one somehow cram all the information into a single table?


I await your opinions with interest... and some trepidation!


Andrew







***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***