Skip to content

Commit 660de90

Browse files
committed
clarify that image-orientation computes to a cardinal angle
1 parent 2e08a7f commit 660de90

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

css3-page/Overview.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@
8787

8888
<h1>CSS Paged Media Module Level 3</h1>
8989

90-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 22 April 2009</h2>
90+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 24 April 2009</h2>
9191

9292
<dl>
9393
<dt>This version:
9494

9595
<dd><a
9696
href="http://dev.w3.org/csswg/css3-page/">http://dev.w3.org/csswg/css3-page/</a></dd>
97-
<!-- <dd><a href="http://www.w3.org/TR/2009/ED-css3-page-20090422">http://www.w3.org/TR/2009/WD-css3-page-20090422</a></dd> -->
97+
<!-- <dd><a href="http://www.w3.org/TR/2009/ED-css3-page-20090424">http://www.w3.org/TR/2009/WD-css3-page-20090424</a></dd> -->
9898

9999
<dt>Latest version:
100100

@@ -179,7 +179,7 @@ <h2 class="no-num no-toc" id=status>Status of this Document</h2>
179179
<!--end-status-->
180180
<p>This document contains the <abbr title="Cascading Style
181181
Sheets">CSS3</abbr> Paged Media Module W3C Last Call <a
182-
href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> of 22
182+
href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> of 24
183183
April 2009. The Last Call period ends on <span class=fudge>TBD</span>.</p>
184184

185185
<p>Relative to the previous Last Call Working Draft, this version
@@ -3032,7 +3032,10 @@ <h3 id=image-orientation><span class=secno>10.1 </span>Orienting an Image
30323032
<tr>
30333033
<th>Computed value:
30343034

3035-
<td>normalized angle
3035+
<td>normalized angle (&lsquo;<code class=css>0deg</code>&rsquo;,
3036+
&lsquo;<code class=css>90deg</code>&rsquo;, &lsquo;<code
3037+
class=css>180deg</code>&rsquo;, or &lsquo;<code
3038+
class=css>270deg</code>&rsquo;)
30363039
</table>
30373040

30383041
<p>&lsquo;<code class=property><a

css3-page/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2143,7 +2143,7 @@ <h3 id="image-orientation">Orienting an Image on the Page: the <a href="#propdef
21432143
<td>visual
21442144
<tr>
21452145
<th>Computed value:
2146-
<td>normalized angle
2146+
<td>normalized angle (''0deg'', ''90deg'', ''180deg'', or ''270deg'')
21472147
</table>
21482148

21492149
<p>'image-orientation' specifies an orthogonal rotation to be applied to an image

0 commit comments

Comments
 (0)