[Webkit-unassigned] [Bug 255853] Zero rowspan should span all rows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 26 14:02:18 PDT 2023


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

--- Comment #4 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
>From Comment 03:

I tried doing following:

unsigned HTMLTableCellElement::rowSpanForBindings() const
{
    unsigned value = 0;
    if (!clampHTMLNonNegativeIntegerToRange(attributeWithoutSynchronization(rowspanAttr), minRowspan, maxRowspan, value))
        return defaultRowspan;
    return value;
}

^ Still no progress.

-- 
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/20230726/376c92f0/attachment-0001.htm>


More information about the webkit-unassigned mailing list