Regarding the appearance property

I was wondering about the appearance property in CSS3
(http://www.w3.org/TR/css3-ui/#appearance)
Suppose I do something like

h1 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
}

and then

h1 { appearance: normal; }

Does this mean that h1 elements will be back to normal again (e.g.
displayed in a bigger font-size, bold and with margins)?

-- 
David Håsäther

Received on Sunday, 21 March 2004 08:06:29 UTC