Strong emphasis on bold and italic Dec30 '04

Feedback

# (1 of 3): Sadish » simpleinside.com

3 hours, 33 minutes after the fact. (Thu 30 Dec 2004, 9:48 AM CST)

if it is purely for display purposes, you would have used < b > < i > something < / i > < / b >

but < strong > and < em > are different .

if your web page is read by a screen reader software, for the blind people, it reads your raw html / xhtml and when it sees a strong or em tag, it says it LOUDER than the other words so the user gets the meaning of it.

thats the idea.

# (2 of 3): Matthom

10 hours, 53 minutes after the fact. (Thu 30 Dec 2004, 5:08 PM CST)

Sadish, if it is purely for display purposes, I would NOT use <b> or <i>. I would use CSS, like you're supposed to.

<b> and <i> are soon to be deprecated HTML elements that have no semantic meaning whatsoever.

Previous comment Return to entry

# (3 of 3): Sadish » simpleinside.com

19 hours, 46 minutes after the fact. (Fri 31 Dec 2004, 2:00 AM CST)

you are right on that too...

the main idea I wanted to convey is, 'strong' and 'em' are has more meanings to themselves instead of just visual representation.

Thanks.

Previous comment Return to entry

RSS feed for comments on this post

Leave feedback

Feedback

Input format: The editor controls below will assist with Markdown syntax.

Status

Sub-status

Your info

Return to entry.

Is "semantic" value lost by applying a class – rather than using phrase elements?

You are at the feedback permalink page for: Strong emphasis on bold and italic

Read more...