RESOLVED DUPLICATE of bug 18691 19634
Display:none style of <legend> is ignored if <legend> is inside a <form> tag
https://bugs.webkit.org/show_bug.cgi?id=19634
Summary Display:none style of <legend> is ignored if <legend> is inside a <form> tag
Anantha Keesara
Reported 2008-06-17 17:04:05 PDT
I. Steps: ----------- 1. Launch Safari 2. Launch the attached testcase II. Issue: ----------------- The <legend> has display:none but Safari still displays it because it's inside a <form> tag. III. Other browsers: ----------------------- IE7 : ok FF3 : ok Opera 9.27: Ok IV. Safari nightly tested: version 3.1.1(525.17 )- r34278. Not working properly on Safari. V. Safari screenshot : Not Avalible
Attachments
reduction (448 bytes, text/html)
2008-06-17 17:24 PDT, Anantha Keesara
no flags
Mark Rowe (bdash)
Comment 1 2008-06-17 17:22:29 PDT
There is no attached test case. The summary of this bug does not describe the issue at all. If you're going to file bug reports, please pick a *useful* summary and include a test case or steps to reproduce.
Anantha Keesara
Comment 2 2008-06-17 17:24:39 PDT
Created attachment 21801 [details] reduction
Mark Rowe (bdash)
Comment 3 2008-06-17 17:37:37 PDT
.
mitz
Comment 4 2008-06-17 17:52:54 PDT
There is actually no legend element in the DOM, and the text node got is right under the form element.
Robert Blaut
Comment 5 2008-07-16 02:34:55 PDT
(In reply to comment #4) > There is actually no legend element in the DOM, and the text node got is right > under the form element. > So it is the reason why style is ignored for this legend element. Ignoring legend element outside a fieldset element issue is already known and tracked by bug 18691. Closing as duplicate. *** This bug has been marked as a duplicate of 18691 ***
Note You need to log in before you can comment on or make changes to this bug.