<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Strong as an Ox &#187; html</title>
	<atom:link href="http://www.strongasanox.co.uk/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.strongasanox.co.uk</link>
	<description>Ian Oxley - ASP.NET, PHP, JavaScript and Web Applications</description>
	<lastBuildDate>Tue, 24 Aug 2010 22:54:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Accessible HTML for X-out-of-Y Results Summaries</title>
		<link>http://www.strongasanox.co.uk/2009/03/31/accessible-html-for-x-out-of-y-results-summaries/</link>
		<comments>http://www.strongasanox.co.uk/2009/03/31/accessible-html-for-x-out-of-y-results-summaries/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 22:47:28 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://ianoxley.wordpress.com/?p=58</guid>
		<description><![CDATA[The project I am currently involved with at work has several paging widgets i.e. for image slideshows, search results, etc. that contain summary information such as &#8220;Showing 1/8&#8243;. So how can this information be marked up in HTML in an accessible manner? Well, I cannot remember where I got the inspiration for this from &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>The project I am currently involved with at work has several paging widgets i.e. for image slideshows, search results, etc. that contain summary information such as &#8220;Showing 1/8&#8243;.</p>
<p>So how can this information be marked up in HTML in an accessible manner?</p>
<p>Well, I cannot remember where I got the inspiration for this from &#8211; if I remember I will post an update &#8211; but here is the HTML that I decided to use:</p>
<pre>&lt;span class="summary"&gt;
    Showing 1&lt;abbr title="out of a total of"&gt;/&lt;/abbr&gt;8
&lt;/span&gt;</pre>
<p>Pretty nifty eh?</p>
<p>Please let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.strongasanox.co.uk/2009/03/31/accessible-html-for-x-out-of-y-results-summaries/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
