Skip to content

Commit 36d7f0f

Browse files
author
John Daggett
committed
[css-fonts] tighthen definition of synthetic oblique
1 parent 695cb1c commit 36d7f0f

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

css-fonts/Fonts.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@
112112

113113
<h1>CSS Fonts Module Level 3</h1>
114114

115-
<h2 class="no-num no-toc" id=editors-draft-30-april-2013>Editor's Draft 30
116-
April 2013</h2>
115+
<h2 class="no-num no-toc" id=editors-draft-7-may-2013>Editor's Draft 7 May
116+
2013</h2>
117117

118118
<dl id=authors>
119119
<dt>This version:
120120

121121
<dd><a
122122
href="http://dev.w3.org/csswg/css-fonts/">http://dev.w3.org/csswg/css-fonts/</a>
123-
<!-- <dd><a href="http://www.w3.org/TR/2013/ED-css3-fonts-20130430/">http://www.w3.org/TR/2013/ED-css3-fonts-20130430/</a> -->
123+
<!-- <dd><a href="http://www.w3.org/TR/2013/ED-css3-fonts-20130507/">http://www.w3.org/TR/2013/ED-css3-fonts-20130507/</a> -->
124124

125125

126126
<dt>Latest version:
@@ -1266,9 +1266,12 @@ <h3 id=font-style-prop><span class=secno>3.4 </span>Font style: the <a
12661266
<code class=property>oblique</code>’. A value of ‘<code
12671267
class=property>italic</code>’ selects a font that is labeled ‘<code
12681268
class=property>italic</code>’, or, if that is not available, one labeled
1269-
<code class=property>oblique</code>’. If no italic or oblique faces
1270-
is available, an oblique face can by synthesized by rendering the normal
1271-
face with a sloping transformation applied.
1269+
<code class=property>oblique</code>’. If no italic or oblique face is
1270+
available, oblique faces can by synthesized by rendering non-obliqued
1271+
faces with a right sloping transformation applied. When synthesizing these
1272+
faces, the transformation should apply to all glyphs in the same way and
1273+
not vary based on codepoint or due to horizontal or vertical line
1274+
orientation.
12721275

12731276
<p>Many scripts lack the tradition of mixing a cursive form within text
12741277
rendered with a normal face. Chinese, Japanese and Korean fonts almost

0 commit comments

Comments
 (0)