We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3544e4 commit b20dc5eCopy full SHA for b20dc5e
1 file changed
css2/properties/properties.db
@@ -372,3 +372,12 @@ agent;; *;; no;; N/A;; all */
372
373
/* counter-increment;; [ <identifier> <integer>? ]+ | inherit;; depends on
374
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