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

New issue 8359 by ESTANITO: The Text in the Legend tag is shown even when  
display has been set to none.
http://code.google.com/p/chromium/issues/detail?id=8359

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

What steps will reproduce the problem?
1. Create fieldset
2. Add legend tag
3. set legend tag to not visible with a CSS class

    <fieldset>
      <legend class="none">Text</legend>
      <p></p>
    </fieldset>

css class none: .none{display:none; line-height:0}

What is the expected result?
That the Text in the legend tag isn't showed

What happens instead?
It does show the text.

Please provide any additional information below. Attach a screenshot if  
possible.
This didn't happen before. 2.0.154 for example does not show the text.

--
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