![[Case Western Reserve University -- Toolbar]](/pix/lowpro.gif)
![]()
|
This page is currently devoted to listing what isn't recognized by the latest version of Microsoft Ineternet Explorer for the Macintosh. The information on this page is intended as reference material for persons authoring pages with style sheets with the intention of making them viewable in Microsoft Internet Explorer 3.01. This is a working document. Last updated: 31 July 1997 In this document: Related documents:
|
If you know of portions of the Cascading Style Sheet, level 1, specification which are not supported in the latest publicly released version of Internet Explorer for the Macintosh and which are not listed here, please send e-mail to eam3@po.cwru.edu, preferably with a URL at which the discrepancy can be observed. Similarly, if there are any errors on this page or the Support Grid, let me know.
[[31 July 97]] MSIE 4.0b1 is out, and sooner than I had expected. Testing will commence shortly...
[[14 May 97]] MSIE 3.01 is out. Its support of CSS1 is, so far as I can tell, in no way different from support in 3.0a. I have updated the Grids anyway, since the version number changed.
[[8 Apr 97]] In the course of talking with sources at Microsoft, I learned that the Macintosh version of MSIE4.0 will be out later this year. I can't be too specific, but I'd say it will be a few months at a minimum... so relax and enjoy the 3.0 series.
[[27 Mar 97]] MSIE 3.0.1b1 is out. It appears to have no CSS1 changes from v3.0a.
[[21 Mar 97]] Contrary to previous statements on this page, MSIE3.0a does support both imported style sheets and images as the backgrounds of elements other then BODY.
[[4 Mar 97]] MSIE 3.0a is out, and has been for at least a little while. With regards to CSS1, it seems to have little or no differences from 3.0, but I am still investigating.
[[7 Jan 97]] Microsoft has released version 3.0 of Internet Explorer for the Macintosh. This is a final release-- not beta-- but still has large gaps in its support for CSS1. Since MSIE 3.0 was well under development previous to the point where CSS1 reached Recommendation status (see below), it is hardly surprising that there are some CSS1 properties which MSIE 3.0 does not support.
[[7 Jan 97]] Margin values are now appropriately inherited. For further information, refer to Microsoft's note describing the fix of this problem in the Win95 version of MSIE (the same information applies to the Mac version now).
[[17 Dec 96]] The CSS1 Specification has reached the status of a W3C Recommendation. This makes it a stable document, and the standard by which implementation will be measured.
This section is organized along the lines of the CSS1 draft specification; the numbers refer to sections of that document. Properties listed in this section are completely unsupported. Therefore, properties which are supported but are in some way broken are not listed in this section.
first-line
first-letter
font-family: cursive, fantasyfont-style: normal, obliquefont-variantfont-weight: bolder, 100 - 900font-size: <relative-size>font: <font-variant>background-colorbackground-imagebackground-repeatbackground-attachmentbackground-positionword-spacing
letter-spacing
text-decoration: overline
vertical-align
text-transform
text-align: justify
word-spacingletter-spacingtext-decoration: overline, blinkvertical-aligntext-transformtext-align: justifymargin-bottompadding-toppadding-rightpadding-bottompadding-leftpaddingborder-top-widthborder-right-widthborder-bottom-widthborder-left-widthborder-widthborder-colorborder-styleborder-topborder-rightborder-bottomborder-leftborderwidthheightfloatcleardisplaywhite-spacelist-style-typelist-style-imagelist-style-positionlist-style(RRR,GGG,BBB), (R%,G%,B%)
This section describes various bugs in MSIE's support of CSS1. Observations are welcome; please mail them to eam3@po.cwru.edu.
url(filename) field of the background property breaks the property (i.e., it is not rendered at all) when used in a linked style sheet.
There may be other problems specific to linked style sheets; I have not investigated this thoroughly.
2.1 anchor [5/28/97]
A:link {color: blue; text-decoration: underline;}
A:visited {color: purple; text-decoration: none;}
...should result in unvisited links being blue and underlined, and visited links purple with no underline. In fact, what happens is that the colors are blue and purple, as specified, but both types of links are underlined. Reversing the text-decoration settings will cause both types of links to have no underline, but still be blue or purple, as appropriate. Note, however, that this effect is not consistent throughout the document-- sometimes a few links will have the correct text-decoration, whereas others of the same type will not.2.3 first-line [5/28/97]
5.2.2 font-family
BODY { font-family: "arial narrow" }
 
A:link { color: yellow }
<BODY STYLE="font-family: 'arial narrow'">
font-family: nonexistentfont, arial5.2.6 font-size
5.2.6 font-size: <relative-size> [5/28/97]
<relative-size> element and its values larger and smaller do not seem to be supported.5.3.7 background
BODY are applied incorrectly. Backgrounds are currently only applied to the text within an element. They are supposed to be applied to the entire element, which includes the entire area within the boundaries defined by the element's margins. This occurs with both solid colors and images.
DIV { background: black }
H1 { color: white }
... and the HTML code:
<DIV>
<H1>peas porage hot</H1>
</DIV>
5.3.7 background: <background-repeat>
5.3.7 background: <background-attachment>
5.4.3 text-decoration
5.4.8 line-height
5.5.01 margin-top
margin-top attribute only; margin-right and margin-left seem unaffected by this problem. The incorrect margins generated are consistent with each other (i.e., settings of 1in and 2.54cm will yield the same amount of space).
5.5.05 margin
6.4 URLs: <url>
url(http://www.site.net/pix/pic.gif) I'd like to thank these persons for contributing ideas and information to this reference: