File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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*/
You can’t perform that action at this time.
0 commit comments