|
112 | 112 |
|
113 | 113 | <h1>CSS Fonts Module Level 3</h1>
|
114 | 114 |
|
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> |
117 | 117 |
|
118 | 118 | <dl id=authors>
|
119 | 119 | <dt>This version:
|
120 | 120 |
|
121 | 121 | <dd><a
|
122 | 122 | 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> --> |
124 | 124 |
|
125 | 125 |
|
126 | 126 | <dt>Latest version:
|
@@ -1266,9 +1266,12 @@ <h3 id=font-style-prop><span class=secno>3.4 </span>Font style: the <a
|
1266 | 1266 | ‘<code class=property>oblique</code>’. A value of ‘<code
|
1267 | 1267 | class=property>italic</code>’ selects a font that is labeled ‘<code
|
1268 | 1268 | 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. |
1272 | 1275 |
|
1273 | 1276 | <p>Many scripts lack the tradition of mixing a cursive form within text
|
1274 | 1277 | rendered with a normal face. Chinese, Japanese and Korean fonts almost
|
|
0 commit comments