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