Skip to content

Commit b20dc5e

Browse files
committed
[css2] Added 'outline'
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401199
1 parent d3544e4 commit b20dc5e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

css2/properties/properties.db

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,3 +372,12 @@ agent;; *;; no;; N/A;; all */
372372

373373
/* counter-increment;; [ <identifier> <integer>? ]+ | inherit;; depends on
374374
user agent;; *;; no;; N/A;; all */
375+
376+
/* outline;; <outline-color> || <outline-style> || <outline-width> | inherit;;
377+
see individual properties;; *;; no;; N/A;; visual */
378+
/* outline-color;; <color> | invert | inherit;;
379+
invert;; *;; no;; N/A;; visual */
380+
/* outline-style;; <border-style> | inherit;;
381+
solid;; *;; no;; N/A;; visual */
382+
/* outline-width;; <border-width> | inherit;;
383+
medium;; *;; no;; N/A;; visual */

0 commit comments

Comments
 (0)