Skip to content

Commit 74c3d3e

Browse files
committed
add image-orientation: intrinsic to at-risk list
1 parent 99f576b commit 74c3d3e

2 files changed

Lines changed: 19 additions & 11 deletions

File tree

css3-page/Overview.html

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

8888
<h1 id=css-paged>CSS Paged Media Module Level 3</h1>
8989

90-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 28 June 2008</h2>
90+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 15 July 2008</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/2008/ED-css3-page-20080628">http://www.w3.org/TR/2008/WD-css3-page-20080628</a></dd> -->
97+
<!-- <dd><a href="http://www.w3.org/TR/2008/ED-css3-page-20080715">http://www.w3.org/TR/2008/WD-css3-page-20080715</a></dd> -->
9898

9999
<dt>Latest version:
100100

@@ -179,8 +179,8 @@ <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 28
183-
June 2008. The Last Call period ends on <span class=fudge>TBD</span>.</p>
182+
href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> of 15
183+
July 2008. 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
186186
incorporates changes to the formerly named &lsquo;<span
@@ -193,11 +193,15 @@ <h2 class="no-num no-toc" id=status>Status of this Document</h2>
193193
reworded to be a bit simpler, and many miscellaneous clarifications and
194194
editorial improvements have been incorporated.</p>
195195

196-
<p>The &lsquo;<a class=property
197-
href="#propdef-image-fit">image-fit</a>&rsquo; and &lsquo;<a
198-
class=property href="#propdef-image-posn">image-position</a>&rsquo;
199-
properties are explicitly identified as at risk, and may be removed in
200-
the next version of the specification.</p>
196+
<p>Features at-risk:</p>
197+
198+
<ul>
199+
<li>image-fit
200+
201+
<li>image-position
202+
203+
<li>image-orientation: intrinsic
204+
</ul>
201205

202206
<p>Expected next revision to this document is another LCWD, driven by the
203207
change in definition of &lsquo;<a class=property

css3-page/Overview.src.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,12 @@ <h2 class="no-num no-toc" id="status">Status of this Document</h2>
125125
simpler, and many miscellaneous clarifications and editorial improvements have
126126
been incorporated.</p>
127127

128-
<p>The 'image-fit' and 'image-position' properties are explicitly identified as at
129-
risk, and may be removed in the next version of the specification.</p>
128+
<p>Features at-risk:</p>
129+
<ul>
130+
<li>image-fit
131+
<li>image-position
132+
<li>image-orientation: intrinsic
133+
</ul>
130134

131135
<p>Expected next revision to this document is another LCWD, driven by the change
132136
in definition of 'image-fit' and 'image-position'.</p>

0 commit comments

Comments
 (0)