<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CSS Tables</title>
	<atom:link href="http://www.webteacher.ws/2008/11/20/css-tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webteacher.ws/2008/11/20/css-tables/</link>
	<description>Tips, web design book reviews, resources and observations for teaching and learning web development.</description>
	<lastBuildDate>Tue, 27 Jul 2010 01:10:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: vdebolt</title>
		<link>http://www.webteacher.ws/2008/11/20/css-tables/comment-page-1/#comment-4785</link>
		<dc:creator>vdebolt</dc:creator>
		<pubDate>Thu, 20 Nov 2008 21:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.webteacher.ws/?p=1694#comment-4785</guid>
		<description>David, CSS display:table properties aren&#039;t real tables. CSS layout tables are not a substitute for an HTML data table. CSS layout tables are just presentation (CSS). There&#039;s no semantic HTML making it a table of rows and columns at all.

We need to find something to call it that doesn&#039;t involve the word &#039;table.&#039; Grid might be better except CSS3 has another property called grid. Got any good ideas?

Yeah, inline-block is pretty handy, for sure.</description>
		<content:encoded><![CDATA[<p>David, CSS display:table properties aren&#8217;t real tables. CSS layout tables are not a substitute for an HTML data table. CSS layout tables are just presentation (CSS). There&#8217;s no semantic HTML making it a table of rows and columns at all.</p>
<p>We need to find something to call it that doesn&#8217;t involve the word &#8216;table.&#8217; Grid might be better except CSS3 has another property called grid. Got any good ideas?</p>
<p>Yeah, inline-block is pretty handy, for sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Hucklesby</title>
		<link>http://www.webteacher.ws/2008/11/20/css-tables/comment-page-1/#comment-4784</link>
		<dc:creator>David Hucklesby</dc:creator>
		<pubDate>Thu, 20 Nov 2008 20:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.webteacher.ws/?p=1694#comment-4784</guid>
		<description>I&#039;m more excited about support for display: inline-block, especially since it&#039;s finally in Firefox 3.

After all, you can always give IE a real table if table layout is essential. There&#039;s no substitute for inline-block as far as I know.</description>
		<content:encoded><![CDATA[<p>I&#8217;m more excited about support for display: inline-block, especially since it&#8217;s finally in Firefox 3.</p>
<p>After all, you can always give IE a real table if table layout is essential. There&#8217;s no substitute for inline-block as far as I know.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
