<?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>Intense Web Designs</title>
	<atom:link href="http://www.intense-web-designs.co.uk/feed" rel="self" type="application/rss+xml" />
	<link>http://www.intense-web-designs.co.uk</link>
	<description>Unique cutting edge website designs</description>
	<lastBuildDate>Sat, 19 May 2012 13:14:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Using H1 for all heading levels in HTML5</title>
		<link>http://www.intense-web-designs.co.uk/using-h1-for-all-heading-levels-in-html5</link>
		<comments>http://www.intense-web-designs.co.uk/using-h1-for-all-heading-levels-in-html5#comments</comments>
		<pubDate>Tue, 16 Aug 2011 19:33:41 +0000</pubDate>
		<dc:creator>tjulie</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.intense-web-designs.co.uk/?p=487</guid>
		<description><![CDATA[One of the problems that HTML5 aims to solve is that of heading levels, particularly in documents where content is cut and pasted from other documents or inserted through syndication from another source. In previous versions of HTML you need to manually make sure that any headings in the inserted or copied content are of [...]]]></description>
			<content:encoded><![CDATA[<p>One of the problems that HTML5 aims to solve is that of heading levels, particularly in documents where content is cut and pasted from other documents or inserted through syndication from another source. In previous versions of HTML you need to manually make sure that any headings in the inserted or copied content are of the right level, i.e. <code>h1</code>-<code>h6</code>.</p>
<p>You can keep using <code>h1</code>-<code>h6</code> in HTML5, but you can also choose to use only <code>h1</code> elements for all headings and rely on the HTML5 outline algorithm to sort out the heading hierarchy. If you do this, however, you should be aware that currently there is very little support for the HTML5 outline in web browsers, screen readers and developer tools.</p>
<p>I bring this up because I have seen some HTML5 articles and blog posts that mention the new document outline without emphasising the current lack of support. That lack of support is a problem because it makes headings less useful to people who need a proper document outline to better understand content structure and use them as an aid for navigating within web documents. The most common example is screen reader users.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intense-web-designs.co.uk/using-h1-for-all-heading-levels-in-html5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do not use display none</title>
		<link>http://www.intense-web-designs.co.uk/do-not-use-display-none</link>
		<comments>http://www.intense-web-designs.co.uk/do-not-use-display-none#comments</comments>
		<pubDate>Tue, 16 Aug 2011 17:52:18 +0000</pubDate>
		<dc:creator>tjulie</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.intense-web-designs.co.uk/?p=485</guid>
		<description><![CDATA[When auditing websites for accessibility I occasionally find elements that are incorrectly hidden with display:none. The most common example is probably skip links intended to help keyboard and screen reader users. The irony is that those well-intended skip links are made useless by display:none. The pitfalls of using display:none have been widely known among accessibility-conscious [...]]]></description>
			<content:encoded><![CDATA[<p>When auditing websites for accessibility I occasionally find elements that are incorrectly hidden with display:none. The most common example is probably skip links intended to help keyboard and screen reader users. The irony is that those well-intended skip links are made useless by display:none.</p>
<p>The pitfalls of using display:none have been widely known among accessibility-conscious web developers for many years (in Web terms). As I mentioned a couple of years ago in Hiding with CSS: Problems and solutions, setting an element’s display CSS property to none makes it completely invisible. It doesn’t generate a box, it doesn’t take up any place, it doesn’t affect the layout. display:none hides the element – and its descendants – visually, and it also hides the element from screen readers (most screen readers most of the time – see JAWS, Window-Eyes and display:none: Return to 2007 for more).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intense-web-designs.co.uk/do-not-use-display-none/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

