<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>CSS styles and XHTML reference</title>
	<atom:link href="http://cssreference.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cssreference.wordpress.com</link>
	<description>CSS reference and cheat sheet</description>
	<lastBuildDate>Thu, 23 Jul 2009 15:47:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cssreference.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>CSS styles and XHTML reference</title>
		<link>http://cssreference.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cssreference.wordpress.com/osd.xml" title="CSS styles and XHTML reference" />
	<atom:link rel='hub' href='http://cssreference.wordpress.com/?pushpress=hub'/>
		<item>
		<title>CSS Mozilla/Firefox quirks modes</title>
		<link>http://cssreference.wordpress.com/2009/01/17/css-mozilla-firefox-quirks-modes/</link>
		<comments>http://cssreference.wordpress.com/2009/01/17/css-mozilla-firefox-quirks-modes/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 02:01:51 +0000</pubDate>
		<dc:creator>dpanfili</dc:creator>
				<category><![CDATA[CSS reference]]></category>
		<category><![CDATA[css firefox errors]]></category>
		<category><![CDATA[css firefox fixes]]></category>
		<category><![CDATA[css firefox quirks]]></category>
		<category><![CDATA[css mozilla quirks]]></category>
		<category><![CDATA[css quirks]]></category>
		<category><![CDATA[firefox css errors]]></category>
		<category><![CDATA[firefox css fixes]]></category>
		<category><![CDATA[firefox css quirks]]></category>
		<category><![CDATA[firefox quirks mode]]></category>
		<category><![CDATA[mozilla css quirks]]></category>

		<guid isPermaLink="false">http://cssreference.wordpress.com/?p=35</guid>
		<description><![CDATA[LICENSE BLOCK Version: MPL 1.1/GPL 2.0/LGPL 2.1 The contents of this file are subject to the Mozilla Public License Version 1.1 (the &#8220;License&#8221;); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an &#8220;AS [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssreference.wordpress.com&amp;blog=5127876&amp;post=35&amp;subd=cssreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>LICENSE BLOCK</strong><br />
Version: MPL 1.1/GPL 2.0/LGPL 2.1<br />
The contents of this file are subject to the Mozilla Public License Version 1.1 (the &#8220;License&#8221;); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/</p>
<p>Software distributed under the License is distributed on an &#8220;AS IS&#8221; basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is mozilla.org code.<br />
The Initial Developer of the Original Code is Netscape Communications Corporation. Portions created by the Initial Developer are Copyright (C) 1998 the Initial Developer. All Rights Reserved. Alternatively, the contents of this file may be used under the terms of either of the GNU General Public License Version 2 or later (the &#8220;GPL&#8221;), or the GNU Lesser General Public License Version 2.1 or later (the &#8220;LGPL&#8221;), in which case the provisions of the GPL or the LGPL are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of either the GPL or the LGPL, and not to allow others to use your version of this file under the terms of the MPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL.</p>
<p>@namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */<br />
<strong><br />
/* Quirk: make orphaned LIs have inside bullet (b=1049) */</strong><br />
<strong><br />
/* force inside position for orphaned lis */</strong><br />
li {list-style-position: inside;}</p>
<p><strong>/* restore outside position for lists inside LIs */</strong><br />
li ul, li ol, li dir, li menu {list-style-position: outside;}</p>
<p><strong>/* undo previous two rules for properly nested lists */</strong><br />
ul ul,   ul ol,   ul dir,   ul menu,   ul li, ol ul,   ol ol,   ol dir,   ol menu,   ol li, dir ul,  dir ol,  dir dir,  dir menu,  dir li, menu ul, menu ol, menu dir, menu menu, menu li {list-style-position:inherit;}</p>
<p><strong>/* Quirk: ensure that we get proper padding if the very first node in an LI is another UL or OL. This is an ugly way to fix the problem, because it extends the LI up into what would otherwise appear to be the ULs space. (b=38832) */</strong></p>
<p><strong>/* Note: this fix will fail once we implement marker box alignment correctly. */</strong><br />
li &gt; ul:-moz-first-node, li &gt; ol:-moz-first-node {padding-top: 1em;}</p>
<p><strong>/* Quirk: prevent bullet from resizing with the list item. see bug 97351*/</strong><br />
li:-moz-list-bullet {font-size: -moz-initial;}</p>
<p>table {text-align: start; white-space: normal; </p>
<p><strong>/* compatible with IE &amp; spec */</strong><br />
line-height: normal;</p>
<p><strong>/* Quirk: cut off all font inheritance in tables except for family. */</strong><br />
font-size: -moz-initial; font-weight: -moz-initial; font-style: -moz-initial; font-variant: -moz-initial;}</p>
<p><strong>/* Make table borders gray for compatibility with what other browsers do in all modes, rather than using the foreground color.*/</strong><br />
table, td, th {border-color: gray;}</p>
<p><strong>/* Quirk: collapse top margin of BODY and TD and bottom margin of TD */</strong><br />
<em>/* While it may seem simpler to use :-moz-first-node and :-moz-last-node without tags, it&#8217;s slower, since we have to do the :-moz-first-node or :-moz-last-node. check on every single element in the document.  If we list all the element names for which the UA stylesheet specifies a margin, the selectors will be hashed in the RuleHash and things will be much more efficient.*/</em><br />
body &gt; p:-moz-first-node, td &gt; p:-moz-first-node, th &gt; p:-moz-first-node,<br />
body &gt; dl:-moz-first-node, td &gt; dl:-moz-first-node, th &gt; dl:-moz-first-node,<br />
body &gt; multicol:-moz-first-node, td &gt; multicol:-moz-first-node, th &gt; multicol:-moz-first-node,<br />
body &gt; blockquote:-moz-first-node, td &gt; blockquote:-moz-first-node, th &gt; blockquote:-moz-first-node,<br />
body &gt; h1:-moz-first-node, td &gt; h1:-moz-first-node, th &gt; h1:-moz-first-node,<br />
body &gt; h2:-moz-first-node, td &gt; h2:-moz-first-node, th &gt; h2:-moz-first-node,<br />
body &gt; h3:-moz-first-node, td &gt; h3:-moz-first-node, th &gt; h3:-moz-first-node,<br />
body &gt; h4:-moz-first-node, td &gt; h4:-moz-first-node, th &gt; h4:-moz-first-node,<br />
body &gt; h5:-moz-first-node, td &gt; h5:-moz-first-node, th &gt; h5:-moz-first-node,<br />
body &gt; h6:-moz-first-node, td &gt; h6:-moz-first-node, th &gt; h6:-moz-first-node,<br />
body &gt; listing:-moz-first-node, td &gt; listing:-moz-first-node, th &gt; listing:-moz-first-node,<br />
body &gt; plaintext:-moz-first-node, td &gt; plaintext:-moz-first-node, th &gt; plaintext:-moz-first-node,<br />
body &gt; xmp:-moz-first-node, td &gt; xmp:-moz-first-node, th &gt; xmp:-moz-first-node,<br />
body &gt; pre:-moz-first-node, td &gt; pre:-moz-first-node, th &gt; pre:-moz-first-node,<br />
body &gt; ul:-moz-first-node, td &gt; ul:-moz-first-node, th &gt; ul:-moz-first-node,<br />
body &gt; menu:-moz-first-node, td &gt; menu:-moz-first-node, th &gt; menu:-moz-first-node,<br />
body &gt; dir:-moz-first-node, td &gt; dir:-moz-first-node, th &gt; dir:-moz-first-node,<br />
body &gt; ol:-moz-first-node, td &gt; ol:-moz-first-node, th &gt; ol:-moz-first-node<br />
{margin-top: 0;}</p>
<p>td &gt; p:-moz-last-node, th &gt; p:-moz-last-node<br />
{margin-bottom: 0;}</p>
<p><strong>/* Similar as above, but for empty elements collapse the bottom or top margins of empty elements &#8211; see bug 97361 */</strong><br />
body &gt; p:-moz-only-whitespace:-moz-first-node,<br />
td &gt; p:-moz-only-whitespace:-moz-first-node, th &gt; p:-moz-only-whitespace:-moz-first-node,<br />
body &gt; dl:-moz-only-whitespace:-moz-first-node, td &gt; dl:-moz-only-whitespace:-moz-first-node,<br />
th &gt; dl:-moz-only-whitespace:-moz-first-node, body &gt; multicol:-moz-only-whitespace:-moz-first-node,<br />
td &gt; multicol:-moz-only-whitespace:-moz-first-node, th &gt; multicol:-moz-only-whitespace:-moz-first-node,<br />
body &gt; blockquote:-moz-only-whitespace:-moz-first-node, td &gt; blockquote:-moz-only-whitespace:-moz-first-node,<br />
th &gt; blockquote:-moz-only-whitespace:-moz-first-node, body &gt; h1:-moz-only-whitespace:-moz-first-node,<br />
td &gt; h1:-moz-only-whitespace:-moz-first-node, th &gt; h1:-moz-only-whitespace:-moz-first-node,<br />
body &gt; h2:-moz-only-whitespace:-moz-first-node, td &gt; h2:-moz-only-whitespace:-moz-first-node,<br />
th &gt; h2:-moz-only-whitespace:-moz-first-node, body &gt; h3:-moz-only-whitespace:-moz-first-node,<br />
td &gt; h3:-moz-only-whitespace:-moz-first-node, th &gt; h3:-moz-only-whitespace:-moz-first-node,<br />
body &gt; h4:-moz-only-whitespace:-moz-first-node, td &gt; h4:-moz-only-whitespace:-moz-first-node,<br />
th &gt; h4:-moz-only-whitespace:-moz-first-node, body &gt; h5:-moz-only-whitespace:-moz-first-node,<br />
td &gt; h5:-moz-only-whitespace:-moz-first-node, th &gt; h5:-moz-only-whitespace:-moz-first-node,<br />
body &gt; h6:-moz-only-whitespace:-moz-first-node, td &gt; h6:-moz-only-whitespace:-moz-first-node,<br />
th &gt; h6:-moz-only-whitespace:-moz-first-node, body &gt; listing:-moz-only-whitespace:-moz-first-node,<br />
td &gt; listing:-moz-only-whitespace:-moz-first-node, th &gt; listing:-moz-only-whitespace:-moz-first-node,<br />
body &gt; plaintext:-moz-only-whitespace:-moz-first-node, td &gt; plaintext:-moz-only-whitespace:-moz-first-node,<br />
th &gt; plaintext:-moz-only-whitespace:-moz-first-node, body &gt; xmp:-moz-only-whitespace:-moz-first-node,<br />
td &gt; xmp:-moz-only-whitespace:-moz-first-node, th &gt; xmp:-moz-only-whitespace:-moz-first-node,<br />
body &gt; pre:-moz-only-whitespace:-moz-first-node, td &gt; pre:-moz-only-whitespace:-moz-first-node,<br />
th &gt; pre:-moz-only-whitespace:-moz-first-node, body &gt; ul:-moz-only-whitespace:-moz-first-node,<br />
td &gt; ul:-moz-only-whitespace:-moz-first-node, th &gt; ul:-moz-only-whitespace:-moz-first-node,<br />
body &gt; menu:-moz-only-whitespace:-moz-first-node, td &gt; menu:-moz-only-whitespace:-moz-first-node,<br />
th &gt; menu:-moz-only-whitespace:-moz-first-node, body &gt; dir:-moz-only-whitespace:-moz-first-node,<br />
td &gt; dir:-moz-only-whitespace:-moz-first-node, th &gt; dir:-moz-only-whitespace:-moz-first-node,<br />
body &gt; ol:-moz-only-whitespace:-moz-first-node, td &gt; ol:-moz-only-whitespace:-moz-first-node,<br />
th &gt; ol:-moz-only-whitespace:-moz-first-node<br />
{margin-bottom: 0;}</p>
<p>td &gt; p:-moz-only-whitespace:-moz-last-node, th &gt; p:-moz-only-whitespace:-moz-last-node,<br />
td &gt; dl:-moz-only-whitespace:-moz-last-node, th &gt; dl:-moz-only-whitespace:-moz-last-node,<br />
td &gt; multicol:-moz-only-whitespace:-moz-last-node, th &gt; multicol:-moz-only-whitespace:-moz-last-node,<br />
td &gt; blockquote:-moz-only-whitespace:-moz-last-node, th &gt; blockquote:-moz-only-whitespace:-moz-last-node,<br />
td &gt; h1:-moz-only-whitespace:-moz-last-node, th &gt; h1:-moz-only-whitespace:-moz-last-node,<br />
td &gt; h2:-moz-only-whitespace:-moz-last-node, th &gt; h2:-moz-only-whitespace:-moz-last-node,<br />
td &gt; h3:-moz-only-whitespace:-moz-last-node, th &gt; h3:-moz-only-whitespace:-moz-last-node,<br />
td &gt; h4:-moz-only-whitespace:-moz-last-node, th &gt; h4:-moz-only-whitespace:-moz-last-node,<br />
td &gt; h5:-moz-only-whitespace:-moz-last-node, th &gt; h5:-moz-only-whitespace:-moz-last-node,<br />
td &gt; h6:-moz-only-whitespace:-moz-last-node, th &gt; h6:-moz-only-whitespace:-moz-last-node,<br />
td &gt; listing:-moz-only-whitespace:-moz-last-node, th &gt; listing:-moz-only-whitespace:-moz-last-node,<br />
td &gt; plaintext:-moz-only-whitespace:-moz-last-node, th &gt; plaintext:-moz-only-whitespace:-moz-last-node,<br />
td &gt; xmp:-moz-only-whitespace:-moz-last-node, th &gt; xmp:-moz-only-whitespace:-moz-last-node,<br />
td &gt; pre:-moz-only-whitespace:-moz-last-node, th &gt; pre:-moz-only-whitespace:-moz-last-node,<br />
td &gt; ul:-moz-only-whitespace:-moz-last-node, th &gt; ul:-moz-only-whitespace:-moz-last-node,<br />
td &gt; menu:-moz-only-whitespace:-moz-last-node, th &gt; menu:-moz-only-whitespace:-moz-last-node,<br />
td &gt; dir:-moz-only-whitespace:-moz-last-node, th &gt; dir:-moz-only-whitespace:-moz-last-node,<br />
td &gt; ol:-moz-only-whitespace:-moz-last-node, th &gt; ol:-moz-only-whitespace:-moz-last-node<br />
{margin-top: 0;}</p>
<p><strong>/* Quirk: support the ways of making PRE have wrapping */</strong><br />
pre[wrap], pre[cols], pre[width] {white-space: pre-wrap;}</p>
<p><strong>/* Quirk: DD not in DL has text-indent instead of margin (b=5119) */</strong><br />
:not(dl) &gt; dd {display: inline; margin: 0;}<br />
:not(dl) &gt; dd:before {display: inline; white-space: pre; font-size: 1px; line-height: 0; content: &#8220;\A  &#8220;; -moz-margin-end: 40px;}</p>
<p><strong>/* quirk to indent nested DL elements (b=8749) */</strong><br />
dl &gt; dl {display: block; -moz-margin-start: 40px;}</p>
<p><strong>/* Quirk: MAP acts like an inline, not a block */</strong><br />
map {display: inline;}</p>
<p><strong>/* Quirk: Make floated images have a margin  (b=58899) */</strong><br />
img[align=left] {margin-right: 3px;}<br />
img[align=right] {margin-left: 3px;}</p>
<p><strong>/* Quirk: Make sure that the residual style tags&#8217; size info. does not take precedence over heading tags&#8217; size. (b=77352) Note: This special attribute is set only for a residual style tag within a heading tag.*/</strong></p>
<p><strong>/* XXX This is a potential performance problem.  This should not be using an attribute!*/</strong><br />
*[_moz-rs-heading] {font-size: inherit !important;}</p>
<p><strong>/*Quirk: Use border-box box sizing for text inputs, password inputs, and textareas.  (b=184478 on why we use content-box sizing in standards mode)*/</strong></p>
<p><strong>/* Note that all other s already use border-box sizing, so we&#8217;re ok with this selector */</strong><br />
input:not([type=image]), textarea {-moz-box-sizing: border-box;}</p>
<p><strong>/* Quirk: give form margin for compat (b=41806) */</strong><br />
form{margin-bottom: 1em;}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cssreference.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cssreference.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cssreference.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cssreference.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cssreference.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cssreference.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cssreference.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cssreference.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cssreference.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cssreference.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cssreference.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cssreference.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cssreference.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cssreference.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssreference.wordpress.com&amp;blog=5127876&amp;post=35&amp;subd=cssreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cssreference.wordpress.com/2009/01/17/css-mozilla-firefox-quirks-modes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">dpanfili</media:title>
		</media:content>
	</item>
		<item>
		<title>About this blog</title>
		<link>http://cssreference.wordpress.com/2008/10/10/about-this-blog/</link>
		<comments>http://cssreference.wordpress.com/2008/10/10/about-this-blog/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 02:52:04 +0000</pubDate>
		<dc:creator>dpanfili</dc:creator>
				<category><![CDATA[About]]></category>
		<category><![CDATA[about statement]]></category>

		<guid isPermaLink="false">http://cssreference.wordpress.com/?p=3</guid>
		<description><![CDATA[This blog has been setup to provide a one page reference for all CSS properties and values. It is mostly a reference means for myself, but hopefully others will find this guide useful. Please feel free to contact me if you see any changes that need to be corrected. -Optimus 203<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssreference.wordpress.com&amp;blog=5127876&amp;post=3&amp;subd=cssreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This blog has been setup to provide a one page reference for all CSS properties and values. It is mostly a reference means for myself, but hopefully others will find this guide useful. Please feel free to contact me if you see any changes that need to be corrected.</p>
<p>-<strong><em>Optimus 203</em></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cssreference.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cssreference.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cssreference.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cssreference.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cssreference.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cssreference.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cssreference.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cssreference.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cssreference.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cssreference.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cssreference.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cssreference.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cssreference.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cssreference.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssreference.wordpress.com&amp;blog=5127876&amp;post=3&amp;subd=cssreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cssreference.wordpress.com/2008/10/10/about-this-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">dpanfili</media:title>
		</media:content>
	</item>
	</channel>
</rss>
