Skip to content

Commit e8bc29a

Browse files
committed
[css2] Added none to counter-increment and counter-reset
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401399
1 parent 165b9b6 commit e8bc29a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

css2/properties/properties.db

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,11 +350,9 @@ elements;; yes;; N/A;; visual */
350350
/* quotes;; [<string> <string>]+ | none | inherit;; depends on user agent;;
351351
*;; yes;; N/A;; visual */
352352

353-
/* counter-reset;; [ <identifier> <integer>? ]+ | inherit;; depends on user
354-
agent;; *;; no;; N/A;; all */
353+
/* counter-reset;; [ <identifier> <integer>? ]+ | none | inherit;; none;; *;; no;; N/A;; all */
355354

356-
/* counter-increment;; [ <identifier> <integer>? ]+ | inherit;; depends on
357-
user agent;; *;; no;; N/A;; all */
355+
/* counter-increment;; [ <identifier> <integer>? ]+ | none | inherit;; none;; *;; no;; N/A;; all */
358356

359357
/* outline;; <'outline-color'> || <'outline-style'> || <'outline-width'> | inherit;;
360358
see individual properties;; *;; no;; N/A;; visual, interactive */

0 commit comments

Comments
 (0)