<?xml version="1.0" encoding="UTF-8"?>
<nde:catalog xmlns:nde="http://devedge.netscape.com/2002/de">
  <nde:article>
    <nde:title>Correctly Using Titles With External Stylesheets</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de">
      <p>
External stylesheets are often associated with HTML documents using the <code>link</code> element, but it is important to use the element's attributes properly.  This is because there are three kinds of stylesheets, and the <code>title</code> attribute is key to the establishment of two of them.  The presence of the <code>title</code> attribute in a <code>link</code> element that references an external stylesheet can cause the stylesheet to become a <em>preferred stylesheet</em>.  This will in most cases cause the external stylesheet to be ignored, which is typically not what an author intends to do.
</p>
    </nde:summary>
    <nde:category>TechNote</nde:category>
    <nde:pubdate year="2002" month="12" day="30"/>
    <nde:channel channelid="css"/>
    <nde:channel channelid="html"/>
    <nde:channel channelid="viewsource"/>
    <nde:authname>Eric A. Meyer</nde:authname>
  </nde:article>
  <nde:article>
    <nde:title>Fixing Table Inheritance in Quirks Mode</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de"/>
    <nde:category>Technote</nde:category>
    <nde:pubdate year="2002" month="11" day="26"/>
    <nde:channel channelid="css"/>
    <nde:channel channelid="html"/>
    <nde:channel channelid="viewsource"/>
    <nde:authname>Eric A. Meyer</nde:authname>
  </nde:article>
  <nde:article>
    <nde:title>Fixing Incorrectly Sized List Item Markers</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de"/>
    <nde:category>TechNote</nde:category>
    <nde:pubdate year="2002" month="10" day="04"/>
    <nde:channel channelid="css"/>
    <nde:channel channelid="html"/>
    <nde:channel channelid="viewsource"/>
    <nde:authname>Eric A. Meyer</nde:authname>
  </nde:article>
  <nde:article>
    <nde:title>Consistent List Indentation</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de"><p>
One of the most common style changes made to lists is a change in the indentation distance-- that is, how far the list items are pushed over to the right.  This often leads to frustration, because what works in one browser often doesn't have the same effect in another.  For example, if you declare that lists have no left margin, they move over in Explorer, but sit stubbornly in place in Gecko-based browsers.
</p>
<p>
In order to understand why this is the case, and more importantly how to avoid the problem altogether, it will be necessary to examine the details of list construction.
</p></nde:summary>
    <nde:category>Article</nde:category>
    <nde:pubdate year="2002" month="08" day="30"/>
    <nde:channel channelid="css"/>
    <nde:channel channelid="html"/>
    <nde:channel channelid="viewsource"/>
    <nde:authname>Eric A. Meyer</nde:authname>
  </nde:article>
  <nde:article>
    <nde:title>Styling Abbreviations and Acronyms</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de"/>
    <nde:category></nde:category>
    <nde:pubdate year="2002" month="08" day="09"/>
    <nde:channel channelid="css"/>
    <nde:channel channelid="html"/>
    <nde:channel channelid="viewsource"/>
    <nde:authname>Eric A. Meyer</nde:authname>
  </nde:article>
</nde:catalog>
