mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibWeb: Set iframe border to 0px when frameborder attribute is invalid
Corresponds to 6e19cef90e
This commit is contained in:
parent
415dd1be06
commit
6b8adb522c
Notes:
github-actions[bot]
2025-03-14 20:34:42 +00:00
Author: https://github.com/AtkinsSJ
Commit: 6b8adb522c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3945
Reviewed-by: https://github.com/tcl3 ✅
3 changed files with 33 additions and 4 deletions
|
@ -758,8 +758,6 @@ video {
|
|||
* https://html.spec.whatwg.org/multipage/rendering.html#attributes-for-embedded-content-and-images
|
||||
*/
|
||||
|
||||
iframe[frameborder='0'], iframe[frameborder=no i] { border: none; }
|
||||
|
||||
embed[align=left i], iframe[align=left i], img[align=left i],
|
||||
input[type=image i][align=left i], object[align=left i] {
|
||||
float: left;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue