[Webkit-unassigned] [Bug 13490] Implement execCommand("styleWithCSS", ...)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 13 22:32:38 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=13490





------- Comment #12 from fuck at os.dk  2008-02-13 22:32 PDT -------
> But <b>, <i>, and <font>, which FF uses, are not semantical.  So I'm curious as
> to why this issue is a showstopper for Safari but not FF.
> Justin

The difference between <b> and <strong>, is that <b> is highlighting with out
making the word important.
As it is very hard to know if the users sees a word as "should be highlighted"
or "has importance" and both provide roughly the same function and most
software renders them the same, both are acceptable. It would be fine if Safari
used either, but it uses a span with a style witch is as generic as it can get,
and to provide any function the software would have to understand CSS and not
just HTML.
That said I am in favor of <strong> as the users is likely to mark a word in
bold because it has importance.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list