[Webkit-unassigned] [Bug 255853] Zero rowspan should span all rows
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 26 14:51:28 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=255853
--- Comment #5 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
(In reply to Ahmad Saleem from comment #4)
> From Comment 03:
>
> I tried doing following:
>
> unsigned HTMLTableCellElement::rowSpanForBindings() const
> {
> unsigned value = 0;
> if
> (!
> clampHTMLNonNegativeIntegerToRange(attributeWithoutSynchronization(rowspanAtt
> r), minRowspan, maxRowspan, value))
> return defaultRowspan;
> return value;
> }
>
> ^ Still no progress.
I modified below as well, since now we account for 'defaultRowSpan' in above function anyway but still not fixed.
unsigned HTMLTableCellElement::rowSpan() const
{
return rowSpanForBindings();
}
_______
@Alan / @Simon - any help or input?
--
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/9cde0398/attachment.htm>
More information about the webkit-unassigned
mailing list