Skip to content

Commit c2e9cc5

Browse files
committed
[css2] Changed initial value of 'visibility' to 'visible'
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401961
1 parent 4d56db4 commit c2e9cc5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css2/properties/properties.db

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
whether the property is inherited;;
88
how percentage values are interpreted;;
99
which media groups the property applies to;;
10-
2 2.1 */
10+
none */
1111

1212
/* margin-right margin-left;; <margin-width> | inherit;; 0 ;; *;; no;; refer to width of containing block ;; visual;; 2 2.1 */
1313

@@ -107,7 +107,7 @@ visual;; 2 2.1
107107
/* clip;; <shape> | auto | inherit;; auto;; absolutely positioned elements;; no;; N/A ;; visual;; 2 2.1
108108
*/
109109

110-
/* visibility;; visible | hidden | collapse | inherit;; inherit;; *;; no;;
110+
/* visibility;; visible | hidden | collapse | inherit;; visble;; *;; yes;;
111111
N/A ;; visual;; 2 2.1
112112
*/
113113

@@ -272,23 +272,23 @@ x-loud | inherit;;
272272

273273
/* speak;; normal | none | spell-out | inherit;; normal;; *;; yes;; N/A ;; aural;; 2 */
274274

275-
/* pause-before;; <time> | <percentage> | inherit;; depends on user agent;;
275+
/* pause-before;; <time> | <percentage> | inherit;; 0;;
276276
*;; no;; see prose ;; aural;; 2
277277
*/
278-
/* pause-after;; <time> | <percentage> | inherit;; depends on user agent;;
278+
/* pause-after;; <time> | <percentage> | inherit;; 0;;
279279
*;; no;; see prose ;; aural;; 2
280280
*/
281281

282282
/* pause;; [ [<time> | <percentage>]{1,2} ] | inherit;;
283-
depends on user agent;; *;; no;;
283+
see individual properties;; *;; no;;
284284
see descriptions of 'pause-before' and 'pause-after';; aural;; 2
285285
*/
286286

287287
/* cue-before;; <uri> | none | inherit;; none;; *;; no;; N/A ;; aural;; 2 */
288288
/* cue-after;; <uri> | none | inherit;; none;; *;; no;; N/A ;; aural;; 2 */
289289
/* cue;; [ <'cue-before'> || <'cue-after'> ] | inherit;; see individual properties;; *;; no;; N/A ;; aural;; 2 */
290290

291-
/* play-during;; <uri> mix? repeat? | auto | none | inherit;;
291+
/* play-during;; <uri> [ mix || repeat ]? | auto | none | inherit;;
292292
auto;; *;; no;; N/A;; aural;; 2
293293
*/
294294
/* azimuth ;;

0 commit comments

Comments
 (0)