Sent by Jean-François Bastien on 8 January 2003 12:12
Good morning list,
The wiki says:
-----------------------
Netscape 4 seems to be the only affected browser. Opera 5.0 for Mac is partially
affected, but it can be easily worked around. It only ignores the rule
immediately following /, so including an empty rule directly after the comments
eliminates the problem:
/*/*/a{}
.foo {color:red}
/* */
-----------------------
Now, were I to use the comments inside the rule:
-----------------------
a{
color:red;
/*/*/
border:1px solid #000;
background:transparent;
/* */
}
-----------------------
How would Opera react?
would it simply ignore the border property, or would it affect rules surrounding
the a{}?
Thanks