Ruby on Rails Monday, August 30, 2010

On Mon, Aug 30, 2010 at 12:23 PM, Marnen Laibow-Koser
<lists@ruby-forum.com> wrote:
>> +1.  If only marnen were in charge....  ;-)
>
> The HTML 5 spec itself says <b> is only to be used as a last resort if
> no other element is more appropriate.  IMHO, that's never the case:

So go get yourself on the HTML5 committee, you can help them un-think
that last resort case they thought of.

> even
> if nothing more specific can be found, <span> is more appropriate than
> <b>.

Because it's always more appropriate to type more than you have to?

<b>foo</b>

<span>foo</span>

span{font-weight:bold;}


--
Greg Donald
destiney.com | gregdonald.com

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment