Open
Bug 1730684
Opened 4 years ago
Updated 4 years ago
empty object element has a default size of 300px x 150px on Blink and WebKit
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: karlcow, Unassigned)
References
Details
data:text/html,<!doctype html><object style="outline: 1px solid red;"></object>
On Blink and WebKit, the default empty object element has a width of 300px and a height of 150px.
On Gecko the width is 0 and probably the line-height in px.
Comment 1•4 years ago
|
||
It's always better to be consistent with other browsers. However, the impact of this issue can be limited, so S3.
Severity: -- → S3
![]() |
Reporter | |
Updated•4 years ago
|
Webcompat Priority: P3 → ?
![]() |
Reporter | |
Updated•4 years ago
|
Webcompat Priority: ? → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•