Re: Re: Start -> Shut Down -> Log Out

[prev] [thread] [next] [lurker] [Date index for 2006/07/13]

From: Aaron Crane
Subject: Re: Re: Start -> Shut Down -> Log Out
Date: 11:35 on 13 Jul 2006
Foofy writes:
> replacing a bunch of unsemantic code and tables with equally unsemantic
> (but valid) divs and spans.
> 
> Basically we went from this:
>     <b>Hello there!</b>
> 
> To this:
>     <span class='boldtext'>Hello there!</b>

No, only people who didn't understand the point of non-presentational markup
did that.  The rest of us went from

  <b>Hello there!</b>

to

  <strong>Hello there!</strong>

or perhaps even, given that few people actually distinguish "emphasis" from
"strong emphasis", to

  <em>Hello there!</em>

with out-of-band stylesheet rules specifying that <em> is to be bold
and non-italic.

It's true that there are lots of people who write crap HTML containing
almost no elements other than <div> and <span>.  But that's (a) not the
fault of the W3C (unlike many other things), and (b) not really a software
hate.

-- 
Aaron Crane
There's stuff above here

Generated at 23:01 on 05 Dec 2006 by mariachi 0.52