I'm interested in developing a more accessable skin... or at least one that relies less on tables and presentation HTML.
I'd like to share my skin, however, there are places in the code where there are hard references to (IMO) less desirable elements. If I have some questions, is this the place to ask them?
For instance, in SiteSkin.cs, there is some logic that seems to basically say: If there is an element on the page named tdLeft, then check to see if it contains a menu. If there isn't a menu in tdLeft, then cast it to a HtmlTableCell and collapse it down to "10".
Would it be completely offensive of me to write it instead to read: If there is a tdLeft AND it also happens to be an HtmlTableCell then...
Nice code, by the way... it's good to see some open source stuff that's actually readable too.
thanks,
Scott