File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5353generate absolutely and relatively positioned boxes;; no;; N/A ;;
5454visual */
5555
You can’t perform that action at this time.
0 commit comments