Page MenuHomePhabricator

Data URL embedding is not tolerant of spaces
Closed, ResolvedPublic

Description

The data URL embedding code recognizes url(foo) , url('foo') and url("foo"), but it doesn't recognize url( foo ) . It should tolerate an arbitrary amount of whitespace (i.e \s+ ) both immediately before and immediately after each parenthesis.


Version: 1.17.x
Severity: enhancement

Details

Reference
bz26655

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:17 PM
bzimport set Reference to bz26655.