Hi Gabrielle,

> I'd like to propose the following solution to the Apache Foundation.
> Do you think it's a good idea?
> 
> http://onwebdev.blogspot.com/2010/06/apache-directory-listing-with-
> css.html

I'd add caption, thead, and tbody [1]
And I would not use "address" [2] for this purpose

Then - to stay on topic ;-) - why not using CSS to plug icons rather than
styling the cells via classes?

For example:

a[href$='.pdf']:before {
  content: url(pdf-icon.png);
}
a[href$='.mp3']:before {
  content: url(mp3-icon.mp3);
}

etc.

[1] http://www.w3.org/TR/html401/struct/tables.html
[2] http://www.w3.org/TR/html401/struct/global.html#h-7.5.6

--
Regards,
Thierry
www.tjkdesign.com | www.ez-css.org | @thierrykoblentz

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to