[openstreetmap-website] Diary cleanup (#218)

Saman Bemel-Benrud notifications at github.com
Sun Mar 24 21:27:06 UTC 2013


> @@ -1,29 +1,26 @@
> -<table>
> -  <thead>

This is definitely a place where a table isn't necessarily wrong semantically. The main reason I have been replacing tables with more "generic" CSS elements is to enable increased layout control. With this kind of markup, I can move the headings on top of the paragraphs, or move headings to the left with floats, or implement a completely new layout without changing the markup at all. If the OSM.org hopes to evolve into a more modern website, moving away from tables as much as possible is a must.

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/218/files#r3505079
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20130324/70de068b/attachment.html>


More information about the rails-dev mailing list