<?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>K-Squared Ramblings &#187; outline</title>
	<atom:link href="http://www.hyperborea.org/journal/tag/outline/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hyperborea.org/journal</link>
	<description>Sci-fi, comics, humor, photos...it&#039;s all fair game.</description>
	<lastBuildDate>Sat, 04 Feb 2012 06:27:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>CSS Outlines</title>
		<link>http://www.hyperborea.org/journal/2005/05/css-outlines/</link>
		<comments>http://www.hyperborea.org/journal/2005/05/css-outlines/#comments</comments>
		<pubDate>Wed, 01 Jun 2005 04:07:52 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[outline]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=897</guid>
		<description><![CDATA[I&#8217;d never bothered with the outline property in CSS before, mainly because I could never see what made it different from border. OK, it doesn&#8217;t affect the object&#8217;s size or position, but you can account for that when designing a &#8230; <a href="http://www.hyperborea.org/journal/2005/05/css-outlines/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d never bothered with the <code>outline </code> property in CSS before, mainly because I could never see what made it different from <code>border</code>.  OK, it doesn&#8217;t affect the object&#8217;s size or position, but you can account for that when designing a page.  And I could see it might be useful if you wanted to have a two-layer border around an object, since the outline starts just outside the border.</p>
<p>Well, Firefox is nearing 1.1 alpha, and among the <a href="http://www.squarefree.com/burningedge/releases/1.5a1.html">new features</a> is real <a href="http://annevankesteren.nl/2005/03/outline">support for <code>outline</code></a>.  I figured I&#8217;d set up a test page and see what happened.</p>
<p>I set up two classes, one which applied an <code>outline</code> and one which applied a <code>border</code>, and just tried them on different objects.  <code>&lt;p&gt;</code> only looked different in positioning (since <code>border</code> is just inside the edge, and <code>outline</code> is just outside), but <code>&lt;span&gt;</code> illustrated the difference clearly:</p>
<p><img src="http://www.hyperborea.org/journal/wp-content/uploads/2005/05/outlinetest.png" alt="Screenshot of outline and border." /></p>
<p>The first paragraph has some text with an outline.  The second has text with a border.  In both cases, the text wraps at the edge of the window, but while the <code>border</code> breaks and picks up again on the next line&#8212;as if the span had simply been chopped into pieces&#8212;the <code>outline</code> completely encloses each section on its own.  This fits with its <a href="http://www.w3.org/TR/css3-ui/#outline1">intended purpose</a>, which is &#8220;to make [elements] stand out.&#8221;</p>
<p>Opera and Konqueror (and presumably Safari) seem to handle <code>outline</code> already, and display my test page the same way as Firefox 1.1.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/2005/05/css-outlines/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

