<?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, 21 Nov 2009 07:49:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='www.hyperborea.org' port='80' path='/journal/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>CSS Outlines</title>
		<link>http://www.hyperborea.org/journal/archives/2005/05/31/css-outlines/</link>
		<comments>http://www.hyperborea.org/journal/archives/2005/05/31/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 page.  And I could see it might be useful if you wanted [...]]]></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/images/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>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.94) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2005/05/31/css-outlines/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
