📃 February 2004 release notes
New in Safari
The following features are now available in Safari:
-
initial:
The
initialkeyword resets any CSS property to its initial value as defined by the specification. For example, theinitialvalue of thedisplayproperty isinline, regardless of the element being styled. Not to be confused withrevert, which resets to the user or browser default style. -
Keyboard events:
The
keydownandkeyupevents fire for each key press (or, with modifier keys, a combination of key presses) on a keyboard. -
Outlines:
The
outline-color,outline-style, andoutline-widthandoutline-offsetCSS properties style a line around an element, outside of the border.