UNCONFIRMED21697
webkit doesnt render frame border
https://bugs.webkit.org/show_bug.cgi?id=21697
Summary webkit doesnt render frame border
jasneet
Reported 2008-10-16 17:36:13 PDT
I Steps: Go to the attached testcase II Issue: IE and FF render the frame border, while Chrome and Safari don't. III Other Browsers: IE7: ok FF3: ok IV Nightly tested: 37604
Attachments
testcase (990 bytes, application/octet-stream)
2008-10-16 17:37 PDT, jasneet
no flags
Rendering in Edge Blink, Firefox Gecko, Safari WebKit (149.67 KB, image/png)
2021-11-17 21:21 PST, karl
no flags
testcase frameset (reuplaoded, converted to zip) (1.41 KB, application/zip)
2022-01-28 05:05 PST, Sam Sneddon [:gsnedders]
no flags
jasneet
Comment 1 2008-10-16 17:37:34 PDT
Created attachment 24447 [details] testcase
Deepak Mittal
Comment 2 2014-02-08 00:21:24 PST
I have made the border as 10 and put a color as BORDERCOLOR=RED then I am able to see the borader on the FF and the Latest webkit code.. my test-standard.html file is like: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> <head> <title>Side by Side GwsTest Page!</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <frameset rows="*,*" cols="*" frameborder="YES" border="10" BORDERCOLOR=RED framespacing="0"> <frame src="frame1.html" marginwidth="5" marginheight="0" name="bottom" /> <frame src="frame2.html" marginwidth="5" marginheight="0" name="bottom" /> </frameset> <noframes><body> </body></noframes> </html> so border is visible on the latest code..please check and confirm same.. Thanks
karl
Comment 3 2021-11-17 21:21:43 PST
Created attachment 444636 [details] Rendering in Edge Blink, Firefox Gecko, Safari WebKit Here a better test with the different renderings in different browsers. https://html.spec.whatwg.org/multipage/rendering.html#attributes-for-embedded-content-and-images Suggested CSS iframe[frameborder='0'], iframe[frameborder=no i] { border: none; } Unclear case: frameborder='' * no border in WebKit/Blink * border in Firefox.
Sam Sneddon [:gsnedders]
Comment 5 2022-01-28 05:05:54 PST
Created attachment 450226 [details] testcase frameset (reuplaoded, converted to zip)
Note You need to log in before you can comment on or make changes to this bug.