- From: Vincent Quint <Vincent.Quint@inrialpes.fr>
- Date: Thu, 7 Jul 2005 09:53:59 +0200
- To: ve3ll@rac.ca
- Cc: www-amaya@w3.org
You are right! The problem comes from the '>' in the CSS selector. With some elements, such as noscript, this kind of selector did not work correclty. The bug is now fixed in the CVS base. Vincent. On Wed, 06 Jul 2005 13:45:55 -0400 ve3ll@rac.ca wrote: > > > Something that works in 8.7.4 but not in 8.8 is > noscript>a rule ... i use it to set color and background > for noscript message that appears on all my pages > when viewed with unscripted browsers ... it places > an alternative menu to my javascript dropdown menus > dropdowns are nice as they don't suck up valuable > real estate that sidebars do!!! > anyways here is a short test file that should be run > in 8.8 and 8.7.4 for comparison ... > > <?xml version="1.0"?> > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml"> > <head><title>Stylings:VE3LL@RAC.CA</title> > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> > <style type="text/css"> > a {color:yellow} > noscript {color:red;background:#ffdead} > noscript>a {color:green;text-decoration:none} > </style> > </head><body><h1>Stylings:VE3LL@RAC.CA</h1> > <noscript>Text should be in red, background in pastel, but hyperlink > should be in <a href="?">green</a> <strong>NOT</strong> yellow! > Amaya 8.7.4 worked but Amaya 8.8 does not. Most likely its > the noscript>a rule that is the problem!</noscript> > </body></html> > > john russell in niagara canada > > -- > -- > John Russell, VE3LL@RAC.CA > http://home.cogeco.ca/~ve3ll > http://home.cogeco.ca/~trains > http://home.cogeco.ca/~cipher > > > > > ---------- Vincent Quint INRIA Rhône-Alpes INRIA ZIRST e-mail: Vincent.Quint@inria.fr 655 avenue de l'Europe Tel.: +33 4 76 61 53 62 Montbonnot Fax: +33 4 76 61 52 07 38334 Saint Ismier Cedex France
Received on Thursday, 7 July 2005 07:54:07 UTC