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)

Firefox 94
defect

Tracking

()

Webcompat Priority P3
Tracking Status
firefox94 --- affected

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.

It's always better to be consistent with other browsers. However, the impact of this issue can be limited, so S3.

Severity: -- → S3
Webcompat Priority: P3 → ?
Webcompat Priority: ? → P3
You need to log in before you can comment on or make changes to this bug.