- From: Bartolomé Sintes Marco <BartolomeSintes@ono.com>
- Date: Mon, 6 Oct 2003 23:45:47 +0200
- To: <www-amaya@w3.org>
Hi, If I write "classname" in the "Use as class" dialog, a ".classname" is created in the <head> of the document. If I write "p.classname" in the "Use as class" dialog, a ".p.classname" is created in the <head> of the document. Is it possible to create a "p.classname" class through the Style > Create rule menu? By the way, a .p.classname is not applied by Amaya (neither Mozilla nor IE), but W3C CSS validation service validates it as valid. This is an example: <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>No title</title> <style type="text/css"> .p.test {color: white; background-color: black}</style> <meta name="generator" content="amaya 8.1b, see http://www.w3.org/Amaya/" /> </head> <body> <p class="p.test">Hello, world</p> </body> Best regards, Barto (http://www.mclibre.org)
Received on Monday, 6 October 2003 17:45:53 UTC