Skip to content

Commit 28bdb44

Browse files
committed
[css2] Initial value of z-index is auto again, fixed bugs in border props
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401363
1 parent ebd7b94 commit 28bdb44

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css2/properties/properties.db

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ containing block ;; visual */
88
/* padding-top padding-right padding-bottom padding-left;; <padding-width> | inherit;; 0;; *;; no;; refer to width of containing block ;; visual */
99
/* padding;; <padding-width>{1,4} | inherit;; XX;; *;; no;; refer to width of containing block ;; visual */
1010

11-
/* border-top-width border-right-width border-bottom-width border-bottom-width;; <border-width> | inherit;; medium;; *;; no;; N/A ;; visual */
11+
/* border-top-width border-right-width border-bottom-width border-left-width;; <border-width> | inherit;; medium;; *;; no;; N/A ;; visual */
1212
/* border-width;; <border-width>{1,4} | inherit;; see individual properties;; *;; no;; N/A ;; visual */
1313

1414
/* border-top-color border-right-color border-bottom-color border-left-color;; <color> | inherit;; the value of the 'color' property;; *;; no;; N/A ;; visual */
1515
/* border-color;; <color>{1,4} | transparent | inherit;; see individual properties;; *;; no;; N/A ;; visual */
1616

17-
/* border-top-style border-right-color border-bottom-color border-left-color;; <border-style> | inherit;; none;; *;; no;; N/A ;; visual */
17+
/* border-top-style border-right-style border-bottom-style border-left-style;; <border-style> | inherit;; none;; *;; no;; N/A ;; visual */
1818
/* border-style;; <border-style>{1,4} | inherit;; see individual properties;; *;; no;; N/A ;; visual */
1919

2020

@@ -49,7 +49,7 @@ but see prose;; no;; N/A ;; visual */
4949
/* left;; <length> | <percentage> | auto | inherit;; auto;; *;; no;; refer to width of containing block ;; visual */
5050
/* right;; <length> | <percentage> | auto | inherit;; auto;; *;; no;; refer to width of containing block ;; visual */
5151

52-
/* z-index;; auto | <integer> | inherit;; 0;; elements that
52+
/* z-index;; auto | <integer> | inherit;; auto;; elements that
5353
generate absolutely and relatively positioned boxes;; no;; N/A ;;
5454
visual */
5555

0 commit comments

Comments
 (0)