Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 16975 by samuel.huang: CSS font-weight of container overrides  
font-weight of <bold>
http://code.google.com/p/chromium/issues/detail?id=16975

Chrome Version       : 2.0.172.33
URLs (if applicable) :
Other browsers tested:
   Add OK or FAIL after other browsers where you have tested this issue:
      Safari 4: FAIL
   Firefox 3.x: OK
          IE 7: OK

To reproduce problem: Open the attached HTML file in Chrome.  Key points:
   - CSS: span { font-weight: 100 }
   - HTML: <span><bold>AAA</bold>AAA</span>

Expected: "AAA" in bold, followed by "AAA" in normal style.

Observed: "AAAAAA" in normal style.

Notes:
- The same bug appears for SPAN, DIV, P, H1, H2, ... tags, too.
- Removing the CSS would solve the problem.
- Work around: Add style
   strong { font-weight: 700; }


Attachments:
        bold_bug.html  320 bytes

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to