Skip to content

Commit 687ff4e

Browse files
committed
[css2] Fixed vertical-align to apply to cell elements, added hyphens to system font names
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401047
1 parent 6d89182 commit 687ff4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/properties/properties.db

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ visual
106106

107107
/* vertical-align;; baseline | sub | super | top | text-top | middle |
108108
bottom | text-bottom | <percentage> | <length> | inherit;;
109-
baseline;; inline elements;;
109+
baseline;; inline and table cell elements;;
110110
no;; refer to the 'line-height' of the element itself ;; visual
111111
*/
112112

@@ -170,7 +170,7 @@ none;; *;; yes, but not adjusted values;; relative to
170170
parent element's font size;; visual */
171171

172172
/* font;; [ [ <'font-style'> || <'font-variant'> || <'font-weight'> ]?
173-
<'font-size'> [ / <'line-height'> ]? <'font-family'> ] | caption | icon | menu | messagebox | smallcaption | statusbar | inherit;;
173+
<'font-size'> [ / <'line-height'> ]? <'font-family'> ] | caption | icon | menu | message-box | small-caption | status-bar | inherit;;
174174
see individual properties;; *;; yes;;
175175
allowed on 'font-size' and 'line-height' ;; visual
176176
*/

0 commit comments

Comments
 (0)