[Webkit-unassigned] [Bug 253937] Container query units should work inside SVG attributes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 23 16:28:57 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=253937

Antti Koivisto <koivisto at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |koivisto at iki.fi

--- Comment #2 from Antti Koivisto <koivisto at iki.fi> ---
Currently our SVGLength code only supports unit types defined in SVGLengthType enum:

enum class SVGLengthType : uint8_t {
    Unknown = 0,
    Number,
    Percentage,
    Ems,
    Exs,
    Pixels,
    Centimeters,
    Millimeters,
    Inches,
    Points,
    Picas
};

Per spec (https://svgwg.org/svg2-draft/types.html#InterfaceSVGLength) other types can be supported too. This is not a container unit specific issue but a general SVG issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230823/306ba42c/attachment-0001.htm>


More information about the webkit-unassigned mailing list