Skip to content

Commit 439e191

Browse files
committed
[css2] Added sample for use in introduction. Added missing field for 'speak'
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401928
1 parent c900e2f commit 439e191

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

css2/properties/properties.db

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# 7 fields: Name;; Values;; Initial value;; Applies to;; Inherited?;;Percentage values;; media groups;; CSS level (2 and/or 2.1)
22

3+
/* property-name;;
4+
legal values & syntax;;
5+
initial value;;
6+
elements this property applies to;;
7+
whether the property is inherited;;
8+
how percentage values are interpreted;;
9+
which media groups the property applies to;;
10+
2 2.1 */
11+
312
/* margin-right margin-left;; <margin-width> | inherit;; 0 ;; *;; no;; refer to width of containing block ;; visual;; 2 2.1 */
413

514
/* margin-top margin-bottom;; <margin-width> | inherit;; 0 ;; all elements but inline, non-replaced elements;; no;; refer to width of containing block ;; visual;; 2 2.1 */
@@ -241,7 +250,8 @@ x-loud | inherit;;
241250
medium;; *;; yes;; refer to inherited value;; aural;; 2
242251
*/
243252

244-
/* speak;; normal | none | spell-out | inherit;; normal;; *;; yes;; N/A ;; aural*/
253+
/* speak;; normal | none | spell-out | inherit;; normal;; *;; yes;; N/A ;; aural;; 2 */
254+
245255
/* pause-before;; <time> | <percentage> | inherit;; depends on user agent;;
246256
*;; no;; see prose ;; aural;; 2
247257
*/

0 commit comments

Comments
 (0)