<?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>Web Do&#039;s &#38; Don&#039;ts &#187; Semantics</title>
	<atom:link href="http://webdosanddonts.com/tag/semantics/feed" rel="self" type="application/rss+xml" />
	<link>http://webdosanddonts.com</link>
	<description>Tips&#38;Tricks for the modern day web designer</description>
	<lastBuildDate>Wed, 18 May 2011 22:30:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Use the text-transform property to specify the case of letters</title>
		<link>http://webdosanddonts.com/use-the-text-transform-property-to-specify-the-case-of-letters</link>
		<comments>http://webdosanddonts.com/use-the-text-transform-property-to-specify-the-case-of-letters#comments</comments>
		<pubDate>Thu, 12 Aug 2010 09:58:46 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[All-caps]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Semantics]]></category>
		<category><![CDATA[text-transform]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=744</guid>
		<description><![CDATA[As we know, writing in all-caps is a no-no. For all-caps text, you should use the text-transform property (unless you are actually SHOUTING), and the same property shod be applied if you want to use lowercase text. This means that in the content layer, you must use proper structure and semantics, and leave the styling [...]]]></description>
			<content:encoded><![CDATA[<p>As we know, <a href="http://webdosanddonts.com/dont-write-in-all-caps">writing in all-caps is a no-no</a>. For all-caps text, you should use the text-transform property (unless you are actually SHOUTING), and the same property shod be applied if you want to use <em>lowercase</em> text. This means that in the <strong>content layer</strong>, you must use proper structure and semantics, and leave the styling for the <strong>presentation layer</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/use-the-text-transform-property-to-specify-the-case-of-letters/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Use the th element for table headers</title>
		<link>http://webdosanddonts.com/use-the-th-element-for-table-headers</link>
		<comments>http://webdosanddonts.com/use-the-th-element-for-table-headers#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:38:51 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Semantics]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[th]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=734</guid>
		<description><![CDATA[When marking up tables, remember to use the th element for cells that provide header information for table rows or columns.]]></description>
			<content:encoded><![CDATA[<p>When marking up tables, remember to use the <code>th</code> element for cells that provide header information for table rows or columns.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/use-the-th-element-for-table-headers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use the optgroup element for hierarchical select options</title>
		<link>http://webdosanddonts.com/use-the-optgroup-element-for-hierarchical-select-options</link>
		<comments>http://webdosanddonts.com/use-the-optgroup-element-for-hierarchical-select-options#comments</comments>
		<pubDate>Sat, 24 Oct 2009 11:38:39 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[optgroup]]></category>
		<category><![CDATA[select]]></category>
		<category><![CDATA[Semantics]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=726</guid>
		<description><![CDATA[Grouping of options in HTML select element should be achieved using optgroup element in combination with label attribute.]]></description>
			<content:encoded><![CDATA[<p>Grouping of options in HTML <code>select</code> element should be achieved using <code>optgroup</code> element in combination with <code>label</code> attribute.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/use-the-optgroup-element-for-hierarchical-select-options/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t use empty HTML elements</title>
		<link>http://webdosanddonts.com/dont-use-empty-html-elements</link>
		<comments>http://webdosanddonts.com/dont-use-empty-html-elements#comments</comments>
		<pubDate>Sat, 24 Oct 2009 11:27:07 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Semantics]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=640</guid>
		<description><![CDATA[You should avoid inappropriate HTML use such as putting empty elements just for float clearing.]]></description>
			<content:encoded><![CDATA[<p>You should avoid inappropriate HTML use such as putting empty elements just for float clearing.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-use-empty-html-elements/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Group form controls by using fieldset and legend elements</title>
		<link>http://webdosanddonts.com/group-form-controls-by-using-fieldset-and-legend-elements</link>
		<comments>http://webdosanddonts.com/group-form-controls-by-using-fieldset-and-legend-elements#comments</comments>
		<pubDate>Tue, 08 Sep 2009 08:16:22 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Semantics]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=697</guid>
		<description><![CDATA[The grouping and labeling of thematically related controls within a form is an important aspect of providing semantic information so users can understand and complete a form successfully.]]></description>
			<content:encoded><![CDATA[<p>The grouping and labeling of thematically related controls within a form is an important aspect of providing semantic information so users can understand and complete a form successfully.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/group-form-controls-by-using-fieldset-and-legend-elements/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t use H1 for site title exclusively</title>
		<link>http://webdosanddonts.com/dont-use-h1-for-site-title-exclusively</link>
		<comments>http://webdosanddonts.com/dont-use-h1-for-site-title-exclusively#comments</comments>
		<pubDate>Wed, 02 Sep 2009 09:07:49 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[H1]]></category>
		<category><![CDATA[Heading]]></category>
		<category><![CDATA[Semantics]]></category>
		<category><![CDATA[Title]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=408</guid>
		<description><![CDATA[H1 represents the top level heading, while the title tag represents the web page title. They can sometimes be the same, for instance on the website index. However, they shouldn&#8217;t be the same on the subpages.]]></description>
			<content:encoded><![CDATA[<p>H1 represents the top level heading, while the <code>title</code> tag represents the web page title. They can <em>sometimes</em> be the same, for instance on the website index. However, they shouldn&#8217;t be the same on the subpages.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-use-h1-for-site-title-exclusively/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t use definition lists for marking up dialogues</title>
		<link>http://webdosanddonts.com/dont-use-definition-lists-for-marking-up-dialogues</link>
		<comments>http://webdosanddonts.com/dont-use-definition-lists-for-marking-up-dialogues#comments</comments>
		<pubDate>Tue, 16 Jun 2009 08:29:28 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Definition list]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Semantics]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=338</guid>
		<description><![CDATA[No matter what HTML specs says, using definition lists for marking up dialogues is just wrong.]]></description>
			<content:encoded><![CDATA[<p>No matter what HTML specs says, using definition lists for marking up dialogues is just wrong.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-use-definition-lists-for-marking-up-dialogues/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t use &#8220;click here&#8221; links</title>
		<link>http://webdosanddonts.com/dont-use-click-here-links</link>
		<comments>http://webdosanddonts.com/dont-use-click-here-links#comments</comments>
		<pubDate>Mon, 25 May 2009 11:59:51 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Semantics]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=256</guid>
		<description><![CDATA[&#8220;Click here&#8221; links are bad practice for usability and accessibility reasons. They are context and device dependent and do not provide enough information to users or search engines.]]></description>
			<content:encoded><![CDATA[<p>&#8220;Click here&#8221; links are bad practice for usability and accessibility reasons. They are context and device dependent and do not provide enough information to users or search engines. </p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-use-click-here-links/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use ins and del elements for document changes</title>
		<link>http://webdosanddonts.com/use-ins-and-del-elements-for-document-changes</link>
		<comments>http://webdosanddonts.com/use-ins-and-del-elements-for-document-changes#comments</comments>
		<pubDate>Mon, 25 May 2009 11:58:10 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Del]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Ins]]></category>
		<category><![CDATA[Semantics]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=259</guid>
		<description><![CDATA[The neglected ins and del elements should be used to markup changes in a document. Use ins to markup inserted sections and del to markup deleted sections.]]></description>
			<content:encoded><![CDATA[<p>The neglected <code>ins</code> and <code>del</code> elements should be used to markup changes in a document. Use <code>ins</code> to markup <strong>inserted</strong> sections and <code>del</code> to markup <strong>deleted</strong> sections.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/use-ins-and-del-elements-for-document-changes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use proper markup on quotes</title>
		<link>http://webdosanddonts.com/use-proper-markup-on-quotes</link>
		<comments>http://webdosanddonts.com/use-proper-markup-on-quotes#comments</comments>
		<pubDate>Thu, 21 May 2009 01:44:51 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Quotes]]></category>
		<category><![CDATA[Semantics]]></category>
		<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=115</guid>
		<description><![CDATA[Use semantic code for quoting text in HTML. In a nutshell: use the q element for inline quotes, the blockquote element (plus a paragraph) for quoting paragraphs, and the cite element for marking up external references.]]></description>
			<content:encoded><![CDATA[<p>Use semantic code for quoting text in HTML. In a nutshell: use the <code>q</code> element for inline quotes, the <code>blockquote</code> element (plus a paragraph) for quoting paragraphs, and the <code>cite</code> element for marking up external references.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/use-proper-markup-on-quotes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

