Jump to content

  • Log in with Facebook Log in with Twitter Log In with Google      Sign In   
  • Create Account

Subscribe to HRA Now!

 



Are you a Google Analytics enthusiast?

Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE! 

 



 

 www.CustomReportSharing.com 

From the folks who brought you High Rankings!


Sponsored Content

 

 
 

Photo
- - - - -

Css Iinheritance


  • Please log in to reply
23 replies to this topic

#16 linux_lover

linux_lover

    LiLo

  • Active Members
  • PipPipPipPipPipPip
  • 831 posts
  • Location:York, UK

Posted 26 January 2005 - 10:13 AM

I just tested with Jaws 4.5 and I can hear no diff between <i> <em> or <b> <strong>
So... I guess its just getting finicky.

#17 Jill

Jill

    High Rankings Advisor

  • Admin
  • 32,313 posts

Posted 26 January 2005 - 10:30 AM

The Web is a visual medium. Why would they get rid of tags like bold and italics in favor of tags that help explain how something should be spoken?

I understand having both so as not to be discriminatory, but aren't b and i deprecated or something?

I'm completely baffled by this!

#18 Shane

Shane

    HR 6

  • Active Members
  • PipPipPipPipPipPip
  • 850 posts
  • Location:Atlanta, GA

Posted 26 January 2005 - 10:32 AM

If I use <b> and <i>, screen readers may not emphasize things the way I want them to. That's alright. It doesn't take away from their experience. Using those tags does, though, save me time and bandwidth (however small), plus (maybe) give a little SEO boost.

Weighing both sides, I'd still stick with <b> and <i>.

#19 torka

torka

    Vintage Babe

  • Moderator
  • 4,392 posts
  • Location:Triangle area, NC, USA, Earth (usually)

Posted 26 January 2005 - 10:42 AM

QUOTE(Jill @ Jan 26 2005, 10:30 AM)
The Web is a visual medium.  Why would they get rid of tags like bold and italics in favor of tags that help explain how something should be spoken?
View Post


They're not deprecating <b> and <i> in favor of <strong> and <em>, they're deprecating them in favor of CSS. We're supposed to be totally separating the content from the presentation, which makes the Web accessible to everyone, not just those with good eyesight and hearing. smile.gif

It's just that right now, CSS is still a bit more unwieldy for things like this, and the visual browsers do still support the deprecated (and shorter, easier) tags.

There are also CSS2 styles for use in aural stylesheets (pitch, stress and volume, for instance) that could replace <strong> and <em>, but it's my understanding they haven't yet been as widely implemented by screen readers as the visual styles have been by visual browsers.

--Torka mf_prop.gif

#20 arlen

arlen

    HR 6

  • Active Members
  • PipPipPipPipPipPip
  • 835 posts

Posted 26 January 2005 - 10:43 AM

I thought I had read somewhere that <em> will be interpreted by some browsers as <i> and others as <u> ... am I wrong?

It makes most sense to me, and is easier to use shorter versions, but I appreciate the debate, it's enlightening

#21 linux_lover

linux_lover

    LiLo

  • Active Members
  • PipPipPipPipPipPip
  • 831 posts
  • Location:York, UK

Posted 26 January 2005 - 10:47 AM

Yes torka, CSS2 will kick ass when everything supports it............ 2 years...... 3 years..... ooo IE supports it </sarcasm>

#22 Jill

Jill

    High Rankings Advisor

  • Admin
  • 32,313 posts

Posted 26 January 2005 - 10:52 AM

QUOTE
They're not deprecating <b> and <i> in favor of <strong> and <em>, they're deprecating them in favor of CSS. We're supposed to be totally separating the content from the presentation, which makes the Web accessible to everyone, not just those with good eyesight and hearing. smile.gif


Eh...shows what I know.

I should just keep quiet on these things that I know nothing about! whistling.gif

#23 torka

torka

    Vintage Babe

  • Moderator
  • 4,392 posts
  • Location:Triangle area, NC, USA, Earth (usually)

Posted 26 January 2005 - 11:04 AM

QUOTE(linux_lover @ Jan 26 2005, 10:47 AM)
Yes torka, CSS2 will kick ass when everything supports it............ 2 years...... 3 years.....
View Post


You're such an optimist! hysterical.gif

--Torka mf_prop.gif

#24 maleman

maleman

    HR 6

  • Active Members
  • PipPipPipPipPipPip
  • 677 posts

Posted 27 January 2005 - 08:57 PM

Hi Folks,

QUOTE
Yes torka, CSS2 will kick ass when everything supports it............ 2 years...... 3 years.....


2 to 3 years! Holy Moly, that sounds like a long time. 3 years ago I was running a 400 MHZ Processor with 64 MB Ram :^)

.......................................

On inheritance. I may have missed an explanation but I can explain my version of inheritance with this code:

p { font-size: 12px; font-weight: normal; font-family: verdana, aril, serif }

p.Black { color: #000000; padding-left: 20 px}

p.Red { color: #FF0000: background: #CCCCCC}

Children "p.Black" and "p.Red" inherit the properties defined in Parent "p" and merge the Parent properties with their own.

"p.Black" would contain these properties:

p.Black { color: #000000; padding-left: 20 px; font-size: 12px; font-weight: normal; font-family: verdana, aril, serif}

ale.gif




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users