Closed Bug 1853081 Opened 1 year ago Closed 1 year ago

The tspan dy attributes doesn't support rem values. eg. <tspan dy="1rem">test</tspan> will not render correctly.

Categories

(Firefox :: Untriaged, defect)

Firefox 117
defect

Tracking

()

RESOLVED DUPLICATE of bug 1287054

People

(Reporter: u734337, Unassigned)

Details

Steps to reproduce:

eg. <tspan dy="1rem">test</tspan> will not render correctly.

Actual results:

The y-axis position was always 0 when a rem value was provided. When a pixel value was provided such as <tspan dy="16">test</tspan> the y-axis position was correctly rendered.

Expected results:

The dy attribute (and assumedly other positioning attributes such as x) in the tspan element should position the tspan when a rem value is provided as well as when the pixel value is provided.

Status: UNCONFIRMED → RESOLVED
Closed: 1 year ago
Duplicate of bug: 1287054
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.