Re: Rotated Content

>>>>> "SS" == Scott Springer <springer@netrax.net> writes:

 SS> There is one critical attribute that is being left out!  That is
 SS> the ability to rotate rendered text 90, 180, or 270 degrees.  In
 SS> printing, we often find ourselves printing rotated text onto a
 SS> page, especially in financial printing (aka EDGAR).  You will see
 SS> this on the front cover of a prospectus.                  [ ... ]

Two things; If you are talking about whole pages (I don't know EDGAR,
sorry), take a look at section 13.2, Page Boxes [1], in CSS2. If you
talk about individual elements, I agree. But why limit it to four
directions? Why not a float value?

I tought I remembered seeing this on the list before, but I failed to
find it on Ian Hickson's list [2].

It seems to me this is related to the 'position' property, an element
with position: static should probably not be rotatable (just like
'left' and 'top' don't apply to static elements), so it should
probably go into what is section 0.3.2 in CSS2, "Box offsets: 'top',
'right', 'bottom', 'left'", something like this:

  'rotate'

    Value:       angle | auto | inherit 
    Initial:     auto 
    Applies to:  all elements (with position other than static)
    Inherited:   no 
    Percentages: N/A
    Media:       visual 

  This property specifies how a box's content is rotated from the
  content of the box's containing block.

Naturally, there should also be examples of this, and what is now
section 4.3.7, Angles [3], should also be updated to note that angles
apply visually as well as aurally.


[1] http://www.w3.org/TR/PR-CSS2/page.html#page-box
[2] http://www.bath.ac.uk/%7Epy8ieh/internet/wwwstyle.html
[3] http://www.w3.org/TR/PR-CSS2/syndata.html#q19

-- 
Rasmus Kaj ---------------- rasmus@kaj.a.se - http://www.e.kth.se/~kaj/
 \                                   !07/11 PDP a ni deppart m'I  !pleH
  \--------------------------------------------- http://www.Raditex.se/

Received on Monday, 28 June 1999 14:07:45 UTC