[Case Western Reserve University -- Toolbar]
Navigator (Mac) CSS1 Support Grid


If a line is blank (does not have an 'X'), it means that I haven't been able to verify the status of the given property. Please feel free to conduct your own tests and mail eam3@po.cwru.edu with the results. If you find inaccuracies in this table, please mail me about those as well. Thank you.

Last updated: 25 June 1997
Refers to: Navigator 4.01


Grid Key

Columns

UUnsupported element/attribute
PPartially supported element/attribute
SSupported element/attribute
BBugs are present in support of this element/attribute

In table entries:

  • the section number given for each element is a hyperlink to the relevant section of the CSS1 specification.
  • properties marked with a star ("*") are not supposed to be inherited
  • entries preceded by three dots (...) are values of the last bracketed entry
  • entries including a dash (-) indicate a range of values not explicitly listed; in these cases, only the extremes are given
Pseudo-Classes and Pseudo-Elements
CSS1 PropertyUPSB
2.1 anchor  S 
2.3 first-lineU   
2.4 first-letterU   
Font Properties
CSS1 PropertyUPSB
5.2.2 font-family  S 
<family-name>  S 
<generic-family>  S 
... serif  S 
... sans-serif  S 
... cursive  S 
... fantasy  S 
... monospace  S 
5.2.3 font-style  S 
normal  S 
italic  S 
obliqueU   
5.2.4 font-variantU   
normalU   
small-capsU   
5.2.5 font-weight  S 
normal  S 
boldU   
bolderU   
lighterU   
100 - 900  S 
5.2.6 font-size  S 
<absolute-size>  S 
... xx-small - xx-large  S 
<relative-size>  S 
... larger  S 
... smaller  S 
<length> P  
<percentage>  S 
5.2.7 font  S 
<font-family>  S 
<font-style>  S 
<font-variant>U   
<font-weight>  S 
<font-size>  S 
<line-height>   B
Color and Background Properties
CSS1 PropertyUPSB
5.3.1 color  S 
<color>  S 
5.3.2 background-color*  S 
<color>  S 
transparent  S 
5.3.3 background-image*  S 
<url>  S 
noneU   
5.3.4 background-repeat*  S 
repeat  S 
repeat-x  S 
repeat-y  S 
no-repeat  S 
5.3.5 background-attachment*U   
scrollU   
fixedU   
5.3.6 background-position*U   
<percentage>U   
<length>U   
topU   
centerU   
bottomU   
leftU   
rightU   
5.3.7 background*  S 
<background-color>  S 
<background-image>  S 
<background-repeat>  S 
<background-attachment>  S 
<background-position>U   
Text Properties
CSS1 PropertyUPSB
5.4.1 word-spacingU   
normalU   
<length>U   
5.4.2 letter-spacingU   
normalU   
<length>U   
5.4.3 text-decoration*  S 
none  S 
underline  S 
overlineU   
line-through  S 
blink  S 
5.4.4 vertical-align*U   
baselineU   
subU   
superU   
topU   
text-topU   
middleU   
bottomU   
text-bottomU   
<percentage>U   
5.4.5 text-transform  S 
capitalize  S 
uppercase  S 
lowercase  S 
none  S 
5.4.6 text-align  S 
left  S 
right  S 
center  S 
justify  S 
5.4.7 text-indent  S 
<length>  S 
<percentage>  S 
5.4.8 line-height  S 
normalU   
<number>  S 
<length> P  
<percentage>  S 
Box Properties
CSS1 PropertyUPSB
5.5.01 margin-top*  S 
<length>  S 
<percentage>  S 
auto  S 
5.5.02 margin-right*  S 
<length>  S 
<percentage>  S 
auto  S 
5.5.03 margin-bottom*  S 
<length>  S 
<percentage>  S 
auto  S 
5.5.04 margin-left*  S 
<length>  S 
<percentage>  S 
auto  S 
5.5.05 margin*  S 
<length>  S 
<percentage>  S 
auto  S 
5.5.06 padding-top*   B
<length>  S 
<percentage>  S 
5.5.07 padding-right*   B
<length>  S 
<percentage>  S 
5.5.08 padding-bottom*   B
<length>  S 
<percentage>  S 
5.5.09 padding-left*   B
<length>  S 
<percentage>  S 
5.5.10 padding*   B
<length>  S 
<percentage>  S 
5.5.11 border-top-width*   B
thin  S 
medium  S 
thick  S 
<length>  S 
5.5.12 border-right-width*   B
thin  S 
medium  S 
thick  S 
<length>  S 
5.5.13 border-bottom-width*   B
thin  S 
medium  S 
thick  S 
<length>  S 
5.5.14 border-left-width*   B
thin  S 
medium  S 
thick  S 
<length>  S 
5.5.15 border-width*  S 
thin  S 
medium  S 
thick  S 
<length>  S 
5.5.16 border-color*  S 
<color>  S 
5.5.17 border-style*   B
none    
dottedU   
dashedU   
solid  S 
double  S 
groove  S 
ridge  S 
inset  S 
outset  S 
5.5.18 border-top*U   
<border-top-width>U   
<border-style>U   
<color>U   
5.5.19 border-right*U   
<border-right-width>U   
<border-style>U   
<color>U   
5.5.20 border-bottom*U   
<border-bottom-width>U   
<border-style>U   
<color>U   
5.5.21 border-left*U   
<border-left-width>U   
<border-style>U   
<color>U   
5.5.22 border*  S 
<border-width>  S 
<border-style>  S 
<color>  S 
5.5.23 width* P  
<length> P  
<percentage> P  
auto  S 
5.5.24 height* P  
<length> P  
autoU   
5.5.25 float*  S 
left  S 
right  S 
none    
5.5.26 clear*  S 
noneU   
left  S 
right  S 
both  S 
Classification Properties
CSS1 PropertyUPSB
5.6.1 display*  S 
block  S 
inline  S 
list-item  S 
none  S 
5.6.2 white-space  S 
normal  S 
pre  S 
nowrapU   
5.6.3 list-style-type  S 
disc  S 
circle  S 
square  S 
decimal  S 
lower-roman  S 
upper-roman  S 
lower-alpha  S 
upper-alpha  S 
none  S 
5.6.4 list-style-imageU   
<url>U   
noneU   
5.6.5 list-style-positionU   
insideU   
outsideU   
5.6.6 list-style  S 
<keyword>  S 
<position>U   
<url>U   
Units
CSS1 PropertyUPSB
6.1 Length Units  S 
em  S 
ex  S 
px  S 
in  S 
cm  S 
mm  S 
pt  S 
pc  S 
6.2 Percentage Units  S 
<percentage>  S 
6.3 Color Units  S 
#000  S 
#000000  S 
(RRR,GGG,BBB)  S 
(R%,G%,B%)  S 
6.4 URLs  S 
<url>  S 

[Toolbar]
Eric A. Meyer -- About this server -- Copyright Eric A. Meyer -- Unauthorized use prohibited