Skip to content

Commit c6f2722

Browse files
committed
[css2] REmoved auto value for font-size
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40342
1 parent e124587 commit c6f2722

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

css2/fonts.src

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: fonts.src,v 1.20 1997-10-30 05:48:46 clilley Exp $ -->
3+
<!-- $Id: fonts.src,v 1.21 1997-10-30 21:26:22 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Fonts</TITLE>
@@ -463,14 +463,6 @@ of">&lt;relative-size&gt;</span>
463463
<P> Length and percentage values should not take the font size table
464464
into account when calculating the font size of the element.
465465

466-
<!-- proposed -->
467-
<P>The value 'auto' causes the font size to scale so that the entire
468-
text of an element fits onto one line. This value should only
469-
be used with special elements (e.g., headlines). See also the
470-
<span class="propinst-letter-spacing">'letter-spacing'</span>
471-
property for related 'auto' behavior.
472-
<!-- end proposed -->
473-
474466
<P>Negative values are not allowed.
475467

476468

css2/properties/properties.db

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ XX;; *;; no;; allowed on <'background-position'>
135135
*/
136136

137137
/* font-size;;
138-
<absolute-size> | <relative-size> | <length> | <percentage> | auto;;
138+
<absolute-size> | <relative-size> | <length> | <percentage> ;;
139139
medium;; *;; yes;; relative to parent element's font size
140140
*/
141141

0 commit comments

Comments
 (0)