<?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"
	>
<channel>
	<title>Comments on: Table Captions and Internet Explorer</title>
	<atom:link href="http://blackwidows.co.uk/blog/2007/05/08/table-captions-and-internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://blackwidows.co.uk/blog/2007/05/08/table-captions-and-internet-explorer/</link>
	<description>The meanderings of a black widow...</description>
	<pubDate>Fri, 21 Nov 2008 13:26:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Black Widow</title>
		<link>http://blackwidows.co.uk/blog/2007/05/08/table-captions-and-internet-explorer/#comment-22409</link>
		<dc:creator>Black Widow</dc:creator>
		<pubDate>Tue, 15 May 2007 12:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://blackwidows.co.uk/blog/?p=124#comment-22409</guid>
		<description>Nope. &lt;code&gt;visibility:hidden&lt;/code would hide the caption from some (most?) screen readers and that's the very user group that would benefit from &lt;code&gt;caption&lt;/code&gt; usage.

However, the negative tex indexing works a treat with a negative &lt;code&gt;margin-top&lt;/code&gt; of around 1em on the table. Now why couldn't I think of that?

Cheers! :-)</description>
		<content:encoded><![CDATA[<p>Nope. <code>visibility:hidden</code>caption usage.</p>
<p>However, the negative tex indexing works a treat with a negative <code>margin-top</code> of around 1em on the table. Now why couldn&#8217;t I think of that?</p>
<p>Cheers! <img src='http://blackwidows.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Dunn</title>
		<link>http://blackwidows.co.uk/blog/2007/05/08/table-captions-and-internet-explorer/#comment-22407</link>
		<dc:creator>Nick Dunn</dc:creator>
		<pubDate>Tue, 15 May 2007 12:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://blackwidows.co.uk/blog/?p=124#comment-22407</guid>
		<description>Would visibility: hidden be appropriate?

You could then shift the table up by about 10-15px with a negative margin-top.

Changing the colour sounds the most spammy to me, but text-indent feels like legitimate practice.</description>
		<content:encoded><![CDATA[<p>Would visibility: hidden be appropriate?</p>
<p>You could then shift the table up by about 10-15px with a negative margin-top.</p>
<p>Changing the colour sounds the most spammy to me, but text-indent feels like legitimate practice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Black Widow</title>
		<link>http://blackwidows.co.uk/blog/2007/05/08/table-captions-and-internet-explorer/#comment-22403</link>
		<dc:creator>Black Widow</dc:creator>
		<pubDate>Tue, 15 May 2007 11:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://blackwidows.co.uk/blog/?p=124#comment-22403</guid>
		<description>I also thought of using the same colour for background and text. But I'm wary of anything that might smack of spamming from the perspective of a search bot.</description>
		<content:encoded><![CDATA[<p>I also thought of using the same colour for background and text. But I&#8217;m wary of anything that might smack of spamming from the perspective of a search bot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Dunn</title>
		<link>http://blackwidows.co.uk/blog/2007/05/08/table-captions-and-internet-explorer/#comment-22399</link>
		<dc:creator>Nick Dunn</dc:creator>
		<pubDate>Tue, 15 May 2007 11:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://blackwidows.co.uk/blog/?p=124#comment-22399</guid>
		<description>I could try setting the line-height and font-size to negligible sizes, and indenting it off the page.
&lt;code&gt;caption {
	line-height: 0;
	font-size: 0;
	text-indent: -1600px;
}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I could try setting the line-height and font-size to negligible sizes, and indenting it off the page.<br />
<code>caption {<br />
	line-height: 0;<br />
	font-size: 0;<br />
	text-indent: -1600px;<br />
}</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
