Tantek Celik wrote: > > > Now, suppose the above rule is instead: > > > > DIV { > > border: medium solid; > > } > > > > The first two statements above are still true. However, the following > > must equal something (and it shouldn't be the empty string because that > > means the property was not set in the ruleset): > > > > rs.style.getPropertyValue("border-color") > > No, empty is exactly correct. Not setting the border-color means that the > border gets its color from the 'color' property. > > And yes, that does mean that the property was not set in the ruleset which > is also correct (unlike background and font which reset unspecified > elemental properties to initial values). Well, it does reset it to the initial value, but the initial value is an indirection. -- ChrisReceived on Saturday, 25 September 1999 18:27:09 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:54:00 GMT