[Webkit-unassigned] [Bug 256754] Align with 'UA' Stylesheet for 'lists' by changing '1__qem' to '1em' for `margin-block-start`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 22 15:09:37 PDT 2023


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

--- Comment #5 from Karl Dubost <karlcow at apple.com> ---
Ah wait, I'm walking back my previous comment. 

I had missed this part 
https://searchfox.org/wubkat/rev/622bd3bfe173b244d3cc68f2cb14ebbf987e14dd/Source/WebCore/style/StyleBuilderConverter.h#233-237

which associates the qem to the quirk behavior.


    if (primitiveValue.isLength()) {
        Length length = primitiveValue.computeLength<Length>(conversionData);
        length.setHasQuirk(primitiveValue.primitiveType() == CSSUnitType::CSS_QUIRKY_EMS);
        return length;
    }

ok we should make a test and change the CSS to see what differences it creates for the tables.

-- 
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/20230522/8dde9430/attachment-0001.htm>


More information about the webkit-unassigned mailing list