Skip to content

Commit 3ecf1f1

Browse files
committed
[css2] changed display property to apply to all media, fixed cursor property values
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401006
1 parent 0a1f09b commit 3ecf1f1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css2/properties/properties.db

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ containing block ;; visual */
6363
/* display;; inline | block | list-item | none | run-in | compact |
6464
table | inline-table| table-row-group | table-column-group |
6565
table-header-group | table-footer-group | table-row | table-cell |
66-
table-caption | inherit;; inline;; *;; no;; N/A ;; visual */
66+
table-caption | inherit;; inline;; *;; no;; N/A ;; all */
6767
/* float;; left | right | none | inherit;; none;; elements that
6868
are not positioned absolutely;; no;; N/A ;; visual */
6969
/* clear;; none | left | right | both | inherit;; none;; block-level elements;; no;; N/A ;; visual */
@@ -248,9 +248,9 @@ outside;;
248248
*/
249249

250250
/* cursor;;
251-
[ [ auto | crosshair | default | pointer | move | e-resize | ne-resize |
252-
nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize|
253-
text | wait | help ] || <uri>? ] | inherit;;
251+
[ [<uri> ,]* [ auto | crosshair | default | pointer | move | e-resize
252+
| ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize
253+
| w-resize| text | wait | help ] ] | inherit;;
254254
auto;; *;; yes;; N/A;; visual
255255
*/
256256

0 commit comments

Comments
 (0)