[QUOTE=itmitică;5097739]I’m not sure what you understand by <strong> though.
Semantically, <strong> is not to bold text, even though visually it may present itself like that. It appears the auditory effect is also similar to <b>?[/quote]
I never dug into the semantics of <strong> versus <b>. The advocacy of <strong> versus <b> was highlighted when I was hitting the two year experience with web development. At that time, I read enough posts about using strong versus b I just accepted it as true, but this was also when the argument for xhtml to be the hot new thing. To answer your question, the only way a screen reader user would know if you used <strong> or <b> is to dig through the code.
[QUOTE=itmitică;5097739]And I’d argue that <strong> is, in fact, tailor made for screen reader users, as it is the case with <em> (and the two are very different one from another), but I have no real user agents facts to sustain that, while it seems that you have hands on experience, which is better than any theory I might have. [/quote]
The argument I heard back in the day was, <b> was the old school way, and <strong> was the improved way. The same goes with <i> and <em>. I would either need to dig through the specs to figure out why. Note in this post and the others in this thread, I only discussed b and strong. Now to a screen reader, <strong> and <b> are inflected in somewhat harsh or hard tone; <i> and <em> are announced in a somewhat questioning tone. Which is different than the <strong>/<b>.
[QUOTE=itmitică;5097739]Still, semantics are semantics. <b>,<i>, <mark> have no semantics attached to them. <strong> and <em> do.[/quote]
I would buy that argument except for the <mark>. I am not fully up-to-speed/confortable with HTML5 to argue for it. From the two things I read about <mark>, it seems like one of the other nonsense tags that was made up. I will have to either read something from the W3C or talk to a contact I have to grasp the bigger picture of <mark>.
[QUOTE=itmitică;5097739]That’s why I’m lost completely about you seeing <strong> as parenthesis…
To me it’s very clear that your example of using <strong> is <wrong>, while mine is <right>. :)[/quote]Now you just reversed your argument, and made it null. One way of reading this is by looking at a page (not a page source) you can correctly tell when somebody uses <strong> versus <b>. If you can, please tell me how because with my ~13 years of being a developer, <strong> and <b> look exactly the same to me.
Re paranthesis, I point to your statement:
What I’m proposing is a different thing all together. The text I’d apply <strong> to will be added text, meaning the content makes sense completely without it. Probably the missing link to the article has added some confusion in our talk.
The link has nothing to do with it. The “The text I’d apply <strong> to will be added text, meaning the content makes sense completely without it.” line is basically the definition of parenthesis usage in the English language :). If you want to add additional words in the form of details to a sentence, you wrap the words in parenthesis…
<strong> doesn’t have an equivalent in <b>
Correct, cause <b> is considered dead and replaced by <strong> aka you shouldn’t be using <b> if you are using post-HTML 4.0 (or 4.01 I forget which) and XHTML1.0 or 2.0 DOCTYPEs.
<strong>,<b>,<i>,<em>,<u> don’t have any equivalence one with another
I find it hard to believe you actually think otherwise.
Check the specs
<strong> replaced <b> and <em> replaced <i>. <strong> != <em> && <strong> != <em> != <u>.