You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -93,13 +93,13 @@ will be satisfied if there is either a face in the UA's font database
93
93
labeled with the CSS keyword 'italic' (preferred) or 'oblique'.
94
94
Otherwise the values must be matched exactly or font-style will fail.
95
95
</li>
96
-
<li><span class="propinst-font-variant">'font-variant'</span> is tried next. <span class="delcurrent">'normal' matches a font not labeled as 'small-caps';</span> 'small-caps' matches (1) a
96
+
<li><span class="propinst-font-variant">'font-variant'</span> is tried next. 'small-caps' matches (1) a
97
97
font labeled as 'small-caps', (2) a font in which the small caps are
98
98
synthesized, or (3) a font where all lowercase letters are replaced by
99
99
upper case letters. A small-caps font may be synthesized by
100
100
electronically scaling uppercase letters from a normal font.
101
-
<span class="insproposed">'normal' matches a font's normal (non-small-caps) variant. A font cannot fail to have a normal variant. A font
102
-
that is only available as small-caps shall be selectable as either a 'normal' face or a 'small-caps' face.</span>
101
+
'normal' matches a font's normal (non-small-caps) variant. A font cannot fail to have a normal variant. A font
102
+
that is only available as small-caps shall be selectable as either a 'normal' face or a 'small-caps' face.
103
103
</li>
104
104
<li><span class="propinst-font-weight">'font-weight'</span> is matched next, it will
@@ -201,16 +200,14 @@ href="#parsing-errors">rules for handling parsing errors</a>. However, because t
201
200
<tbody>
202
201
<tr><td><code>mso-</code></td><td>Microsoft Corporation</td><td>Created before the working group established a naming convention for extensions.</td></tr>
203
202
<tr><td><code>-moz-</code></td><td>The Mozilla Organization</td></tr>
class="propinst-text-indent">'text-indent'</span> may be negative, but
63
63
there may be implementation-specific limits.
64
-
<span class="delcurrent">If the value of <span
65
-
class="propinst-text-indent">'text-indent'</span> is negative, the
66
-
value of <span class="propinst-overflow">'overflow'</span> will affect
67
-
whether the text is visible.</span>
68
-
<span class="insproposed">
69
64
If the value of <span
70
65
class="propinst-text-indent">'text-indent'</span> is either negative or exceeds the width of the block, that <em>first box</em>, described above, may overflow the block. The
71
66
value of <span class="propinst-overflow">'overflow'</span> will affect
72
-
whether such text that overflows the block is visible.</span>
67
+
whether such text that overflows the block is visible.
@@ -96,43 +96,22 @@ and simply render the 'pointer' cursor.
96
96
97
97
98
98
99
-
<del class="current">
100
-
<h2><a name="system-colors">User preferences for colors</a></h2>
101
-
</del>
102
-
<ins class="proposed">
103
99
<h2><a name="system-colors">CSS2 System Colors</a></h2>
104
-
</ins>
105
100
106
101
<div class="note"><p><em><strong>Note.</strong>
107
102
The CSS2 System Colors are
108
103
<a href="http://www.w3.org/TR/2003/CR-css3-color-20030514/#css2-system">deprecated in the CSS3 Color Module</a>.
109
104
</em></p>
110
105
</div>
111
106
112
-
<del class="current">
113
-
<p>In addition to being able to assign pre-defined <a
114
-
href="syndata.html#color-units">color values</a> to text, backgrounds,
115
-
etc., CSS 2.1 allows authors to specify colors in a manner that
116
-
integrates them into the user's graphic environment. Style rules that
117
-
take into account user preferences thus offer the following
118
-
advantages:
119
-
</p>
120
-
<ol>
121
-
<li>They produce pages that fit the user's defined look and feel.</li>
122
-
<li>They produce pages that may be more accessible as the current user
123
-
settings may be related to a disability.</li>
124
-
</ol>
125
-
</del>
126
-
<ins class="proposed">
127
107
<p>In addition to being able to assign pre-defined <a
128
108
href="syndata.html#color-units">color values</a> to text, backgrounds, etc., CSS2 introduced a set of named color values that allows authors to specify colors in a manner that integrates them into the operating system's graphic environment.
129
109
</p>
130
-
</ins>
131
110
132
111
<p>For systems that do not have a corresponding value, the
133
-
specified value should be mapped to the nearest system <span class="delcurrent">attribute</span><span class="insproposed">value</span>, or to a default color.</p>
112
+
specified value should be mapped to the nearest system value, or to a default color.</p>
134
113
135
-
<p>The following lists additional values for color-related CSS <span class="delcurrent">attributes</span><span class="insproposed">properties</span> and their general meaning. Any color property (e.g., <span
114
+
<p>The following lists additional values for color-related CSS properties and their general meaning. Any color property (e.g., <span
136
115
class="propinst-color">'color'</span> or <span
137
116
class="propinst-background-color">'background-color'</span>) can take
138
117
one of the following names. Although these are case-insensitive, it is
0 commit comments