Skip to content

Commit 8b0dbb5

Browse files
committed
[css2] speak-header-cell -> speak-header, made URL optional after cursor name
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40453
1 parent 1bac3e6 commit 8b0dbb5

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
@@ -219,9 +219,9 @@ outside;;
219219
*/
220220

221221
/* cursor;;
222-
auto | crosshair | default | pointer | move | e-resize | ne-resize |
222+
[ auto | crosshair | default | pointer | move | e-resize | ne-resize |
223223
nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize|
224-
text | wait | help | <url>;;
224+
text | wait | help ] || <url>?;;
225225
auto;; *;; yes;; N/A;; visual
226226
*/
227227

@@ -303,7 +303,7 @@ auto;; *;; yes;; N/A;; visual
303303
/* column-span;; <integer>;; 1;; cell, column, and column-group elements;; no;; N/A ;; visual*/
304304
/* row-span;; <integer>;; 1;; cell elements;; no;; N/A ;; visual*/
305305
/* caption-side;; top | bottom;; top;; caption elements;; yes;; N/A ;; visual*/
306-
/* speak-header-cell;; once | always;; once;; header cells;; yes;; N/A ;; visual*/
306+
/* speak-header;; once | always;; once;; header cells;; yes;; N/A ;; visual*/
307307

308308
#For widows/orphans:
309309
/* widows;; <integer>;; 2;; block-level elements;; yes;; N/A ;; visual, paged*/

0 commit comments

Comments
 (0)