Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old March 9th, 2006, 05:15 PM
Stan McCann
Guest
 
Posts: n/a
Default Vertical text?

Is there a way, or does anyone know if maybe in CSS3, there is a plan to
implement vertical rotated text? At
http://alamo.nmsu.edu/roundup/schedule.html, in the information I was
provided, "Exhibits Open" is shown rotated to the left reading from the
bottom up.

Other than a graphic, is there any way to implement it? Future plans?

--
Stan McCann, "Uncle Pirate" http://stanmccann.us/
Webmaster, NMSU at Alamogordo http://alamo.nmsu.edu/
Now blocking Google Grouper posts and replies.
http://blinkynet.net/comp/uip5.html
  #2  
Old March 9th, 2006, 05:57 PM
Spartanicus
Guest
 
Posts: n/a
Default Re: Vertical text?

Stan McCann <me@stanmccann.us> wrote:
[color=blue]
>Is there a way, or does anyone know if maybe in CSS3, there is a plan to
>implement vertical rotated text?[/color]

Earlier versions of the CSS3 proposals contained glyph orientation
properties, but these have been removed from the current draft, as I
understand it because the previous proposal was effectively rejected by
implementors due to being to complex.
[color=blue]
>At
>http://alamo.nmsu.edu/roundup/schedule.html, in the information I was
>provided, "Exhibits Open" is shown rotated to the left reading from the
>bottom up.
>
>Other than a graphic, is there any way to implement it? Future plans?[/color]

SVG has some options for vertical rotated text, and IE has some
proprietary CSS properties that may on occasion be useful for controlled
environments.

--
Spartanicus
  #3  
Old March 9th, 2006, 05:57 PM
Jim Ley
Guest
 
Posts: n/a
Default Re: Vertical text?

On Thu, 09 Mar 2006 17:46:57 GMT, Spartanicus
<invalid@invalid.invalid> wrote:
[color=blue]
>Stan McCann <me@stanmccann.us> wrote:
>[color=green]
>>Is there a way, or does anyone know if maybe in CSS3, there is a plan to
>>implement vertical rotated text?[/color]
>
>Earlier versions of the CSS3 proposals contained glyph orientation
>properties, but these have been removed from the current draft, as I
>understand it because the previous proposal was effectively rejected by
>implementors due to being to complex.[/color]

Which was rather odd as it reached CR, and had implementations, indeed
the largest browser via market share has an implementation. So it
certainly doesn't appear to be something that is difficult to
implement...
[color=blue]
>SVG has some options for vertical rotated text, and IE has some
>proprietary CSS properties that may on occasion be useful for controlled
>environments.[/color]

writing-mode is a CSS3 Candidate Recommendation, that's hardly
"proprietary", it's an explicit call for implementation.

Jim.
--
comp.lang.javascript FAQ - http://jibbering.com/faq/

  #4  
Old March 9th, 2006, 06:45 PM
Spartanicus
Guest
 
Posts: n/a
Default Re: Vertical text?

jim@jibbering.com (Jim Ley) wrote:
[color=blue][color=green][color=darkred]
>>>Is there a way, or does anyone know if maybe in CSS3, there is a plan to
>>>implement vertical rotated text?[/color]
>>
>>Earlier versions of the CSS3 proposals contained glyph orientation
>>properties, but these have been removed from the current draft, as I
>>understand it because the previous proposal was effectively rejected by
>>implementors due to being to complex.[/color]
>
>Which was rather odd as it reached CR, and had implementations, indeed
>the largest browser via market share has an implementation.[/color]

I'm not sure what you are referring to, afaik IE doesn't support the
once proposed CSS3 glyph-orientation-vertical and
glyph-orientation-horizontal properties I referred to.
[color=blue][color=green]
>>SVG has some options for vertical rotated text, and IE has some
>>proprietary CSS properties that may on occasion be useful for controlled
>>environments.[/color]
>
>writing-mode is a CSS3 Candidate Recommendation, that's hardly
>"proprietary", it's an explicit call for implementation.[/color]

My recollection failed me, I thought of IE's "filter" property and
"fliph" and "flipv" values, but on checking my notes these do not
achieve what I think the OP is after.

I'm not familiar with the requirements for displaying non western
languages and if using the writing-mode property for western text
content to achieve a decorative effect has any drawbacks. Furthermore
text written from bottom to top is afaik not supported by the
writing-mode values, unless the text is entered back to front, but that
would be unacceptable.

To achieve the decorative text effect that I think the OP is after
requires glyph rotation, this is not supported by the writing-mode
property.

--
Spartanicus
  #5  
Old March 10th, 2006, 04:05 PM
Stan McCann
Guest
 
Posts: n/a
Default Re: Vertical text?

Spartanicus <invalid@invalid.invalid> wrote in
news:fpp012t1ob7slr6o4sk6u44vpgbuqa84nk@news.spart anicus.utvinternet.ie
:
[color=blue]
> Stan McCann <me@stanmccann.us> wrote:
>[color=green]
>>Is there a way, or does anyone know if maybe in CSS3, there is a
>>plan to implement vertical rotated text?[/color]
>
> Earlier versions of the CSS3 proposals contained glyph orientation
> properties, but these have been removed from the current draft, as I
> understand it because the previous proposal was effectively rejected
> by implementors due to being to complex.
>[color=green]
>>At
>>http://alamo.nmsu.edu/roundup/schedule.html, in the information I
>>was provided, "Exhibits Open" is shown rotated to the left reading
>>from the bottom up.
>>
>>Other than a graphic, is there any way to implement it? Future
>>plans?[/color]
>
> SVG has some options for vertical rotated text, and IE has some
> proprietary CSS properties that may on occasion be useful for
> controlled environments.
>[/color]

I figured it was something that I probably couldn't do, at least now.
I looked through the CSS 2.1 recommendation pretty closely and found
nothing.

I found and read some discussion of vertical text but the newest thing
I could find was about 4 years old so I wanted to see some newer
discussion. I'm glad I did as the discussion has been interesting. I
was not aware of the IE support for it.

Unfortunately, this is for a www page so support for IE only isn't good
enough. So, I'll leave it as is. What's there is readable in all
browsers I think. I do have a concern about accessibility the way it
is currently done. Do you suppose a text to speech reader would say:
"E break x break h break ..."? If so, maybe a graphic with
alt="Exhibits Open" might be better in this case?

--
Stan McCann, "Uncle Pirate" http://stanmccann.us/
Webmaster, NMSU at Alamogordo http://alamo.nmsu.edu/
Now blocking Google Grouper posts and replies.
http://blinkynet.net/comp/uip5.html
  #6  
Old March 10th, 2006, 05:35 PM
Spartanicus
Guest
 
Posts: n/a
Default Re: Vertical text?

Stan McCann <me@stanmccann.us> wrote:
[color=blue]
>Do you suppose a text to speech reader would say:
>"E break x break h break ..."?[/color]

Line breaks are treated as white space, so it would read E x h i b i t s
[color=blue]
>If so, maybe a graphic with
>alt="Exhibits Open" might be better in this case?[/color]

Yes.

--
Spartanicus
 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles